diff options
author | markd <markd@pkgsrc.org> | 2015-06-14 12:50:00 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-06-14 12:50:00 +0000 |
commit | 3395bad7e681ebbfa2ff35e90bfdbbcf6a36c504 (patch) | |
tree | 4bebba1a08d6fe1cf0121c506cb4443b2dc1a3bc /print/ptexenc/Makefile | |
parent | bda74f9fb98dcedb79666257ea7115731117ccb4 (diff) | |
download | pkgsrc-3395bad7e681ebbfa2ff35e90bfdbbcf6a36c504.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 'print/ptexenc/Makefile')
-rw-r--r-- | print/ptexenc/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/print/ptexenc/Makefile b/print/ptexenc/Makefile index e55f63e603c..d0786fcd7ea 100644 --- a/print/ptexenc/Makefile +++ b/print/ptexenc/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2015/04/25 09:36:43 markd Exp $ +# $NetBSD: Makefile,v 1.8 2015/06/14 12:50:00 markd Exp $ -DISTNAME= texlive-20140525-source -PKGNAME= ptexenc-1.3.2 +DISTNAME= texlive-20150521-source +PKGNAME= ptexenc-1.3.3 CATEGORIES= print -MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ +MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ EXTRACT_SUFX= .tar.xz MAINTAINER= minskim@NetBSD.org @@ -16,13 +16,14 @@ EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ GNU_CONFIGURE= yes USE_LIBTOOL= yes +USE_TOOLS+= pkg-config WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ptexenc CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub +PKGCONFIG_OVERRIDE= ptexenc.pc.in -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" |