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 DESTDIR support. PKGREV...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33ce8febe5ce
branches:  trunk
changeset: 311850:33ce8febe5ce
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Aug 19 18:03:29 2018 +0000

description:
Fix broken DESTDIR support. PKGREVISION -> 1.

diffstat:

 textproc/latex2html/Makefile         |   3 ++-
 textproc/latex2html/distinfo         |   4 ++--
 textproc/latex2html/patches/patch-ab |  36 +++++++++++++++++++++++++++++-------
 3 files changed, 33 insertions(+), 10 deletions(-)

diffs (76 lines):

diff -r fb6cdecc6f21 -r 33ce8febe5ce textproc/latex2html/Makefile
--- a/textproc/latex2html/Makefile      Sun Aug 19 17:31:51 2018 +0000
+++ b/textproc/latex2html/Makefile      Sun Aug 19 18:03:29 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2016/08/11 00:15:53 mef Exp $
+# $NetBSD: Makefile,v 1.48 2018/08/19 18:03:29 dholland Exp $
 
 DISTNAME=      latex2html-2016
+PKGREVISION=   1
 CATEGORIES=    textproc converters
 MASTER_SITES=  ${MASTER_SITE_TEX_CTAN:=support/latex2html/}
 
diff -r fb6cdecc6f21 -r 33ce8febe5ce textproc/latex2html/distinfo
--- a/textproc/latex2html/distinfo      Sun Aug 19 17:31:51 2018 +0000
+++ b/textproc/latex2html/distinfo      Sun Aug 19 18:03:29 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.16 2017/09/06 16:49:47 wiz Exp $
+$NetBSD: distinfo,v 1.17 2018/08/19 18:03:29 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) = 6d23f6bda65caff3fb0a5bfd67df44ee57a1ac43
+SHA1 (patch-ab) = 53ad611dec3cd301c907b0285020272da29ab8ef
 SHA1 (patch-configure) = a3b2d77020045b2b8f732f03d0d4d8045311efb9
diff -r fb6cdecc6f21 -r 33ce8febe5ce textproc/latex2html/patches/patch-ab
--- a/textproc/latex2html/patches/patch-ab      Sun Aug 19 17:31:51 2018 +0000
+++ b/textproc/latex2html/patches/patch-ab      Sun Aug 19 18:03:29 2018 +0000
@@ -1,16 +1,38 @@
-$NetBSD: patch-ab,v 1.4 2017/09/06 16:49:47 wiz Exp $
+$NetBSD: patch-ab,v 1.5 2018/08/19 18:03:30 dholland Exp $
 
-(the first half)
+(the last bit)
 date: 2006-04-07 11:23:19 +0900;  author: minskim;  state: Exp;
 Use tex infrastructure to run mktexlsr for texmf-local only.
 
-(second half)
-date: 2011-07-09 23:19:30 +0900;  author: bsiegert;  state: Exp;  lines: +18 -3;
-Add user-destdir support. Almost trivial except for one bug in the install
-script.
+(the rest)
+Add user-destdir support.
 
---- config/install.pl.orig     2002-11-29 11:49:01.000000000 +0000
+--- config/install.pl.orig     2016-04-19 16:52:35.000000000 +0000
 +++ config/install.pl
+@@ -294,15 +294,15 @@ my @icon_types = $cfg{'IMAGE_TYPES'} ? 
+ my $iconrx = join('|', @icon_types);
+ 
+ my $dest1 = "$cfg{'SHLIBDIR'}${dd}icons";
+-if((-d $dest1 && !-w _) || (-d $cfg{'SHLIBDIR'} && !-w _)) {
+-  print STDERR "Error: Cannot install icons in '$dest1': No write permission.\n";
+-  $dest1 = '';
+-}
++#if((-d $dest1 && !-w _) || (-d $cfg{'SHLIBDIR'} && !-w _)) {
++#  print STDERR "Error: Cannot install icons in '$dest1': No write permission.\n";
++#  $dest1 = '';
++#}
+ my $dest2 = $cfg{'ICONSTORAGE'} || '';
+-if(-d $dest2 && !-w $dest2) {
+-  print STDERR "Error: Cannot install icons in '$dest2': No write permission.\n";
+-  $dest2 = '';
+-}
++#if(-d $dest2 && !-w $dest2) {
++#  print STDERR "Error: Cannot install icons in '$dest2': No write permission.\n";
++#  $dest2 = '';
++#}
+ my $dir = "icons";
+ unless(opendir(DIR,$dir)) {
+   print STDERR qq{Error: Could not read directory "$dir": $!\n};
 @@ -372,12 +372,6 @@ foreach $item (sort keys %Install_items)
  
  if($cfg{TEXPATH}) {



Home | Main Index | Thread Index | Old Index