View | Details | Raw Unified | Return to bug 217848 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +6 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	cups-filters
3
PORTNAME=	cups-filters
4
PORTVERSION=	1.11.4
4
PORTVERSION=	1.13.4
5
PORTREVISION=	1
6
CATEGORIES=	print
5
CATEGORIES=	print
7
MASTER_SITES=	http://www.openprinting.org/download/cups-filters/
6
MASTER_SITES=	http://www.openprinting.org/download/cups-filters/
8
7
Lines 9-20 Link Here
9
MAINTAINER=	cyberbotx@cyberbotx.com
8
MAINTAINER=	cyberbotx@cyberbotx.com
10
COMMENT=	Additional backends, filters and other software for CUPS
9
COMMENT=	Additional backends, filters and other software for CUPS
11
10
11
LICENSE=	BSD4CLAUSE GPLv2 GPLv2+ GPLv3 GPLv3+ LGPL20 LGPL21+ MIT
12
LICENSE_COMB=	multi
13
12
LIB_DEPENDS=	liblcms2.so:graphics/lcms2 \
14
LIB_DEPENDS=	liblcms2.so:graphics/lcms2 \
13
		libqpdf.so:print/qpdf \
15
		libqpdf.so:print/qpdf \
14
		libcupsimage.so:print/cups \
16
		libcupsimage.so:print/cups \
15
		libfreetype.so:print/freetype2 \
17
		libfreetype.so:print/freetype2 \
16
		libfontconfig.so:x11-fonts/fontconfig \
18
		libfontconfig.so:x11-fonts/fontconfig \
17
		libpoppler.so:graphics/poppler
19
		libpoppler.so:graphics/poppler \
20
		libmupdf.so:graphics/mupdf
18
21
19
CONFLICTS=	cups-pstoraster-[0-9]* foomatic-filters-[0-9]*
22
CONFLICTS=	cups-pstoraster-[0-9]* foomatic-filters-[0-9]*
20
23
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1474565618
1
TIMESTAMP = 1489586863
2
SHA256 (cups-filters-1.11.4.tar.xz) = d6288dc9d13f16c54e74979fd2a3e3fceee882a13a47553967ae69f51d32b849
2
SHA256 (cups-filters-1.13.4.tar.xz) = 94c7d6624f16a8c11683c863e6457c5daa70e60f9a739c355349b45c3abc8dbd
3
SIZE (cups-filters-1.11.4.tar.xz) = 1408760
3
SIZE (cups-filters-1.13.4.tar.xz) = 1421224
(-)files/patch-filter_gstoraster.c (+11 lines)
Line 0 Link Here
1
--- filter/gstoraster.c.orig	2016-11-23 21:36:11 UTC
2
+++ filter/gstoraster.c
3
@@ -48,6 +48,8 @@ MIT Open Source License  -  http://www.o
4
 #include <signal.h>
5
 #include <errno.h>
6
 
7
+#define execvpe(a, b, c) execvp(a, b)
8
+
9
 #define PDF_MAX_CHECK_COMMENT_LINES	20
10
 
11
 typedef enum {
(-)files/patch-filter_mupdftoraster.c (+11 lines)
Line 0 Link Here
1
--- filter/mupdftoraster.c.orig	2016-11-23 21:36:11 UTC
2
+++ filter/mupdftoraster.c
3
@@ -50,6 +50,8 @@ MIT Open Source License  -  http://www.o
4
 #include <unistd.h>
5
 #include <errno.h>
6
 
7
+#define execvpe(a, b, c) execvp(a, b)
8
+
9
 #define PDF_MAX_CHECK_COMMENT_LINES	20
10
 
11
 #define CUPS_IPTEMPFILE "/tmp/ip-XXXXXX"
(-)pkg-plist (-1 / +5 lines)
Lines 1-3 Link Here
1
bin/driverless
1
bin/foomatic-rip
2
bin/foomatic-rip
2
bin/ttfread
3
bin/ttfread
3
etc/cups/cups-browsed.conf
4
etc/cups/cups-browsed.conf
Lines 6-11 Link Here
6
include/cupsfilters/colormanager.h
7
include/cupsfilters/colormanager.h
7
include/cupsfilters/driver.h
8
include/cupsfilters/driver.h
8
include/cupsfilters/image.h
9
include/cupsfilters/image.h
10
include/cupsfilters/ppdgenerator.h
9
include/cupsfilters/raster.h
11
include/cupsfilters/raster.h
10
include/fontembed/bitset.h
12
include/fontembed/bitset.h
11
include/fontembed/embed.h
13
include/fontembed/embed.h
Lines 23-31 Link Here
23
libdata/pkgconfig/libcupsfilters.pc
25
libdata/pkgconfig/libcupsfilters.pc
24
libdata/pkgconfig/libfontembed.pc
26
libdata/pkgconfig/libfontembed.pc
25
libexec/cups/backend/beh
27
libexec/cups/backend/beh
28
libexec/cups/backend/driverless
26
libexec/cups/backend/implicitclass
29
libexec/cups/backend/implicitclass
27
libexec/cups/backend/parallel
30
libexec/cups/backend/parallel
28
libexec/cups/backend/serial
31
libexec/cups/backend/serial
32
libexec/cups/driver/driverless
29
libexec/cups/filter/bannertopdf
33
libexec/cups/filter/bannertopdf
30
%%BRAILLE%%libexec/cups/filter/brftoembosser
34
%%BRAILLE%%libexec/cups/filter/brftoembosser
31
libexec/cups/filter/commandtoescpx
35
libexec/cups/filter/commandtoescpx
Lines 58-64 Link Here
58
libexec/cups/filter/texttopdf
62
libexec/cups/filter/texttopdf
59
libexec/cups/filter/texttops
63
libexec/cups/filter/texttops
60
libexec/cups/filter/texttotext
64
libexec/cups/filter/texttotext
61
libexec/cups/filter/urftopdf
65
man/man1/driverless.1.gz
62
man/man1/foomatic-rip.1.gz
66
man/man1/foomatic-rip.1.gz
63
man/man5/cups-browsed.conf.5.gz
67
man/man5/cups-browsed.conf.5.gz
64
man/man8/cups-browsed.8.gz
68
man/man8/cups-browsed.8.gz

Return to bug 217848