pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/luatex



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Sep  7 14:17:07 UTC 2017

Modified Files:
        pkgsrc/print/luatex: Makefile

Log Message:
switch to built-in poppler due to incompatibility with the new poppler Object API


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/print/luatex/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/luatex/Makefile
diff -u pkgsrc/print/luatex/Makefile:1.61 pkgsrc/print/luatex/Makefile:1.62
--- pkgsrc/print/luatex/Makefile:1.61   Mon Sep  4 20:20:55 2017
+++ pkgsrc/print/luatex/Makefile        Thu Sep  7 14:17:07 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.61 2017/09/04 20:20:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.62 2017/09/07 14:17:07 tnn Exp $
 
 DISTNAME=      texlive-20170524-source
 PKGNAME=       luatex-1.0.4
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    print
 MASTER_SITES=  ftp://tug.org/historic/systems/texlive/2017/
 EXTRACT_SUFX=  .tar.xz
@@ -15,6 +15,7 @@ LICENSE=      gnu-gpl-v2
 EXTRACT_ELEMENTS=      ${DISTNAME}/build-aux \
                        ${DISTNAME}/libs/lua52 \
                        ${DISTNAME}/libs/luajit \
+                       ${DISTNAME}/libs/poppler \
                        ${DISTNAME}/texk/web2c
 
 GNU_CONFIGURE= yes
@@ -29,8 +30,8 @@ CONFIGURE_ARGS+=      --disable-aleph --disab
                        --disable-ptex --disable-eptex --disable-uptex --disable-euptex \
                        --disable-web-progs \
                        --enable-web2c --disable-xetex
-CONFIGURE_ARGS+=       --with-system-poppler
-CONFIGURE_ARGS+=       --with-system-xpdf
+#CONFIGURE_ARGS+=      --with-system-poppler
+#CONFIGURE_ARGS+=      --with-system-xpdf
 CONFIGURE_ARGS+= \
        --with-fontconfig-includes=${BUILDLINK_PREFIX.fontconfig}/include \
        --with-fontconfig-libdir=${BUILDLINK_PREFIX.fontconfig}/lib
@@ -51,6 +52,7 @@ CONFIGURE_ARGS+=      --with-system-gmp \
                        --with-gmp-libdir=${BUILDLINK_PREFIX.gmp}/lib
 
 CONFIGURE_DIRS=                libs/lua52
+CONFIGURE_DIRS+=       libs/poppler
 CONFIGURE_DIRS+=       texk/web2c
 
 INSTALLATION_DIRS+=    bin lib
@@ -69,8 +71,8 @@ CFLAGS.SunOS+= -std=gnu99 -D_XOPEN_SOURC
 .include "../../math/mpfr/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"
+#.include "../../print/poppler/buildlink3.mk"
+#.include "../../print/poppler-includes/buildlink3.mk"
 .include "../../x11/pixman/buildlink3.mk"
 
 pre-configure:



Home | Main Index | Thread Index | Old Index