[Midnightbsd-cvs] mports [20348] trunk/devel/tex-kpathsea: tex-kpathsea 6.2.1
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Sep 30 22:20:50 EDT 2015
Revision: 20348
http://svnweb.midnightbsd.org/mports/?rev=20348
Author: laffer1
Date: 2015-09-30 22:20:49 -0400 (Wed, 30 Sep 2015)
Log Message:
-----------
tex-kpathsea 6.2.1
Modified Paths:
--------------
trunk/devel/tex-kpathsea/Makefile
trunk/devel/tex-kpathsea/distinfo
trunk/devel/tex-kpathsea/files/patch-Makefile.in
trunk/devel/tex-kpathsea/files/patch-texmf.cnf
trunk/devel/tex-kpathsea/pkg-plist
Modified: trunk/devel/tex-kpathsea/Makefile
===================================================================
--- trunk/devel/tex-kpathsea/Makefile 2015-10-01 02:14:19 UTC (rev 20347)
+++ trunk/devel/tex-kpathsea/Makefile 2015-10-01 02:20:49 UTC (rev 20348)
@@ -2,11 +2,11 @@
# $FreeBSD: head/devel/tex-kpathsea/Makefile 374714 2014-12-14 16:33:25Z hrs $
PORTNAME= kpathsea
-PORTVERSION= 6.2.0
+PORTVERSION= 6.2.1
CATEGORIES= devel
-MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/
+MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/
PKGNAMEPREFIX= tex-
-DISTNAME= texlive-20140525-source
+DISTNAME= texlive-20150521-source
DIST_SUBDIR= TeX
MAINTAINER= ports at MidnightBSD.org
@@ -14,13 +14,13 @@
LICENSE= publicdom
-USES= gmake tar:xz libtool
+USES= tar:xz libtool
USE_LDCONFIG= yes
USE_TEX= yes
-EXTRACT_AFTER_ARGS= ${EXTRACT_FILES}
-EXTRACT_FILES= ${DISTNAME}/build-aux \
- ${DISTNAME}/texk/kpathsea \
- ${DISTNAME}/texk/texlive/tl_scripts
+EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,}
+EXTRACT_FILES= build-aux \
+ texk/kpathsea \
+ texk/texlive/tl_scripts
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/kpathsea
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
Modified: trunk/devel/tex-kpathsea/distinfo
===================================================================
--- trunk/devel/tex-kpathsea/distinfo 2015-10-01 02:14:19 UTC (rev 20347)
+++ trunk/devel/tex-kpathsea/distinfo 2015-10-01 02:20:49 UTC (rev 20348)
@@ -1,2 +1,2 @@
-SHA256 (TeX/texlive-20140525-source.tar.xz) = 08bb4eb02923ac65ce1183612c6b64da185904f26a1660f5ca4f902d055795be
-SIZE (TeX/texlive-20140525-source.tar.xz) = 41657688
+SHA256 (TeX/texlive-20150521-source.tar.xz) = ed9bcd7bdce899c3c27c16a8c5c3017c4f09e1d7fd097038351b72497e9d4669
+SIZE (TeX/texlive-20150521-source.tar.xz) = 45459552
Modified: trunk/devel/tex-kpathsea/files/patch-Makefile.in
===================================================================
--- trunk/devel/tex-kpathsea/files/patch-Makefile.in 2015-10-01 02:14:19 UTC (rev 20347)
+++ trunk/devel/tex-kpathsea/files/patch-Makefile.in 2015-10-01 02:20:49 UTC (rev 20348)
@@ -1,24 +1,60 @@
---- Makefile.in.orig 2014-05-21 08:10:30.000000000 +0900
-+++ Makefile.in 2014-08-20 22:10:45.000000000 +0900
-@@ -175,7 +175,7 @@
+--- Makefile.in.orig 2015-03-16 07:52:01 UTC
++++ Makefile.in
+@@ -170,8 +170,8 @@ am__uninstall_files_from_dir = { \
$(am__cd) "$$dir" && rm -f $$files; }; \
}
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
- "$(DESTDIR)$(web2cdir)" "$(DESTDIR)$(web2cdir)" \
+- "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(kpseincludedir)" \
+ "$(DESTDIR)$(web2cdir)" \
- "$(DESTDIR)$(kpseincludedir)" "$(DESTDIR)$(kpseincludedir)"
++ "$(DESTDIR)$(pkgconfigdir)" \
+ "$(DESTDIR)$(kpseincludedir)" "$(DESTDIR)$(kpselibdir)"
LTLIBRARIES = $(lib_LTLIBRARIES)
libkpathsea_la_DEPENDENCIES = $(LTLIBOBJS)
-@@ -2044,7 +2044,7 @@
+@@ -306,7 +306,7 @@ am__can_run_installinfo = \
+ *) (install-info --version) >/dev/null 2>&1;; \
+ esac
+ DATA = $(dist_noinst_DATA) $(dist_web2c_DATA) $(pkgconfig_DATA)
+-HEADERS = $(kpseinclude_HEADERS) $(nodist_kpseinclude_HEADERS) \
++HEADERS = $(kpseinclude_HEADERS) \
+ $(nodist_kpselib_HEADERS) $(noinst_HEADERS)
+ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
+ distclean-recursive maintainer-clean-recursive
+@@ -717,12 +717,12 @@ libkpathsea_la_SOURCES = tex-file.c abso
+ kpseincludedir = ${includedir}/kpathsea
+ nodist_kpseinclude_HEADERS = \
+ kpathsea.h \
+- paths.h
++ paths.h \
++ c-auto.h
+ kpseinclude_HEADERS = config.h $(direct_headers) $(indirect_headers)
+ kpselibdir = ${libdir}/kpathsea
+-nodist_kpselib_HEADERS = \
+- c-auto.h
++nodist_kpselib_HEADERS =
+
+
+ # Headers included directly into kpathsea.h
+@@ -785,7 +785,7 @@ noinst_HEADERS = \
+ xopendir.h \
+ xstat.h
+
+-pkgconfigdir = ${libdir}/pkgconfig
++pkgconfigdir = $(prefix)/libdata/pkgconfig
+ pkgconfig_DATA = kpathsea.pc
+ DISTCLEANFILES = paths.h stamp-paths kpathsea.h
+ kpseaccess_SOURCES = access.c
+@@ -2103,7 +2103,7 @@ install-binPROGRAMS: install-libLTLIBRAR
+
installdirs: installdirs-recursive
installdirs-am:
-- for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(web2cdir)" "$(DESTDIR)$(web2cdir)" "$(DESTDIR)$(kpseincludedir)" "$(DESTDIR)$(kpseincludedir)"; do \
-+ for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(web2cdir)" "$(DESTDIR)$(kpseincludedir)" "$(DESTDIR)$(kpseincludedir)"; do \
+- for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(web2cdir)" "$(DESTDIR)$(web2cdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(kpseincludedir)" "$(DESTDIR)$(kpseincludedir)" "$(DESTDIR)$(kpselibdir)"; do \
++ for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(web2cdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(kpseincludedir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
install: $(BUILT_SOURCES)
-@@ -2108,8 +2108,7 @@
+@@ -2167,10 +2167,9 @@ info: info-recursive
info-am:
@@ -25,15 +61,18 @@
-install-data-am: install-data-local install-dist_web2cDATA \
- install-dist_web2cSCRIPTS install-kpseincludeHEADERS \
+install-data-am: install-data-local install-kpseincludeHEADERS \
- install-nodist_kpseincludeHEADERS
+ install-nodist_kpseincludeHEADERS \
+- install-nodist_kpselibHEADERS install-pkgconfigDATA
++ install-pkgconfigDATA
install-dvi: install-dvi-recursive
-@@ -2256,13 +2255,13 @@
+
+@@ -2319,13 +2318,13 @@ install-data-local: installdirs-am
uninstall-local:
@WIN32_FALSE@ @for f in $(dist_noinst_SCRIPTS); do \
@WIN32_FALSE@ if grep "original $$f --" "$(DESTDIR)$(bindir)/$$f" >/dev/null 2>&1; then \
- at WIN32_FALSE@ echo " rm\xA0-f '$(DESTDIR)$(bindir)/$$f'"; \
-+ at WIN32_FALSE@ echo " rm\xA0\xADf '$(DESTDIR)$(bindir)/$$f'"; \
++ at WIN32_FALSE@ echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
@WIN32_FALSE@ rm -f "$(DESTDIR)$(bindir)/$$f"; \
@WIN32_FALSE@ else :; fi; \
@WIN32_FALSE@ done
@@ -40,7 +79,7 @@
@for f in $(dist_noinst_DATA); do \
if grep "original $$f --" "$(DESTDIR)$(web2cdir)/$$f" >/dev/null 2>&1; then \
- echo " rm\xA0-f '$(DESTDIR)$(web2cdir)/$$f'"; \
-+ echo " rm\xA0\xADf '$(DESTDIR)$(web2cdir)/$$f'"; \
++ echo " rm -f '$(DESTDIR)$(web2cdir)/$$f'"; \
rm -f "$(DESTDIR)$(web2cdir)/$$f"; \
else :; fi; \
done
Modified: trunk/devel/tex-kpathsea/files/patch-texmf.cnf
===================================================================
--- trunk/devel/tex-kpathsea/files/patch-texmf.cnf 2015-10-01 02:14:19 UTC (rev 20347)
+++ trunk/devel/tex-kpathsea/files/patch-texmf.cnf 2015-10-01 02:20:49 UTC (rev 20348)
@@ -1,5 +1,5 @@
---- texmf.cnf.orig 2014-04-23 06:07:54.000000000 +0900
-+++ texmf.cnf 2014-08-20 21:50:36.000000000 +0900
+--- texmf.cnf.orig 2015-04-12 15:20:30 UTC
++++ texmf.cnf
@@ -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 @@
+@@ -61,7 +61,7 @@ TEXMFDIST = $TEXMFROOT/texmf-dist
TEXMFMAIN = $TEXMFDIST
% Local additions to the distribution trees.
@@ -18,7 +18,7 @@
% TEXMFSYSVAR, where *-sys store cached runtime data.
TEXMFSYSVAR = $TEXMFROOT/texmf-var
-@@ -713,7 +713,7 @@
+@@ -722,7 +722,7 @@ hash_extra = 600000
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 +27,7 @@
% Maximum number of strings.
max_strings = 500000
% min pool space left after loading .fmt
-@@ -723,7 +723,7 @@
+@@ -732,7 +732,7 @@ pool_free = 47500
% 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 +36,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
-@@ -734,7 +734,7 @@
+@@ -743,7 +743,7 @@ trie_size = 1000000
hyph_size = 8191 % prime number of hyphenation exceptions, >610, <32767.
% http://primes.utm.edu/curios/page.php/8191.html
Modified: trunk/devel/tex-kpathsea/pkg-plist
===================================================================
--- trunk/devel/tex-kpathsea/pkg-plist 2015-10-01 02:14:19 UTC (rev 20347)
+++ trunk/devel/tex-kpathsea/pkg-plist 2015-10-01 02:20:49 UTC (rev 20348)
@@ -73,5 +73,6 @@
lib/libkpathsea.a
lib/libkpathsea.so
lib/libkpathsea.so.6
-lib/libkpathsea.so.6.2.0
+lib/libkpathsea.so.6.2.1
+libdata/pkgconfig/kpathsea.pc
%%TEXMFDISTDIR%%/web2c/texmf.cnf
More information about the Midnightbsd-cvs
mailing list