summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-08-22 09:58:36 +0000
committerwiz <wiz@pkgsrc.org>2014-08-22 09:58:36 +0000
commitc78a5dbe64e7bbd781fb39cb591ffd4113169a7f (patch)
tree8d34db0547e62c952367f702809b9b977c727daa /print
parente5c27ddb0a2f340f464eba15a6101d342f3f685c (diff)
downloadpkgsrc-c78a5dbe64e7bbd781fb39cb591ffd4113169a7f.tar.gz
Stop installing some banner files and the testprint page, to avoid
conflict with cups-1.7. Upstream bug report was filed a month ago, but so far there was no clarification: https://bugs.linuxfoundation.org/show_bug.cgi?id=1222 Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r--print/cups-filters/Makefile4
-rw-r--r--print/cups-filters/PLIST9
-rw-r--r--print/cups-filters/distinfo3
-rw-r--r--print/cups-filters/patches/patch-Makefile.in33
4 files changed, 38 insertions, 11 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile
index 3d48b6c2f2f..2239d12a58f 100644
--- a/print/cups-filters/Makefile
+++ b/print/cups-filters/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2014/07/04 14:31:49 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2014/08/22 09:58:36 wiz Exp $
DISTNAME= cups-filters-1.0.54
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= print
MASTER_SITES= http://openprinting.org/download/cups-filters/
EXTRACT_SUFX= .tar.xz
diff --git a/print/cups-filters/PLIST b/print/cups-filters/PLIST
index f2cc7506b2b..1fae954d93c 100644
--- a/print/cups-filters/PLIST
+++ b/print/cups-filters/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/06/07 11:47:47 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/08/22 09:58:36 wiz Exp $
bin/ttfread
include/cupsfilters/colord.h
include/cupsfilters/driver.h
@@ -42,13 +42,7 @@ man/man1/foomatic-rip.1
man/man5/cups-browsed.conf.5
man/man8/cups-browsed.8
sbin/cups-browsed
-share/cups/banners/classified
-share/cups/banners/confidential
share/cups/banners/form
-share/cups/banners/secret
-share/cups/banners/standard
-share/cups/banners/topsecret
-share/cups/banners/unclassified
share/cups/charsets/pdf.utf-8
share/cups/charsets/pdf.utf-8.heavy
share/cups/charsets/pdf.utf-8.simple
@@ -58,7 +52,6 @@ share/cups/data/form_english.pdf
share/cups/data/form_english_in.odt
share/cups/data/form_russian.pdf
share/cups/data/form_russian_in.odt
-share/cups/data/testprint
share/cups/drv/cupsfilters.drv
share/cups/mime/cupsfilters.convs
share/cups/mime/cupsfilters.types
diff --git a/print/cups-filters/distinfo b/print/cups-filters/distinfo
index 584a5f60114..99954d23449 100644
--- a/print/cups-filters/distinfo
+++ b/print/cups-filters/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.2 2014/06/07 13:53:41 wiz Exp $
+$NetBSD: distinfo,v 1.3 2014/08/22 09:58:36 wiz Exp $
SHA1 (cups-filters-1.0.54.tar.xz) = 5f9e6a7d63406110412d1fc8432bb2415f47622c
RMD160 (cups-filters-1.0.54.tar.xz) = 842a08a5846269e7b82153fe955aa3e421370833
Size (cups-filters-1.0.54.tar.xz) = 1314324 bytes
+SHA1 (patch-Makefile.in) = f6f6fc8b7dae389533c714a24855cac535505633
SHA1 (patch-filter_foomatic-rip_foomaticrip.c) = bbacc0502b8de0aaec05ea3bde8f6626f5933afb
SHA1 (patch-utils_cups-browsed.c) = ad6f4b59016c1384240f1d39214b6792212f509b
diff --git a/print/cups-filters/patches/patch-Makefile.in b/print/cups-filters/patches/patch-Makefile.in
new file mode 100644
index 00000000000..ea929021928
--- /dev/null
+++ b/print/cups-filters/patches/patch-Makefile.in
@@ -0,0 +1,33 @@
+$NetBSD: patch-Makefile.in,v 1.1 2014/08/22 09:58:36 wiz Exp $
+
+Installs some files that conflict with cups-1.7.
+Don't install them for now.
+https://bugs.linuxfoundation.org/show_bug.cgi?id=1222
+
+--- Makefile.in.orig 2014-06-06 14:28:21.000000000 +0000
++++ Makefile.in
+@@ -993,13 +993,7 @@ test1284_CFLAGS = $(CUPS_CFLAGS)
+ # =======
+ pkgbannerdir = $(CUPS_DATADIR)/banners
+ pkgbanner_DATA = \
+- banners/classified \
+- banners/confidential \
+- banners/secret \
+- banners/standard \
+- banners/form \
+- banners/topsecret \
+- banners/unclassified
++ banners/form
+
+
+ # ========
+@@ -1122,8 +1116,7 @@ pkgcupsdata_DATA = \
+ data/form_english.pdf \
+ data/form_english_in.odt \
+ data/form_russian_in.odt \
+- data/default-testpage.pdf \
+- data/testprint
++ data/default-testpage.pdf
+
+
+ # ===========