Hi,

On Fri, Apr 09, 2010 at 08:14:19PM +0200, Matthias Kilian wrote:
> Update to latex2html-2008. Doesn't fix my problems with the darcs
> documentation, but at least it's GPLv2 now, and it contains some
> updates necessary for newer versions of perl.
> 
> There are still some strange things going on, for example
> ${PREFIX}/share/texmf-local doesn't get an ls-R by the @exec line,
> but at least it's not worse the before (I think).

This is a bug in the TeX Live configuration. The attached patch
fixes that (OK to commit?).

Also the package only changes the texmf-local texmf tree, so you can do
(instead of what you have now):
@exec mktexlsr %D/share/texmf-local

This will be much quicker as you will not be indexing the large texmf
trees that come with texlive.


Index: texmf/Makefile
===================================================================
RCS file: /cvs/ports/print/texlive/texmf/Makefile,v
retrieving revision 1.10
diff -u -p -u -r1.10 Makefile
--- texmf/Makefile      17 Feb 2010 10:19:08 -0000      1.10
+++ texmf/Makefile      12 Apr 2010 08:32:15 -0000
@@ -6,7 +6,7 @@ COMMENT-docs =          texlive documentation
 
 DISTNAME =             texlive-${DIST_V}-texmf
 
-PKGNAME-main =                 texlive_texmf-minimal-${V}p0
+PKGNAME-main =                 texlive_texmf-minimal-${V}p1
 PKGNAME-full =                 texlive_texmf-full-${V}p1
 PKGNAME-docs =         texlive_texmf-docs-${V}p0
 
Index: texmf/patches/patch-texmf_web2c_texmf_cnf
===================================================================
RCS file: /cvs/ports/print/texlive/texmf/patches/patch-texmf_web2c_texmf_cnf,v
retrieving revision 1.1
diff -u -p -u -r1.1 patch-texmf_web2c_texmf_cnf
--- texmf/patches/patch-texmf_web2c_texmf_cnf   12 Dec 2009 17:48:34 -0000      
1.1
+++ texmf/patches/patch-texmf_web2c_texmf_cnf   12 Apr 2010 08:32:15 -0000
@@ -29,7 +29,7 @@ $OpenBSD: patch-texmf_web2c_texmf_cnf,v 
  % This tree is not used for local configuration maintained by
  % texconfig, it uses TEXMFCONFIG below.
 -TEXMFLOCAL = $SELFAUTOPARENT/../texmf-local
-+TEXMFLOCAL = $OBSD_TMF/../texmf-local
++TEXMFLOCAL = $OBSD_TMF/texmf-local
  
  % TEXMFSYSVAR, where texconfig-sys stores variable runtime data.
  % With teTeX-3.0 or later, this must be set.

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk

Reply via email to