pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/ghostscript-gpl ghostscript-gpl: use system tiff...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b4e196474da
branches:  trunk
changeset: 370867:8b4e196474da
user:      maya <maya%pkgsrc.org@localhost>
date:      Thu Oct 26 07:01:33 2017 +0000

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

bump pkgrevision

diffstat:

 print/ghostscript-gpl/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 313dee266063 -r 8b4e196474da print/ghostscript-gpl/Makefile
--- a/print/ghostscript-gpl/Makefile    Thu Oct 26 06:57:37 2017 +0000
+++ b/print/ghostscript-gpl/Makefile    Thu Oct 26 07:01:33 2017 +0000
@@ -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 @@
 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 @@
        ${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