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: always avoid bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ada8a3bf416
branches:  trunk
changeset: 370864:6ada8a3bf416
user:      maya <maya%pkgsrc.org@localhost>
date:      Thu Oct 26 04:41:37 2017 +0000

description:
ghostscript-gpl: always avoid building builtin (outdated) zlib
It is currently builtin into libgs.so.

bump PKGREVISION

diffstat:

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

diffs (25 lines):

diff -r 10ab16b63c91 -r 6ada8a3bf416 print/ghostscript-gpl/Makefile
--- a/print/ghostscript-gpl/Makefile    Wed Oct 25 22:17:53 2017 +0000
+++ b/print/ghostscript-gpl/Makefile    Thu Oct 26 04:41:37 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2017/10/16 15:47:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.30 2017/10/26 04:41:37 maya Exp $
 
 DISTNAME=      ghostscript-${GS_VERSION}
 PKGNAME=       ${DISTNAME:S/ghostscript/ghostscript-gpl/}
-PKGREVISION=   13
+PKGREVISION=   14
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ghostscript/}
 MASTER_SITES+= https://ghostscript.com/releases/
@@ -101,10 +101,7 @@
 #      ${RM} -rf ${WRKSRC}/jasper
        ${RM} -rf ${WRKSRC}/libpng
 #      ${RM} -rf ${WRKSRC}/tiff
-# UX:i386ld: ERROR: symbol: 'deflate_copyright' defined in two shared objects: libgs.so: size = 53, libz.so.1: size = 68
-.if ${OS_VARIANT} == "SCOOSR5"
        ${RM} -rf ${WRKSRC}/zlib
-.endif
        ${RM} -rf ${WRKSRC}/freetype
 #
 #  To allow outside customization, rename cidfmap



Home | Main Index | Thread Index | Old Index