Received: by mail.netbsd.org (Postfix, from userid 605) id 81D518556F; Thu, 26 Oct 2017 07:01:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0D87B84D58 for ; Thu, 26 Oct 2017 07:01:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id MDQ3-jQJfunq for ; Thu, 26 Oct 2017 07:01:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6A19D84D40 for ; Thu, 26 Oct 2017 07:01:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 64E06FBDE; Thu, 26 Oct 2017 07:01:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1509001293188680" MIME-Version: 1.0 Date: Thu, 26 Oct 2017 07:01:33 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/print/ghostscript-gpl To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20171026070133.64E06FBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1509001293188680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1509001293188680 Content-Disposition: inline Content-Length: 1218 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 # --_----------=_1509001293188680--