pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/ghostscript-agpl



Module Name:    pkgsrc
Committed By:   leot
Date:           Fri Dec 13 11:25:01 UTC 2019

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

Log Message:
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++


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/print/ghostscript-agpl/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-agpl/Makefile
diff -u pkgsrc/print/ghostscript-agpl/Makefile:1.47 pkgsrc/print/ghostscript-agpl/Makefile:1.48
--- pkgsrc/print/ghostscript-agpl/Makefile:1.47 Tue Dec 10 10:44:09 2019
+++ pkgsrc/print/ghostscript-agpl/Makefile      Fri Dec 13 11:25:01 2019
@@ -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 @@ post-extract:
        ${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