Wed Jul 29 10:44:32 2020 UTC ()
Enable cups option by default and pull in libcups instead of cups-base.
Bump pkg revision.


(jmcneill)
diff -r1.55 -r1.56 pkgsrc/print/ghostscript-agpl/Makefile
diff -r1.7 -r1.8 pkgsrc/print/ghostscript-agpl/options.mk

cvs diff -r1.55 -r1.56 pkgsrc/print/ghostscript-agpl/Makefile (expand / switch to context diff)
--- pkgsrc/print/ghostscript-agpl/Makefile 2020/05/22 10:56:34 1.55
+++ pkgsrc/print/ghostscript-agpl/Makefile 2020/07/29 10:44:32 1.56
@@ -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

cvs diff -r1.7 -r1.8 pkgsrc/print/ghostscript-agpl/options.mk (expand / switch to context diff)
--- pkgsrc/print/ghostscript-agpl/options.mk 2020/05/23 12:16:49 1.7
+++ pkgsrc/print/ghostscript-agpl/options.mk 2020/07/29 10:44:32 1.8
@@ -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 @@
 # 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