Thu Jun 21 09:12:44 2012 UTC ()
Add an patch to fix build failure.
Taken from FreeBSD ports/devel/p5-VCP-autrijus.


(obache)
diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-VCP/distinfo
diff -r0 -r1.1 pkgsrc/devel/p5-VCP/patches/patch-Makefile.PL

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-VCP/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-VCP/Attic/distinfo 2006/05/02 01:53:35 1.1.1.1
+++ pkgsrc/devel/p5-VCP/Attic/distinfo 2012/06/21 09:12:44 1.2
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.1.1.1 2006/05/02 01:53:35 jlam Exp $ 1$NetBSD: distinfo,v 1.2 2012/06/21 09:12:44 obache Exp $
2 2
3SHA1 (VCP-autrijus-snapshot-0.9-20050110.tar.gz) = ecbf8322e17fb5b4ee236b1de0d0116602cfd0a1 3SHA1 (VCP-autrijus-snapshot-0.9-20050110.tar.gz) = ecbf8322e17fb5b4ee236b1de0d0116602cfd0a1
4RMD160 (VCP-autrijus-snapshot-0.9-20050110.tar.gz) = c88ac4470bc5a711b01755d0a5ee62b1d162353f 4RMD160 (VCP-autrijus-snapshot-0.9-20050110.tar.gz) = c88ac4470bc5a711b01755d0a5ee62b1d162353f
5Size (VCP-autrijus-snapshot-0.9-20050110.tar.gz) = 318457 bytes 5Size (VCP-autrijus-snapshot-0.9-20050110.tar.gz) = 318457 bytes
 6SHA1 (patch-Makefile.PL) = 503d8b95f07d83bb4d12b1c3c3a5bd86d2595a84

File Added: pkgsrc/devel/p5-VCP/patches/Attic/patch-Makefile.PL
$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