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:   jmcneill
Date:           Wed Jul 29 10:44:32 UTC 2020

Modified Files:
        pkgsrc/print/ghostscript-agpl: Makefile options.mk

Log Message:
Enable cups option by default and pull in libcups instead of cups-base.
Bump pkg revision.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/print/ghostscript-agpl/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/ghostscript-agpl/options.mk

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.55 pkgsrc/print/ghostscript-agpl/Makefile:1.56
--- pkgsrc/print/ghostscript-agpl/Makefile:1.55 Fri May 22 10:56:34 2020
+++ pkgsrc/print/ghostscript-agpl/Makefile      Wed Jul 29 10:44:32 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.55 2020/05/22 10:56:34 adam Exp $
+# $NetBSD: Makefile,v 1.56 2020/07/29 10:44:32 jmcneill Exp $
 
 DISTNAME=      ghostscript-${GS_VERSION}
 PKGNAME=       ${DISTNAME:S/ghostscript/ghostscript-agpl/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ArtifexSoftware/}
 GITHUB_PROJECT=        ghostpdl-downloads

Index: pkgsrc/print/ghostscript-agpl/options.mk
diff -u pkgsrc/print/ghostscript-agpl/options.mk:1.7 pkgsrc/print/ghostscript-agpl/options.mk:1.8
--- pkgsrc/print/ghostscript-agpl/options.mk:1.7        Sat May 23 12:16:49 2020
+++ pkgsrc/print/ghostscript-agpl/options.mk    Wed Jul 29 10:44:32 2020
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.7 2020/05/23 12:16:49 gdt Exp $
+# $NetBSD: options.mk,v 1.8 2020/07/29 10:44:32 jmcneill Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ghostscript
 PKG_SUPPORTED_OPTIONS= x11 cups debug fontconfig disable-compile-inits utf8
-PKG_SUGGESTED_OPTIONS= x11 fontconfig
+PKG_SUGGESTED_OPTIONS= x11 cups fontconfig
 
 .include "../../mk/bsd.options.mk"
 
@@ -30,7 +30,7 @@ CONFIGURE_ARGS+=      --enable-cups
 # SUBST_FILES.cupsetc= cups/cups.mak
 # SUBST_SED.cupsetc=   -e 's|$$(CUPSSERVERROOT)|${CUPS_EGDIR}|g'
 
-.include "../../print/cups-base/buildlink3.mk"
+.include "../../print/libcups/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --disable-cups
 .endif



Home | Main Index | Thread Index | Old Index