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

(-)Makefile (-2 / +2 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	cups-filters
3
PORTNAME=	cups-filters
4
PORTVERSION=	1.0.61
4
PORTVERSION=	1.0.62
5
PORTREVISION=	2
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 19-24 Link Here
19
		libqpdf.so:${PORTSDIR}/print/qpdf \
18
		libqpdf.so:${PORTSDIR}/print/qpdf \
20
		libdbus-1.so:${PORTSDIR}/devel/dbus \
19
		libdbus-1.so:${PORTSDIR}/devel/dbus \
21
		libcups.so:${PORTSDIR}/print/cups-client \
20
		libcups.so:${PORTSDIR}/print/cups-client \
21
		libcupsimage.so:${PORTSDIR}/print/cups-image \
22
		libfreetype.so:${PORTSDIR}/print/freetype2 \
22
		libfreetype.so:${PORTSDIR}/print/freetype2 \
23
		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
23
		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
24
		libpoppler.so:${PORTSDIR}/graphics/poppler
24
		libpoppler.so:${PORTSDIR}/graphics/poppler
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (cups-filters-1.0.61.tar.xz) = f5285e3ee436ea42f2986cddfb8020d240ca8b0d7f8dc4b0718b6695ad4504af
1
SHA256 (cups-filters-1.0.62.tar.xz) = c8edf6470389e94d77afec39e755183045cdcb247344fb2e22a2b71e44a3748f
2
SIZE (cups-filters-1.0.61.tar.xz) = 1327904
2
SIZE (cups-filters-1.0.62.tar.xz) = 1329164
(-)files/patch-utils_cups-browsed.c (-3 / +3 lines)
Lines 1-5 Link Here
1
--- ./utils/cups-browsed.c.orig	2014-07-25 12:01:46.000000000 -0400
1
--- utils/cups-browsed.c.orig	2014-11-27 12:00:47 UTC
2
+++ ./utils/cups-browsed.c	2014-08-02 12:41:15.000000000 -0400
2
+++ utils/cups-browsed.c
3
@@ -23,16 +23,16 @@
3
@@ -23,16 +23,16 @@
4
 
4
 
5
 #include <ctype.h>
5
 #include <ctype.h>
Lines 8-19 Link Here
8
+#if defined(__OpenBSD__) || defined(__FreeBSD__)
8
+#if defined(__OpenBSD__) || defined(__FreeBSD__)
9
 #include <sys/socket.h>
9
 #include <sys/socket.h>
10
 #endif /* __OpenBSD__ */
10
 #endif /* __OpenBSD__ */
11
 #include <sys/types.h>
11
 #include <net/if.h>
12
 #include <net/if.h>
12
 #include <netinet/in.h>
13
 #include <netinet/in.h>
13
-#include <ifaddrs.h>
14
-#include <ifaddrs.h>
14
 #include <resolv.h>
15
 #include <resolv.h>
15
 #include <stdio.h>
16
 #include <stdio.h>
16
 #include <sys/types.h>
17
 #include <sys/stat.h>
17
 #include <sys/stat.h>
18
+#include <ifaddrs.h>
18
+#include <ifaddrs.h>
19
 #include <assert.h>
19
 #include <assert.h>

Return to bug 196971