diff options
author | minskim <minskim@pkgsrc.org> | 2009-04-11 19:16:33 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-04-11 19:16:33 +0000 |
commit | 1c7ae009b485493811ecadf7fe12c586ce867011 (patch) | |
tree | 0fd143edd5a8adc9ff1b859222991b83ebb2f564 /print | |
parent | a9e3867173cd176a607811e129460daba8a47eaf (diff) | |
download | pkgsrc-1c7ae009b485493811ecadf7fe12c586ce867011.tar.gz |
Simplify TEXMFDOCDIR and TEXMDOCS to make them friendly with texdoc.
Changes from TeX Live svn.
Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r-- | print/kpathsea/Makefile | 4 | ||||
-rw-r--r-- | print/kpathsea/distinfo | 4 | ||||
-rw-r--r-- | print/kpathsea/patches/patch-aa | 30 |
3 files changed, 28 insertions, 10 deletions
diff --git a/print/kpathsea/Makefile b/print/kpathsea/Makefile index 25772a3c0ec..4b7c032f2c9 100644 --- a/print/kpathsea/Makefile +++ b/print/kpathsea/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2009/02/08 20:00:03 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2009/04/11 19:16:33 minskim Exp $ DISTNAME= texlive-20080816-source PKGNAME= kpathsea-3.5.7 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/} EXTRACT_SUFX= .tar.lzma diff --git a/print/kpathsea/distinfo b/print/kpathsea/distinfo index b97acd31dfe..354e57396d9 100644 --- a/print/kpathsea/distinfo +++ b/print/kpathsea/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2009/02/08 20:00:03 minskim Exp $ +$NetBSD: distinfo,v 1.4 2009/04/11 19:16:33 minskim Exp $ SHA1 (texlive-20080816-source.tar.lzma) = 730986c628bd658b5062face9e400f61203d6b8d RMD160 (texlive-20080816-source.tar.lzma) = 629784b111c0d4bc9fac9f9131f63203d6e1dd38 Size (texlive-20080816-source.tar.lzma) = 23175835 bytes -SHA1 (patch-aa) = 5328fec41c939fdfe0f59d05531be6c2c163d786 +SHA1 (patch-aa) = 87f14f7f2fbdfeff1150290ba1faa971c9137caf diff --git a/print/kpathsea/patches/patch-aa b/print/kpathsea/patches/patch-aa index 72754d41fec..30a6067e8f1 100644 --- a/print/kpathsea/patches/patch-aa +++ b/print/kpathsea/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.3 2009/02/08 20:00:03 minskim Exp $ +$NetBSD: patch-aa,v 1.4 2009/04/11 19:16:34 minskim Exp $ - Set paths to texmf trees for pkgsrc. -- Sync with TeX Live Revision 12107. +- Sync with TeX Live Revision 12509. --- texmf.cnf.orig 2008-07-26 14:39:36.000000000 -0700 +++ texmf.cnf @@ -183,7 +183,25 @@ $NetBSD: patch-aa,v 1.3 2009/02/08 20:00:03 minskim Exp $ TTF2TFMINPUTS = .;$TEXMF/ttf2pk// % Metafont, MetaPost inputs. -@@ -447,7 +450,7 @@ RUBYINPUTS = .;$TEXMF/scripts/{$progna +@@ -384,14 +387,11 @@ FONTCONFIG_FILE=fonts.conf + FONTCONFIG_PATH=$TEXMFSYSVAR/fonts/conf + FC_CACHEDIR=$TEXMFSYSVAR/fonts/cache + +-% TeX documentation and source files, for use with kpsewhich. ++% TeX documentation and source files, for use with kpsewhich (and texdoc). + % TeX Live has a separate hierarchy with just documentation, texmf-doc, + % in addition to the doc files in the other hierarchies. +-% Also, find the English documentation first -- better than random, when +-% there are name collisions. +-% Also, find things from man pages first, same reason. +-TEXMFDOCDIR = $TEXMFDOC/doc{/english,} +-TEXDOCS = .;$TEXMF/doc{/man,}//;$TEXMFDOCDIR// ++TEXMFDOCDIR = $TEXMFDOC/doc ++TEXDOCS = .;$TEXMF/doc//;$TEXMFDOCDIR// + TEXSOURCES = .;$TEXMF/source// + + % Web and CWeb input paths. +@@ -447,7 +447,7 @@ RUBYINPUTS = .;$TEXMF/scripts/{$progna % % For security reasons, it is better not to include . in this path. % @@ -192,7 +210,7 @@ $NetBSD: patch-aa,v 1.3 2009/02/08 20:00:03 minskim Exp $ # kpathsea 3.5.3 and later sets these at runtime. To avoid empty # expansions from binaries linked against an earlier version of the -@@ -458,11 +461,10 @@ engine = unsetengine +@@ -458,11 +458,10 @@ engine = unsetengine % Part 2: Options. @@ -208,7 +226,7 @@ $NetBSD: patch-aa,v 1.3 2009/02/08 20:00:03 minskim Exp $ % % Both names are always tried; the difference is the order in which they % are tried. The setting applies to all searches, not just .tex. -@@ -472,7 +474,7 @@ engine = unsetengine +@@ -472,7 +471,7 @@ engine = unsetengine % always have an extension added first. % % The default is true, because we already avoid adding the standard @@ -217,7 +235,7 @@ $NetBSD: patch-aa,v 1.3 2009/02/08 20:00:03 minskim Exp $ % babel.sty, not babel.sty.tex, regardless of this setting. try_std_extension_first = t -@@ -612,7 +614,7 @@ buf_size = 200000 +@@ -612,7 +611,7 @@ buf_size = 200000 % for all known free hyphenation patterns to be loaded simultaneously % (as TeX Live does). % |