View | Details | Raw Unified | Return to bug 190758
Collapse All | Expand All

(-)Makefile (-4 / +3 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	cups-filters
3
PORTNAME=	cups-filters
4
PORTVERSION=	1.0.53
4
PORTVERSION=	1.0.54
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 22-34 Link Here
22
		libpoppler.so:${PORTSDIR}/graphics/poppler
21
		libpoppler.so:${PORTSDIR}/graphics/poppler
23
22
24
MAKE_JOBS_UNSAFE=YES
23
MAKE_JOBS_UNSAFE=YES
25
USES=		compiler:c++11-lib pathfix pkgconfig shebangfix tar:xz
24
USES=		compiler:c++11-lib pathfix pkgconfig shebangfix tar:xz libtool
26
SHEBANG_FILES=	filter/textonly
25
SHEBANG_FILES=	filter/textonly
27
USE_GNOME=	glib20
26
USE_GNOME=	glib20
28
USE_GHOSTSCRIPT=	yes
27
USE_GHOSTSCRIPT=	yes
29
USE_RC_SUBR=	cups_browsed
28
USE_RC_SUBR=	cups_browsed
30
GNU_CONFIGURE=	yes
29
GNU_CONFIGURE=	yes
31
CUPS_SOCKET=	/var/run/cups.sock
30
CUPS_SOCKET?=	/var/run/cups.sock
32
CONFIGURE_ARGS=	--with-cups-domainsocket=${CUPS_SOCKET}
31
CONFIGURE_ARGS=	--with-cups-domainsocket=${CUPS_SOCKET}
33
CONFIGURE_ENV=	ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz" \
32
CONFIGURE_ENV=	ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz" \
34
		LIBQPDF_CFLAGS="-I${LOCALBASE}/include" LIBQPDF_LIBS="-lqpdf"
33
		LIBQPDF_CFLAGS="-I${LOCALBASE}/include" LIBQPDF_LIBS="-lqpdf"
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (cups-filters-1.0.53.tar.xz) = a25b55228cc13549d6989a9f6319e4e313ce42fe88d8b645e02b0c17d02dc2bf
1
SHA256 (cups-filters-1.0.54.tar.xz) = f9a58cc9f02f2257727248a71b99a74e6ef79e2e8527ef58bcd81e6154bc0966
2
SIZE (cups-filters-1.0.53.tar.xz) = 1312476
2
SIZE (cups-filters-1.0.54.tar.xz) = 1314324
(-)pkg-plist (-2 / +3 lines)
Lines 11-23 Link Here
11
include/fontembed/iofn.h
11
include/fontembed/iofn.h
12
include/fontembed/sfnt.h
12
include/fontembed/sfnt.h
13
lib/libcupsfilters.a
13
lib/libcupsfilters.a
14
lib/libcupsfilters.la
15
lib/libcupsfilters.so
14
lib/libcupsfilters.so
16
lib/libcupsfilters.so.1
15
lib/libcupsfilters.so.1
16
lib/libcupsfilters.so.1.0.0
17
lib/libfontembed.a
17
lib/libfontembed.a
18
lib/libfontembed.la
19
lib/libfontembed.so
18
lib/libfontembed.so
20
lib/libfontembed.so.1
19
lib/libfontembed.so.1
20
lib/libfontembed.so.1.0.0
21
libdata/pkgconfig/libcupsfilters.pc
21
libdata/pkgconfig/libcupsfilters.pc
22
libdata/pkgconfig/libfontembed.pc
22
libdata/pkgconfig/libfontembed.pc
23
libexec/cups/backend/parallel
23
libexec/cups/backend/parallel
Lines 39-44 Link Here
39
libexec/cups/filter/pstopdf
39
libexec/cups/filter/pstopdf
40
libexec/cups/filter/rastertoescpx
40
libexec/cups/filter/rastertoescpx
41
libexec/cups/filter/rastertopclx
41
libexec/cups/filter/rastertopclx
42
libexec/cups/filter/rastertopdf
42
libexec/cups/filter/textonly
43
libexec/cups/filter/textonly
43
libexec/cups/filter/texttopdf
44
libexec/cups/filter/texttopdf
44
libexec/cups/filter/texttops
45
libexec/cups/filter/texttops

Return to bug 190758