diff options
author | obache <obache@pkgsrc.org> | 2012-06-21 09:12:44 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-06-21 09:12:44 +0000 |
commit | 2733544599528da3bec58e19bba3c82c90ecc704 (patch) | |
tree | 770d535c1051e2521b4921fde3b9e382fc18f651 /devel | |
parent | 43ec9f2af7651bb08d32b4a2e3eb1e3b92461f2b (diff) | |
download | pkgsrc-2733544599528da3bec58e19bba3c82c90ecc704.tar.gz |
Add an patch to fix build failure.
Taken from FreeBSD ports/devel/p5-VCP-autrijus.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-VCP/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-VCP/patches/patch-Makefile.PL | 18 |
2 files changed, 20 insertions, 1 deletions
diff --git a/devel/p5-VCP/distinfo b/devel/p5-VCP/distinfo index 0dd35c8e74f..1ec26217972 100644 --- a/devel/p5-VCP/distinfo +++ b/devel/p5-VCP/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/05/02 01:53:35 jlam Exp $ +$NetBSD: distinfo,v 1.2 2012/06/21 09:12:44 obache Exp $ SHA1 (VCP-autrijus-snapshot-0.9-20050110.tar.gz) = ecbf8322e17fb5b4ee236b1de0d0116602cfd0a1 RMD160 (VCP-autrijus-snapshot-0.9-20050110.tar.gz) = c88ac4470bc5a711b01755d0a5ee62b1d162353f Size (VCP-autrijus-snapshot-0.9-20050110.tar.gz) = 318457 bytes +SHA1 (patch-Makefile.PL) = 503d8b95f07d83bb4d12b1c3c3a5bd86d2595a84 diff --git a/devel/p5-VCP/patches/patch-Makefile.PL b/devel/p5-VCP/patches/patch-Makefile.PL new file mode 100644 index 00000000000..dcdc4e8a26e --- /dev/null +++ b/devel/p5-VCP/patches/patch-Makefile.PL @@ -0,0 +1,18 @@ +$NetBSD: patch-Makefile.PL,v 1.1 2012/06/21 09:12:44 obache Exp $ + +* This patch to p5-VCP-autrijus disables the unneccessary + run of bin/gentrevml before "make", because it is time + consuming and is not used at all. + (taken from FreeBSD ports/devel/p5-VCP-autrijus) + +--- Makefile.PL.orig 2005-01-10 12:39:47.000000000 +0000 ++++ Makefile.PL +@@ -212,7 +212,7 @@ sub MY::postamble { + my $self = shift ; + return join( + "", +- "\npure_all :: $io_test_files\n", ++ "\n#pure_all :: $io_test_files\n", + map( + "\n$_ : bin/gentrevml\n$io_scheme_revmls{$_}", + sort keys %io_scheme_revmls |