From: afresh1 Date: Thu, 4 Mar 2021 01:13:11 +0000 (+0000) Subject: Never automatically rewrite perl/dist/Devel-PPPort/t/01_test.t X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=74d96eee8bcd3d963e05905d713738ddf02a3912;p=openbsd Never automatically rewrite perl/dist/Devel-PPPort/t/01_test.t We are never going to update the files that generate this test and the interaction with "cvs up" means we can accidentally hit it when they hange between releases but permissions when building the system prevent us from writing the update and breaks the build. Found by naddy@, krw@, and deraadt@ --- diff --git a/gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL b/gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL index bc5f502e98c..12d6fe35d4e 100644 --- a/gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL +++ b/gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL @@ -63,7 +63,7 @@ sub configure 'ppport_h.PL' => 'ppport.h', 'PPPort_pm.PL' => 'PPPort.pm', 'RealPPPort_xs.PL' => 'RealPPPort.xs', - 'mktests.PL' => $t_01_test, + #'mktests.PL' => $t_01_test, ); my @moreopts;