pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/cups-filters



Module Name:    pkgsrc
Committed By:   leot
Date:           Tue Nov  1 08:20:17 UTC 2016

Modified Files:
        pkgsrc/print/cups-filters: Makefile PLIST

Log Message:
Avoid a possible DEPENDS on print/mupdf
Bump PKGREVISION.

Thanks to <wiz> for pointing out this problem!


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/print/cups-filters/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/print/cups-filters/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/cups-filters/Makefile
diff -u pkgsrc/print/cups-filters/Makefile:1.55 pkgsrc/print/cups-filters/Makefile:1.56
--- pkgsrc/print/cups-filters/Makefile:1.55     Mon Oct 31 09:31:16 2016
+++ pkgsrc/print/cups-filters/Makefile  Tue Nov  1 08:20:17 2016
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.55 2016/10/31 09:31:16 leot Exp $
+# $NetBSD: Makefile,v 1.56 2016/11/01 08:20:17 leot Exp $
 
 DISTNAME=      cups-filters-1.11.5
+PKGREVISION=   1
 CATEGORIES=    print
 MASTER_SITES=  http://openprinting.org/download/cups-filters/
 EXTRACT_SUFX=  .tar.xz
@@ -37,6 +38,7 @@ CONFIGURE_ARGS+=      --with-rcdir=${PREFIX}/
 CONFIGURE_ARGS+=       --with-rclevels=""
 .endif
 CONFIGURE_ARGS+=       --disable-ldap
+CONFIGURE_ARGS+=       --disable-mutool
 CONFIGURE_ARGS+=       --with-shell=${TOOLS_PATH.bash}
 
 INSTALL_MAKE_FLAGS+=   sysconfdir=${PREFIX}/share/examples/cups-filters

Index: pkgsrc/print/cups-filters/PLIST
diff -u pkgsrc/print/cups-filters/PLIST:1.13 pkgsrc/print/cups-filters/PLIST:1.14
--- pkgsrc/print/cups-filters/PLIST:1.13        Wed Aug 24 10:42:31 2016
+++ pkgsrc/print/cups-filters/PLIST     Tue Nov  1 08:20:17 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2016/08/24 10:42:31 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2016/11/01 08:20:17 leot Exp $
 bin/foomatic-rip
 bin/ttfread
 include/cupsfilters/colord.h
@@ -34,7 +34,6 @@ libexec/cups/filter/imagetoraster
 libexec/cups/filter/imagetoubrl
 libexec/cups/filter/imageubrltoindexv3
 libexec/cups/filter/imageubrltoindexv4
-libexec/cups/filter/mupdftoraster
 libexec/cups/filter/pdftoijs
 libexec/cups/filter/pdftoopvp
 libexec/cups/filter/pdftopdf
@@ -90,7 +89,6 @@ share/cups/drv/indexv4.drv
 share/cups/mime/braille.convs
 share/cups/mime/braille.types
 share/cups/mime/cupsfilters-ghostscript.convs
-share/cups/mime/cupsfilters-mupdf.convs
 share/cups/mime/cupsfilters-poppler.convs
 share/cups/mime/cupsfilters.convs
 share/cups/mime/cupsfilters.types



Home | Main Index | Thread Index | Old Index