pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/ghostscript-gpl



Module Name:    pkgsrc
Committed By:   maya
Date:           Thu Oct 26 07:01:33 UTC 2017

Modified Files:
        pkgsrc/print/ghostscript-gpl: Makefile

Log Message:
ghostscript-gpl: use system tiff instead of outdated builtin.

bump pkgrevision


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/print/ghostscript-gpl/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/ghostscript-gpl/Makefile
diff -u pkgsrc/print/ghostscript-gpl/Makefile:1.30 pkgsrc/print/ghostscript-gpl/Makefile:1.31
--- pkgsrc/print/ghostscript-gpl/Makefile:1.30  Thu Oct 26 04:41:37 2017
+++ pkgsrc/print/ghostscript-gpl/Makefile       Thu Oct 26 07:01:33 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2017/10/26 04:41:37 maya Exp $
+# $NetBSD: Makefile,v 1.31 2017/10/26 07:01:33 maya Exp $
 
 DISTNAME=      ghostscript-${GS_VERSION}
 PKGNAME=       ${DISTNAME:S/ghostscript/ghostscript-gpl/}
-PKGREVISION=   14
+PKGREVISION=   15
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ghostscript/}
 MASTER_SITES+= https://ghostscript.com/releases/
@@ -34,6 +34,7 @@ UNLIMIT_RESOURCES+=   datasize        # gsromfs1.
 BUILD_TARGET=          so
 INSTALL_TARGET=                soinstall
 CONFIGURE_ARGS+=       --with-omni=no  # otherwise pulls in libstdc++
+CONFIGURE_ARGS+=       --with-system-libtiff
 
 REPLACE_PERL+=         toolbin/localcluster/clusterpush.pl
 REPLACE_PERL+=         toolbin/checkdeps.pl
@@ -100,7 +101,7 @@ post-extract:
        ${MKDIR} ${WRKSRC}/obj
 #      ${RM} -rf ${WRKSRC}/jasper
        ${RM} -rf ${WRKSRC}/libpng
-#      ${RM} -rf ${WRKSRC}/tiff
+       ${RM} -rf ${WRKSRC}/tiff
        ${RM} -rf ${WRKSRC}/zlib
        ${RM} -rf ${WRKSRC}/freetype
 #



Home | Main Index | Thread Index | Old Index