summaryrefslogtreecommitdiff
path: root/print/seetexk/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2015-06-14 12:50:00 +0000
committermarkd <markd>2015-06-14 12:50:00 +0000
commit00caa13768250c3f76473d1902b8e6355a5c3871 (patch)
tree4bebba1a08d6fe1cf0121c506cb4443b2dc1a3bc /print/seetexk/Makefile
parent7c37e0c6068dc4a8e433a49bead672013eefa0e4 (diff)
downloadpkgsrc-00caa13768250c3f76473d1902b8e6355a5c3871.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/seetexk/Makefile')
-rw-r--r--print/seetexk/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/print/seetexk/Makefile b/print/seetexk/Makefile
index 32bfd53ac45..ba821246756 100644
--- a/print/seetexk/Makefile
+++ b/print/seetexk/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2015/05/27 22:13:15 markd Exp $
+# $NetBSD: Makefile,v 1.2 2015/06/14 12:50:01 markd Exp $
-DISTNAME= texlive-20140525-source
+DISTNAME= texlive-20150521-source
PKGNAME= seetexk-1.1
+PKGREVISION= 1
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= pkgsrc-users@NetBSD.org
@@ -16,14 +17,14 @@ EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/seetexk
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"