pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/ghostscript-agpl ghostscript-agpl: Really use gr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbe0be698d68
branches:  trunk
changeset: 345507:cbe0be698d68
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri Dec 13 11:25:01 2019 +0000

description:
ghostscript-agpl: Really use graphics/lcms2

The bundled lcms2mt was still accidentally picked up making packages
linked against graphics/lcms2 aborting (e.g. ImageMagick) when handling
format that used ghostscript-agpl.

PKGREVISION++

diffstat:

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

diffs (21 lines):

diff -r fc54c661a31c -r cbe0be698d68 print/ghostscript-agpl/Makefile
--- a/print/ghostscript-agpl/Makefile   Fri Dec 13 11:23:13 2019 +0000
+++ b/print/ghostscript-agpl/Makefile   Fri Dec 13 11:25:01 2019 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.47 2019/12/10 10:44:09 leot Exp $
+# $NetBSD: Makefile,v 1.48 2019/12/13 11:25:01 leot Exp $
 
 DISTNAME=      ghostscript-${GS_VERSION}
 PKGNAME=       ${DISTNAME:S/ghostscript/ghostscript-agpl/}
+PKGREVISION=   1
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ArtifexSoftware/}
 GITHUB_PROJECT=        ghostpdl-downloads
@@ -90,6 +91,7 @@
        ${RM} -rf ${WRKSRC}/jbig2dec
        ${RM} -rf ${WRKSRC}/jpeg
        ${RM} -rf ${WRKSRC}/lcms2
+       ${RM} -rf ${WRKSRC}/lcms2mt
        ${RM} -rf ${WRKSRC}/libpng
        ${RM} -rf ${WRKSRC}/openjpeg
        ${RM} -rf ${WRKSRC}/tiff



Home | Main Index | Thread Index | Old Index