pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/latex2html Use teTeX/module.mk to run mktexls...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8aa82210363b
branches: trunk
changeset: 510949:8aa82210363b
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri Apr 07 02:23:19 2006 +0000
description:
Use teTeX/module.mk to run mktexlsr for texmf-local only.
diffstat:
textproc/latex2html/Makefile | 4 ++--
textproc/latex2html/PLIST | 4 +---
textproc/latex2html/distinfo | 3 ++-
textproc/latex2html/patches/patch-ab | 20 ++++++++++++++++++++
4 files changed, 25 insertions(+), 6 deletions(-)
diffs (67 lines):
diff -r e2224957e863 -r 8aa82210363b textproc/latex2html/Makefile
--- a/textproc/latex2html/Makefile Fri Apr 07 02:17:53 2006 +0000
+++ b/textproc/latex2html/Makefile Fri Apr 07 02:23:19 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2006/04/07 02:09:57 minskim Exp $
+# $NetBSD: Makefile,v 1.30 2006/04/07 02:23:19 minskim Exp $
DISTNAME= latex2html-2002-2-1
PKGNAME= latex2html-2002.2.1
@@ -28,5 +28,5 @@
.endif
CONFIGURE_ARGS+= --with-gs=${TOOLS_PATH.gs:Q}
-.include "../../mk/tex.buildlink3.mk"
+.include "../../print/teTeX/module.mk"
.include "../../mk/bsd.pkg.mk"
diff -r e2224957e863 -r 8aa82210363b textproc/latex2html/PLIST
--- a/textproc/latex2html/PLIST Fri Apr 07 02:17:53 2006 +0000
+++ b/textproc/latex2html/PLIST Fri Apr 07 02:23:19 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2005/11/08 20:02:52 tonio Exp $
+@comment $NetBSD: PLIST,v 1.6 2006/04/07 02:23:19 minskim Exp $
bin/latex2html
bin/pstoimg
bin/texexpand
@@ -362,5 +362,3 @@
@dirrm share/latex2html/IndicTeX-HTML
@dirrm share/latex2html
@dirrm lib/latex2html
-@exec mktexlsr
-@unexec mktexlsr
diff -r e2224957e863 -r 8aa82210363b textproc/latex2html/distinfo
--- a/textproc/latex2html/distinfo Fri Apr 07 02:17:53 2006 +0000
+++ b/textproc/latex2html/distinfo Fri Apr 07 02:23:19 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.8 2005/10/09 20:02:29 rillig Exp $
+$NetBSD: distinfo,v 1.9 2006/04/07 02:23:19 minskim Exp $
SHA1 (latex2html-2002-2-1.tar.gz) = 550830ce17be4d8a0d349db9b95bf15d0e5a7532
RMD160 (latex2html-2002-2-1.tar.gz) = 89f34463f11628b95f2963d29172825a908ac319
Size (latex2html-2002-2-1.tar.gz) = 1122706 bytes
SHA1 (patch-aa) = 146235dbac76107a765b86b28a81329328d8e0db
+SHA1 (patch-ab) = 91028fa0c0aa42eac056ed1ad9ee53c586eb1fb5
diff -r e2224957e863 -r 8aa82210363b textproc/latex2html/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/latex2html/patches/patch-ab Fri Apr 07 02:23:19 2006 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-ab,v 1.1 2006/04/07 02:23:19 minskim Exp $
+
+--- config/install.pl.orig 2002-04-28 05:15:01.000000000 +0000
++++ config/install.pl
+@@ -394,10 +394,11 @@ if($cfg{TEXPATH}) {
+ }
+ }
+ closedir(DIR);
+- if($ok && $cfg{MKTEXLSR}) {
+- print "Info: Running $cfg{MKTEXLSR} to rebuild ls-R database...\n";
+- system($cfg{MKTEXLSR});
+- }
++# print/teTeX/module.mk will run mktexlsr automatically.
++# if($ok && $cfg{MKTEXLSR}) {
++# print "Info: Running $cfg{MKTEXLSR} to rebuild ls-R database...\n";
++# system($cfg{MKTEXLSR});
++# }
+ }
+ }
+ }
Home |
Main Index |
Thread Index |
Old Index