Index: head/print/cups-filters/Makefile =================================================================== --- head/print/cups-filters/Makefile (revision 377941) +++ head/print/cups-filters/Makefile (revision 377942) @@ -1,66 +1,66 @@ # $FreeBSD$ PORTNAME= cups-filters -PORTVERSION= 1.0.61 -PORTREVISION= 2 +PORTVERSION= 1.0.62 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Backends, filters and other software (was part of the core CUPS) BUILD_DEPENDS= pdftops:${PORTSDIR}/graphics/poppler-utils RUN_DEPENDS= pdftops:${PORTSDIR}/graphics/poppler-utils LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libtiff.so:${PORTSDIR}/graphics/tiff \ libpng.so:${PORTSDIR}/graphics/png \ libijs.so:${PORTSDIR}/print/libijs \ liblcms2.so:${PORTSDIR}/graphics/lcms2 \ libqpdf.so:${PORTSDIR}/print/qpdf \ libdbus-1.so:${PORTSDIR}/devel/dbus \ libcups.so:${PORTSDIR}/print/cups-client \ + libcupsimage.so:${PORTSDIR}/print/cups-image \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libpoppler.so:${PORTSDIR}/graphics/poppler MAKE_JOBS_UNSAFE=YES USES= compiler:c++11-lib libtool pathfix pkgconfig shebangfix tar:xz SHEBANG_FILES= filter/textonly USE_GNOME= glib20 USE_GHOSTSCRIPT= yes USE_RC_SUBR= cups_browsed GNU_CONFIGURE= yes CUPS_SOCKET?= /var/run/cups.sock CONFIGURE_ARGS= --with-cups-domainsocket=${CUPS_SOCKET} CONFIGURE_ENV= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz" \ LIBQPDF_CFLAGS="-I${LOCALBASE}/include" LIBQPDF_LIBS="-lqpdf" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes OPTIONS_DEFINE= AVAHI OPTIONS_DEFAULT= AVAHI AVAHI_CONFIGURE_ENABLE= avahi AVAHI_LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app post-patch: @${REINPLACE_CMD} 's:-std=c++0x:-std=c++11:' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/filter/pdftops.c post-configure: @${REINPLACE_CMD} \ -e 's|\(BANNERTOPDF_DATADIR = \).*\(/share/cups/data\)|\1${PREFIX}\2|' \ -e 's|\(CUPS_DATADIR = \).*\(/share/cups\)|\1${PREFIX}\2|' \ -e 's|\(CUPS_SERVERBIN = \).*\(/libexec/cups\)|\1${PREFIX}\2|' \ -e 's|\(CUPS_SERVERROOT = \).*\(/etc/cups\)|\1${PREFIX}\2|' \ ${WRKSRC}/Makefile post-install: @${RM} -rf ${STAGEDIR}${PREFIX}/libexec/cups/filter/foomatic-rip \ ${STAGEDIR}${PREFIX}/man/man1/foomatic-rip.1 @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcupsfilters.so.1 \ ${STAGEDIR}${PREFIX}/lib/libfontembed.so.1 .include Index: head/print/cups-filters/distinfo =================================================================== --- head/print/cups-filters/distinfo (revision 377941) +++ head/print/cups-filters/distinfo (revision 377942) @@ -1,2 +1,2 @@ -SHA256 (cups-filters-1.0.61.tar.xz) = f5285e3ee436ea42f2986cddfb8020d240ca8b0d7f8dc4b0718b6695ad4504af -SIZE (cups-filters-1.0.61.tar.xz) = 1327904 +SHA256 (cups-filters-1.0.62.tar.xz) = c8edf6470389e94d77afec39e755183045cdcb247344fb2e22a2b71e44a3748f +SIZE (cups-filters-1.0.62.tar.xz) = 1329164 Index: head/print/cups-filters/files/patch-utils_cups-browsed.c =================================================================== --- head/print/cups-filters/files/patch-utils_cups-browsed.c (revision 377941) +++ head/print/cups-filters/files/patch-utils_cups-browsed.c (revision 377942) @@ -1,21 +1,21 @@ ---- ./utils/cups-browsed.c.orig 2014-07-25 12:01:46.000000000 -0400 -+++ ./utils/cups-browsed.c 2014-08-02 12:41:15.000000000 -0400 +--- utils/cups-browsed.c.orig 2014-11-27 12:00:47 UTC ++++ utils/cups-browsed.c @@ -23,16 +23,16 @@ #include #include -#if defined(__OpenBSD__) +#if defined(__OpenBSD__) || defined(__FreeBSD__) #include #endif /* __OpenBSD__ */ + #include #include #include -#include #include #include - #include #include +#include #include #include #include