CVS commit: pkgsrc/print/cups-filters
"Thomas Klausner" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: wiz Date: Mon Jul 27 18:59:38 UTC 2026 Modified Files: pkgsrc/print/cups-filters: Makefile Log Message: cups-filters: remove unused dependencies Remove unknown configure arguments. From Edgar Fuß. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.203 -r1.204 pkgsrc/print/cups-filters/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 1.5 KB)
Modified files:
Index: pkgsrc/print/cups-filters/Makefile
diff -u pkgsrc/print/cups-filters/Makefile:1.203 pkgsrc/print/cups-filters/Makefile:1.204
--- pkgsrc/print/cups-filters/Makefile:1.203 Wed Jun 24 21:58:40 2026
+++ pkgsrc/print/cups-filters/Makefile Mon Jul 27 18:59:38 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.203 2026/06/24 21:58:40 wiz Exp $
+# $NetBSD: Makefile,v 1.204 2026/07/27 18:59:38 wiz Exp $
DISTNAME= cups-filters-2.0.1
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GITHUB:=OpenPrinting/}
GITHUB_PROJECT= cups-filters
@@ -25,9 +25,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --disable-mutool
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
-CONFIGURE_ARGS+= --with-apple-raster-filter=rastertopdf
CONFIGURE_ARGS+= --with-gs-path=${PREFIX}/bin/gs
-CONFIGURE_ARGS+= --with-pdftops-path=${PREFIX}/bin/pdftops
CONFIGURE_ARGS+= --with-shell=${TOOLS_PATH.bash}
BUILD_DEFS+= VARBASE
@@ -35,13 +33,10 @@ BUILD_DEFS+= VARBASE
.include "../../mk/bsd.prefs.mk"
.include "../../graphics/lcms2/buildlink3.mk"
-.include "../../graphics/libexif/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
.include "../../print/cups-base/buildlink3.mk"
.include "../../print/ghostscript/buildlink3.mk"
.include "../../print/libcupsfilters/buildlink3.mk"
.include "../../print/libppd/buildlink3.mk"
.include "../../print/poppler-cpp/buildlink3.mk"
-.include "../../sysutils/dbus/buildlink3.mk"
.include "../../mk/atomic64.mk"
.include "../../mk/bsd.pkg.mk"