diff options
author | markd <markd> | 2015-06-14 12:50:00 +0000 |
---|---|---|
committer | markd <markd> | 2015-06-14 12:50:00 +0000 |
commit | b076c198e62cf3d567047d84231dd04b0334bb5d (patch) | |
tree | 4bebba1a08d6fe1cf0121c506cb4443b2dc1a3bc /print/xetex | |
parent | 4802b785064e144fe77fabe301ac02d8b3a01a0f (diff) | |
download | pkgsrc-b076c198e62cf3d567047d84231dd04b0334bb5d.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/xetex')
-rw-r--r-- | print/xetex/Makefile | 20 | ||||
-rw-r--r-- | print/xetex/distinfo | 8 |
2 files changed, 12 insertions, 16 deletions
diff --git a/print/xetex/Makefile b/print/xetex/Makefile index 6494877ec75..cf8502c04ae 100644 --- a/print/xetex/Makefile +++ b/print/xetex/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.39 2015/06/12 10:51:00 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2015/06/14 12:50:07 markd Exp $ -DISTNAME= texlive-20140525-source -PKGNAME= xetex-0.99991 -PKGREVISION= 1 +DISTNAME= texlive-20150521-source +PKGNAME= xetex-0.99992 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 @@ -27,7 +26,7 @@ USE_TOOLS+= gmake lex perl pkg-config yacc CONFIGURE_ARGS+= --disable-aleph --disable-etex --disable-pdftex \ --disable-luatex --disable-mf --disable-mf-nowin \ --disable-luajittex \ - --disable-mp \ + --disable-mp --disable-pmp --disable-upmp \ --disable-ptex --disable-eptex --disable-uptex --disable-euptex \ --disable-web-progs \ --enable-web2c --enable-xetex @@ -35,17 +34,13 @@ CONFIGURE_ARGS+= --with-system-poppler CONFIGURE_ARGS+= \ --with-fontconfig-includes=${BUILDLINK_PREFIX.fontconfig}/include \ --with-fontconfig-libdir=${BUILDLINK_PREFIX.fontconfig}/lib -CONFIGURE_ARGS+= --with-system-kpathsea \ - --with-kpathsea-includes=${BUILDLINK_PREFIX.kpathsea}/include \ - --with-kpathsea-libdir=${BUILDLINK_PREFIX.kpathsea}/lib +CONFIGURE_ARGS+= --with-system-kpathsea CONFIGURE_ARGS+= --with-system-zlib \ --with-zlib-includes=${BUILDLINK_PREFIX.zlib}/include \ --with-zlib-libdir=${BUILDLINK_PREFIX.zlib}/lib CONFIGURE_ARGS+= --with-system-libpng CONFIGURE_ARGS+= --with-system-freetype2 -CONFIGURE_ARGS+= --with-system-teckit \ - --with-teckit-includes=${BUILDLINK_PREFIX.TECkit}/include/teckit \ - --with-teckit-libdir=${BUILDLINK_PREFIX.TECkit}/lib +CONFIGURE_ARGS+= --with-system-teckit CONFIGURE_ARGS+= --with-system-icu CONFIGURE_DIRS= libs/graphite2 @@ -70,6 +65,7 @@ CFLAGS.SunOS+= -std=gnu99 -D_XOPEN_SOURCE_EXTENDED=0 .include "../../fonts/fontconfig/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" +BUILDLINK_API_DEPENDS.kpathsea+= kpathsea>=6.2.1 .include "../../print/kpathsea/buildlink3.mk" .include "../../print/poppler/buildlink3.mk" .include "../../print/poppler-includes/buildlink3.mk" diff --git a/print/xetex/distinfo b/print/xetex/distinfo index 02ae9d041c4..73c9ad49343 100644 --- a/print/xetex/distinfo +++ b/print/xetex/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2015/04/25 11:24:54 markd Exp $ +$NetBSD: distinfo,v 1.16 2015/06/14 12:50:07 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 (texlive-20150521-source.tar.xz) = a32df8d5d6b61f87f7dab907e864fb51b14f4143 +RMD160 (texlive-20150521-source.tar.xz) = fced0e58a7bd15d19e11d72baed23ac14fd2be13 +Size (texlive-20150521-source.tar.xz) = 45459552 bytes SHA1 (patch-texk_web2c_xetexdir_XeTeX__ext.c) = a83e842b567db6acb35cfab5303a7e96845fa953 |