artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b18391
)
Put back local patch to avoid regenerating tests
author
afresh1
<afresh1@openbsd.org>
Fri, 4 Mar 2022 22:53:05 +0000
(22:53 +0000)
committer
afresh1
<afresh1@openbsd.org>
Fri, 4 Mar 2022 22:53:05 +0000
(22:53 +0000)
This was r1.2 and accidentally lost in the update to Devel::PPPort 3.64.
gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL
b/gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL
index
63fb8c4
..
77d2eff
100644
(file)
--- a/
gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL
+++ b/
gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL
@@
-68,7
+68,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;