summaryrefslogtreecommitdiff
path: root/textproc/latex2html
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2017-06-18 09:08:22 +0000
committerdholland <dholland@pkgsrc.org>2017-06-18 09:08:22 +0000
commit7d803a54a2581f54a23e683d791be49de0865ce1 (patch)
tree6e7bf49de0f02b4aca36e5ddc79562e2e55ee900 /textproc/latex2html
parent81f7f16d4a47a22a1442cc0f22893c157dbbf497 (diff)
downloadpkgsrc-7d803a54a2581f54a23e683d791be49de0865ce1.tar.gz
Fix broken build with perl 5.26.
Diffstat (limited to 'textproc/latex2html')
-rw-r--r--textproc/latex2html/distinfo4
-rw-r--r--textproc/latex2html/patches/patch-Makefile.in15
-rw-r--r--textproc/latex2html/patches/patch-configure15
3 files changed, 33 insertions, 1 deletions
diff --git a/textproc/latex2html/distinfo b/textproc/latex2html/distinfo
index ab6c672bbca..601cba34c3f 100644
--- a/textproc/latex2html/distinfo
+++ b/textproc/latex2html/distinfo
@@ -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 --git a/textproc/latex2html/patches/patch-Makefile.in b/textproc/latex2html/patches/patch-Makefile.in
new file mode 100644
index 00000000000..03d0e09ba78
--- /dev/null
+++ b/textproc/latex2html/patches/patch-Makefile.in
@@ -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 --git a/textproc/latex2html/patches/patch-configure b/textproc/latex2html/patches/patch-configure
new file mode 100644
index 00000000000..2535bc9317c
--- /dev/null
+++ b/textproc/latex2html/patches/patch-configure
@@ -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 \