pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/latex2html Fix broken build with perl 5.26.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c13c3f9dee88
branches:  trunk
changeset: 363868:c13c3f9dee88
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Jun 18 09:08:22 2017 +0000

description:
Fix broken build with perl 5.26.

diffstat:

 textproc/latex2html/distinfo                  |   4 +++-
 textproc/latex2html/patches/patch-Makefile.in |  15 +++++++++++++++
 textproc/latex2html/patches/patch-configure   |  15 +++++++++++++++
 3 files changed, 33 insertions(+), 1 deletions(-)

diffs (52 lines):

diff -r f46b78d91db1 -r c13c3f9dee88 textproc/latex2html/distinfo
--- a/textproc/latex2html/distinfo      Sun Jun 18 06:01:33 2017 +0000
+++ b/textproc/latex2html/distinfo      Sun Jun 18 09:08:22 2017 +0000
@@ -1,7 +1,9 @@
-$NetBSD: distinfo,v 1.14 2016/08/11 00:15:53 mef Exp $
+$NetBSD: distinfo,v 1.15 2017/06/18 09:08:22 dholland Exp $
 
 SHA1 (latex2html-2016.tar.gz) = 667308a050a071106acc573f4b88f919bb0809c9
 RMD160 (latex2html-2016.tar.gz) = 1e400a65753ee8520acf1d3c4f9356d1e58fa033
 SHA512 (latex2html-2016.tar.gz) = 2a7d12bda145101c4099cd0efba7ccfd18eaa858c9ffe5223d0bc25eb57d298b94961289a6a79443000116a358ea8513d8054933f902aad21a67a2c0c2e41445
 Size (latex2html-2016.tar.gz) = 1149971 bytes
+SHA1 (patch-Makefile.in) = b9b94d3a0f561c67fd0f644c8632bfb540b749ec
 SHA1 (patch-ab) = 33cc684907be6dc0744c751cfd104cbdfe7b0308
+SHA1 (patch-configure) = a3b2d77020045b2b8f732f03d0d4d8045311efb9
diff -r f46b78d91db1 -r c13c3f9dee88 textproc/latex2html/patches/patch-Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/latex2html/patches/patch-Makefile.in     Sun Jun 18 09:08:22 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.in,v 1.1 2017/06/18 09:08:22 dholland Exp $
+
+Fix broken build with perl 5.26.
+
+--- Makefile.in~       2016-04-19 16:52:35.000000000 +0000
++++ Makefile.in
+@@ -24,7 +24,7 @@
+ DISTVER = @distver@
+ srcdir = @srcdir@
+ 
+-PERL = @PERL@
++PERL = @PERL@ -I.
+ PLAT = @plat@
+ AUTOCONF = autoconf
+ 
diff -r f46b78d91db1 -r c13c3f9dee88 textproc/latex2html/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/latex2html/patches/patch-configure       Sun Jun 18 09:08:22 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2017/06/18 09:08:22 dholland Exp $
+
+Fix broken build with perl 5.26.
+
+--- configure~ 2016-04-19 16:52:35.000000000 +0000
++++ configure
+@@ -1158,7 +1158,7 @@ interpval="$ac_cv_sys_interpreter"
+ 
+ echo "launching proprietary configuration..."
+ 
+-$PERL $srcdir/config/config.pl \
++$PERL -I. $srcdir/config/config.pl \
+   HASHBANG=$ac_cv_sys_interpreter \
+   OLDCONFIG=$with_oldconfig \
+   EXTRAPATH=$with_extrapath \



Home | Main Index | Thread Index | Old Index