summaryrefslogtreecommitdiff
path: root/fonts/lcdftypetools
diff options
context:
space:
mode:
authormarkd <markd>2015-06-14 11:19:58 +0000
committermarkd <markd>2015-06-14 11:19:58 +0000
commit2db2576cbed92ef34c524fe273151cb6ac29fdcc (patch)
tree9a3f0f311a429ba4d6d553365d1b2706a209636f /fonts/lcdftypetools
parentccc94b2613b5215962920dc83c286364f711067a (diff)
downloadpkgsrc-2db2576cbed92ef34c524fe273151cb6ac29fdcc.tar.gz
Update to texlive 2015.
pdfTEX: Support JPEG Exif as well as JFIF; do not even emit a warning if \pdfinclusionerrorlevel is negative; sync with xpdf 3.04. LuaTEX: New library newtokenlib for scanning tokens; bug fixes in the normal random number generator and other places. XeTEX: Image handling fixes; xdvipdfmx binary looked for first as a sibling to xetex; internal XDV opcodes changed. MetaPost: New numbersystem binary; new Japanese-enabled upmpost and updvitomp programs, analogous to up*tex. Infrastructure: The fmtutil script has been reimplemented to read fmtutil.cnf on a per-tree basis, analogous to updmap. Web2C mktex* scripts (including mktexlsr, mktextfm, mktexpk) now prefer programs in their own directory, instead of always using the existing PATH.
Diffstat (limited to 'fonts/lcdftypetools')
-rw-r--r--fonts/lcdftypetools/Makefile14
-rw-r--r--fonts/lcdftypetools/distinfo10
-rw-r--r--fonts/lcdftypetools/patches/patch-lcdf-typetools-2.100_Makefile.in6
3 files changed, 15 insertions, 15 deletions
diff --git a/fonts/lcdftypetools/Makefile b/fonts/lcdftypetools/Makefile
index 5a0361555ba..94186f4d0b6 100644
--- a/fonts/lcdftypetools/Makefile
+++ b/fonts/lcdftypetools/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2015/05/17 06:16:22 markd Exp $
+# $NetBSD: Makefile,v 1.2 2015/06/14 11:19:58 markd Exp $
-DISTNAME= texlive-20140525-source
-PKGNAME= lcdftypetools-2.100
+DISTNAME= texlive-20150521-source
+PKGNAME= lcdftypetools-2.104
CATEGORIES= fonts
-MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/
+MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -19,14 +19,14 @@ EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pkg-config
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/lcdf-typetools
CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess
CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub
-CONFIGURE_ARGS+= --with-system-kpathsea \
- --with-kpathsea-includes=${BUILDLINK_PREFIX.kpathsea}/include \
- --with-kpathsea-libdir=${BUILDLINK_PREFIX.kpathsea}/lib
+CONFIGURE_ARGS+= --with-system-kpathsea
+BUILDLINK_API_DEPENDS.kpathsea+= kpathsea>=6.2.1
.include "../../print/kpathsea/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/fonts/lcdftypetools/distinfo b/fonts/lcdftypetools/distinfo
index 4c86d24336a..037a2778956 100644
--- a/fonts/lcdftypetools/distinfo
+++ b/fonts/lcdftypetools/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2015/05/17 06:16:22 markd Exp $
+$NetBSD: distinfo,v 1.2 2015/06/14 11:19:58 markd Exp $
-SHA1 (texlive-20140525-source.tar.xz) = 8cb283ad26b1fe18e1089820cf64ecc63d8224e8
-RMD160 (texlive-20140525-source.tar.xz) = c9fb954e63e700d06aa0cf40c37cdb40eaac84a2
-Size (texlive-20140525-source.tar.xz) = 41657688 bytes
-SHA1 (patch-lcdf-typetools-2.100_Makefile.in) = 9a5da5bf438695415ea41fa70c2fa104ddcd3631
+SHA1 (texlive-20150521-source.tar.xz) = a32df8d5d6b61f87f7dab907e864fb51b14f4143
+RMD160 (texlive-20150521-source.tar.xz) = fced0e58a7bd15d19e11d72baed23ac14fd2be13
+Size (texlive-20150521-source.tar.xz) = 45459552 bytes
+SHA1 (patch-lcdf-typetools-2.100_Makefile.in) = a3dcb7e7000d4abe9f233f536d2088c73b117c2e
diff --git a/fonts/lcdftypetools/patches/patch-lcdf-typetools-2.100_Makefile.in b/fonts/lcdftypetools/patches/patch-lcdf-typetools-2.100_Makefile.in
index 4d1b2e07323..818b79ef8e1 100644
--- a/fonts/lcdftypetools/patches/patch-lcdf-typetools-2.100_Makefile.in
+++ b/fonts/lcdftypetools/patches/patch-lcdf-typetools-2.100_Makefile.in
@@ -1,9 +1,9 @@
-$NetBSD: patch-lcdf-typetools-2.100_Makefile.in,v 1.1 2015/05/17 06:16:23 markd Exp $
+$NetBSD: patch-lcdf-typetools-2.100_Makefile.in,v 1.2 2015/06/14 11:19:58 markd Exp $
Don't install files that tex-glyphlist installs
---- lcdf-typetools-2.100/Makefile.in.orig 2014-01-09 12:51:50.000000000 +0000
-+++ lcdf-typetools-2.100/Makefile.in
+--- lcdf-typetools-2.104/Makefile.in.orig 2014-01-09 12:51:50.000000000 +0000
++++ lcdf-typetools-2.104/Makefile.in
@@ -703,7 +703,7 @@ info: info-recursive
info-am: