pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net Fix build with Perl 5.26.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33328a905996
branches:  trunk
changeset: 363441:33328a905996
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Jun 09 16:55:10 2017 +0000

description:
Fix build with Perl 5.26.0

diffstat:

 net/p5-Net-Bind/distinfo                       |   4 +++-
 net/p5-Net-Bind/patches/patch-Makefile.PL      |  14 ++++++++++++++
 net/p5-Net-Bind/patches/patch-Net-Bind.spec.PL |  15 +++++++++++++++
 net/p5-Net-Interface/distinfo                  |   3 ++-
 net/p5-Net-Interface/patches/patch-Makefile.PL |  15 +++++++++++++++
 5 files changed, 49 insertions(+), 2 deletions(-)

diffs (81 lines):

diff -r 8457bdc4b3ac -r 33328a905996 net/p5-Net-Bind/distinfo
--- a/net/p5-Net-Bind/distinfo  Fri Jun 09 16:43:15 2017 +0000
+++ b/net/p5-Net-Bind/distinfo  Fri Jun 09 16:55:10 2017 +0000
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 00:35:20 agc Exp $
+$NetBSD: distinfo,v 1.4 2017/06/09 16:55:10 ryoon Exp $
 
 SHA1 (Net-Bind-0.05.tar.gz) = c6e3bb3e08448a6a11b280917adc1b3f5508ddf1
 RMD160 (Net-Bind-0.05.tar.gz) = a9c990a5c9021027156a1ff990e7c1a83cfa9a21
 SHA512 (Net-Bind-0.05.tar.gz) = c61910e97d775768cdaf4d91fced967480e3054769458d1fdf7f566b8b1895b35ea3bf1be1a2c3536d087f06d6ef02a9cf35983ed50407972f344db14c07f933
 Size (Net-Bind-0.05.tar.gz) = 10985 bytes
+SHA1 (patch-Makefile.PL) = e787a78c664d02d71f73fe479d856c9730afeff4
+SHA1 (patch-Net-Bind.spec.PL) = f1a38b94e51ab9f1c817fc665f7e646181ed3629
diff -r 8457bdc4b3ac -r 33328a905996 net/p5-Net-Bind/patches/patch-Makefile.PL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Bind/patches/patch-Makefile.PL Fri Jun 09 16:55:10 2017 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/09 16:55:10 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig   2002-04-18 02:07:52.000000000 +0000
++++ Makefile.PL
+@@ -1,5 +1,7 @@
+ #!/usr/bin/perl
+ 
++use FindBin;
++use lib $FindBin::Bin;
+ use ExtUtils::MakeMaker;
+ 
+ WriteMakefile(
diff -r 8457bdc4b3ac -r 33328a905996 net/p5-Net-Bind/patches/patch-Net-Bind.spec.PL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Bind/patches/patch-Net-Bind.spec.PL    Fri Jun 09 16:55:10 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-Net-Bind.spec.PL,v 1.1 2017/06/09 16:55:10 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Net-Bind.spec.PL.orig      2002-04-18 01:56:57.000000000 +0000
++++ Net-Bind.spec.PL
+@@ -29,7 +29,7 @@ sub WriteMakefile {
+     die "Makefile.PL: Could not determine version!";
+   }
+ }
+-do "Makefile.PL";
++do "./Makefile.PL";
+ if ($name) {
+   $name =~ s/::/-/g;
+ } else {
diff -r 8457bdc4b3ac -r 33328a905996 net/p5-Net-Interface/distinfo
--- a/net/p5-Net-Interface/distinfo     Fri Jun 09 16:43:15 2017 +0000
+++ b/net/p5-Net-Interface/distinfo     Fri Jun 09 16:55:10 2017 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2016/10/15 13:54:36 wen Exp $
+$NetBSD: distinfo,v 1.5 2017/06/09 16:55:10 ryoon Exp $
 
 SHA1 (Net-Interface-1.016.tar.gz) = 82b2662fd0e69999568d5eff3c4baf9089d84ac0
 RMD160 (Net-Interface-1.016.tar.gz) = 253fe9e1b21446a4a72144d74548f5f4ef4e1b2b
 SHA512 (Net-Interface-1.016.tar.gz) = 0ecc29f8dae20a3ddd513c88287cddb3d2681bc48f99cac37f131582dbbc82b57db8460117d9ff7638f24ded46d194ac011c6de171a7582e4fd2bd461d74337a
 Size (Net-Interface-1.016.tar.gz) = 174784 bytes
+SHA1 (patch-Makefile.PL) = 8c38c33ab88ff2c8356f81f0d8ce4e3a1070f1f9
diff -r 8457bdc4b3ac -r 33328a905996 net/p5-Net-Interface/patches/patch-Makefile.PL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Interface/patches/patch-Makefile.PL    Fri Jun 09 16:55:10 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/09 16:55:10 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig   2016-09-23 19:40:12.000000000 +0000
++++ Makefile.PL
+@@ -153,7 +153,7 @@ print F qq|#define NI_OSVER_BASE $Config
+ close F;
+ 
+ ################ build family definitions
+-do 'inst/netsymbols.pl';
++do './inst/netsymbols.pl';
+ ## END ######### build family definitions
+ 
+ sub MY::top_targets {



Home | Main Index | Thread Index | Old Index