diff options
author | Andrew Fresh <afresh1@cvs.openbsd.org> | 2021-03-01 23:21:27 +0000 |
---|---|---|
committer | Andrew Fresh <afresh1@cvs.openbsd.org> | 2021-03-01 23:21:27 +0000 |
commit | 73a18fd3273ea368e2361b42075054b0f9400780 (patch) | |
tree | bbb4bd749a0facc697601aaf0e81a1d5f02df1b0 /gnu/usr.bin/perl/Porting | |
parent | 6a4d7cedd2f141216c69476adb1b42914f89784c (diff) |
Apply local patches, remove excess files - perl-5.32.1
OK sthen@
Diffstat (limited to 'gnu/usr.bin/perl/Porting')
-rw-r--r-- | gnu/usr.bin/perl/Porting/Maintainers.pl | 3 | ||||
-rw-r--r-- | gnu/usr.bin/perl/Porting/pumpkin.pod | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/Porting/Maintainers.pl b/gnu/usr.bin/perl/Porting/Maintainers.pl index b5ffbafe4c2..ca47bd1c505 100644 --- a/gnu/usr.bin/perl/Porting/Maintainers.pl +++ b/gnu/usr.bin/perl/Porting/Maintainers.pl @@ -1429,6 +1429,9 @@ use File::Glob qw(:case); lib/vmsish.{pm,t} ], }, + 'openbsd' => { + 'FILES' => q[lib/Config_git.pl], + }, ); # legacy CPAN flag diff --git a/gnu/usr.bin/perl/Porting/pumpkin.pod b/gnu/usr.bin/perl/Porting/pumpkin.pod index e952fb2b2da..94c8f0e4c56 100644 --- a/gnu/usr.bin/perl/Porting/pumpkin.pod +++ b/gnu/usr.bin/perl/Porting/pumpkin.pod @@ -543,9 +543,9 @@ Here's how I generate a new patch. I'll use the hypothetical 5.004_07 to 5.004_08 patch as an example. # unpack perl5.004_07/ - gzip -d -c perl5.004_07.tar.gz | tar -xof - + gzip -d -c perl5.004_07.tar.gz | tar -xf - # unpack perl5.004_08/ - gzip -d -c perl5.004_08.tar.gz | tar -xof - + gzip -d -c perl5.004_08.tar.gz | tar -xf - makepatch perl5.004_07 perl5.004_08 > perl5.004_08.pat Makepatch will automatically generate appropriate B<rm> commands to remove |