[Midnightbsd-cvs] mports [24615] trunk/devel/tex-kpathsea: update patchset
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Oct 31 21:07:35 EDT 2018
Revision: 24615
http://svnweb.midnightbsd.org/mports/?rev=24615
Author: laffer1
Date: 2018-10-31 21:07:35 -0400 (Wed, 31 Oct 2018)
Log Message:
-----------
update patchset
Modified Paths:
--------------
trunk/devel/tex-kpathsea/Makefile
trunk/devel/tex-kpathsea/files/patch-Makefile.in
trunk/devel/tex-kpathsea/files/patch-texmf.cnf
Modified: trunk/devel/tex-kpathsea/Makefile
===================================================================
--- trunk/devel/tex-kpathsea/Makefile 2018-11-01 01:04:12 UTC (rev 24614)
+++ trunk/devel/tex-kpathsea/Makefile 2018-11-01 01:07:35 UTC (rev 24615)
@@ -3,6 +3,7 @@
PORTNAME= kpathsea
PORTVERSION= 6.2.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/
PKGNAMEPREFIX= tex-
@@ -14,7 +15,7 @@
LICENSE= publicdom
-USES= tar:xz libtool
+USES= tar:xz pathfix libtool
USE_LDCONFIG= yes
USE_TEX= yes
EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,}
Modified: trunk/devel/tex-kpathsea/files/patch-Makefile.in
===================================================================
--- trunk/devel/tex-kpathsea/files/patch-Makefile.in 2018-11-01 01:04:12 UTC (rev 24614)
+++ trunk/devel/tex-kpathsea/files/patch-Makefile.in 2018-11-01 01:07:35 UTC (rev 24615)
@@ -40,8 +40,7 @@
xopendir.h \
xstat.h
--pkgconfigdir = ${libdir}/pkgconfig
-+pkgconfigdir = $(prefix)/libdata/pkgconfig
+ pkgconfigdir = $(prefix)/libdata/pkgconfig
pkgconfig_DATA = kpathsea.pc
DISTCLEANFILES = paths.h stamp-paths kpathsea.h
kpseaccess_SOURCES = access.c
Modified: trunk/devel/tex-kpathsea/files/patch-texmf.cnf
===================================================================
--- trunk/devel/tex-kpathsea/files/patch-texmf.cnf 2018-11-01 01:04:12 UTC (rev 24614)
+++ trunk/devel/tex-kpathsea/files/patch-texmf.cnf 2018-11-01 01:07:35 UTC (rev 24615)
@@ -1,5 +1,5 @@
---- texmf.cnf.orig 2015-04-12 15:20:30 UTC
-+++ texmf.cnf
+--- texmf.cnf.orig 2015-04-13 00:20:30.000000000 +0900
++++ texmf.cnf 2015-09-26 04:35:35.579765000 +0900
@@ -51,7 +51,7 @@
% Redistributors will probably want $SELFAUTODIR/share, i.e., /usr/share.
% Kpathsea sets SELFAUTOLOC (the directory with the binary),
@@ -9,7 +9,7 @@
% The main tree of distributed packages and programs:
TEXMFDIST = $TEXMFROOT/texmf-dist
-@@ -61,7 +61,7 @@ TEXMFDIST = $TEXMFROOT/texmf-dist
+@@ -61,7 +61,7 @@
TEXMFMAIN = $TEXMFDIST
% Local additions to the distribution trees.
@@ -18,7 +18,15 @@
% TEXMFSYSVAR, where *-sys store cached runtime data.
TEXMFSYSVAR = $TEXMFROOT/texmf-var
-@@ -722,7 +722,7 @@ hash_extra = 600000
+@@ -495,6 +495,7 @@
+ $SELFAUTOLOC/texmf-dist/web2c,\
+ $SELFAUTOLOC/texmf/web2c,\
+ \
++/var/db/tlpkg,\
+ $SELFAUTODIR,\
+ $SELFAUTODIR/share/texmf-local/web2c,\
+ $SELFAUTODIR/share/texmf-dist/web2c,\
+@@ -722,7 +723,7 @@
pool_size = 6250000
% Minimum pool space after TeX's own strings; must be at least
% 25000 less than pool_size, but doesn't need to be nearly that large.
@@ -27,7 +35,7 @@
% Maximum number of strings.
max_strings = 500000
% min pool space left after loading .fmt
-@@ -732,7 +732,7 @@ pool_free = 47500
+@@ -732,7 +733,7 @@
% expansion works by writing material into the buffer and reparsing the
% line. As a consequence, certain constructs require the buffer to be
% very large, even though most documents can be handled with a small value.
@@ -36,7 +44,7 @@
% Hyphenation trie. The maximum possible is 4194303 (ssup_trie_size in
% the sources), but we don't need that much. The value here suffices
-@@ -743,7 +743,7 @@ trie_size = 1000000
+@@ -743,7 +744,7 @@
hyph_size = 8191 % prime number of hyphenation exceptions, >610, <32767.
% http://primes.utm.edu/curios/page.php/8191.html
More information about the Midnightbsd-cvs
mailing list