Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/ghostscript-agpl Enable cups option by default a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f82bd352a6ae
branches: trunk
changeset: 436211:f82bd352a6ae
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Wed Jul 29 10:44:32 2020 +0000
description:
Enable cups option by default and pull in libcups instead of cups-base.
Bump pkg revision.
diffstat:
print/ghostscript-agpl/Makefile | 4 ++--
print/ghostscript-agpl/options.mk | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (37 lines):
diff -r 46bd1e212803 -r f82bd352a6ae print/ghostscript-agpl/Makefile
--- a/print/ghostscript-agpl/Makefile Wed Jul 29 10:28:27 2020 +0000
+++ b/print/ghostscript-agpl/Makefile Wed Jul 29 10:44:32 2020 +0000
@@ -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
diff -r 46bd1e212803 -r f82bd352a6ae print/ghostscript-agpl/options.mk
--- a/print/ghostscript-agpl/options.mk Wed Jul 29 10:28:27 2020 +0000
+++ b/print/ghostscript-agpl/options.mk Wed Jul 29 10:44:32 2020 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index