Index: Makefile =================================================================== --- Makefile (revision 395403) +++ Makefile (working copy) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cups-filters -PORTVERSION= 1.0.71 -PORTREVISION= 2 +PORTVERSION= 1.0.73 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ @@ -23,8 +22,7 @@ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libpoppler.so:${PORTSDIR}/graphics/poppler -MAKE_JOBS_UNSAFE=YES -USES= compiler:c++11-lib cpe ghostscript jpeg libtool pathfix \ +USES= compiler:c++11-lib cpe ghostscript gmake:lite jpeg libtool pathfix \ pkgconfig shebangfix tar:xz CPE_VENDOR= linuxfoundation SHEBANG_FILES= filter/textonly Index: distinfo =================================================================== --- distinfo (revision 395403) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (cups-filters-1.0.71.tar.xz) = 3180aa209c383402822e568ccef8e1ca43f51e30b3af2039c34ebae919a69c1f -SIZE (cups-filters-1.0.71.tar.xz) = 1339116 +SHA256 (cups-filters-1.0.73.tar.xz) = 84521dc5079e683144e95e22ffcdbc3d51c44f9d4079c5bcc7f7ff421e94ec75 +SIZE (cups-filters-1.0.73.tar.xz) = 1351652 Index: files/patch-filter_pdftops.c =================================================================== --- files/patch-filter_pdftops.c (revision 395403) +++ files/patch-filter_pdftops.c (working copy) @@ -1,6 +1,6 @@ ---- filter/pdftops.c.orig 2014-08-21 10:11:24.448404905 -0400 -+++ filter/pdftops.c 2014-08-21 10:12:00.298402116 -0400 -@@ -535,7 +535,7 @@ +--- filter/pdftops.c.orig 2015-07-04 11:21:47 UTC ++++ filter/pdftops.c +@@ -535,7 +535,7 @@ main(int argc, /* I - Number of comm if (renderer == PDFTOPS) { Index: files/patch-poppler-0.34 =================================================================== --- files/patch-poppler-0.34 (revision 395403) +++ files/patch-poppler-0.34 (working copy) @@ -1,48 +0,0 @@ -# http://bzr.linuxfoundation.org/loggerhead/openprinting/cups-filters/revision/7371 - - CHANGES IN V1.0.72 - -+ - pdftoopvp: Adaptations to API changes on Poppler 0.34.0, note that -+ this patch disables color management in this filter. Thanks to -+ Vincent le Garrec and Andreas K. Huettel for the patch (Bug #1301, -+ Gentoo bug #554782). - - libcupsfilters, bannertopdf, foomatic-rip, gstoraster, pdftoijs, - sys5ippprinter, pdftoopvp, pdftops, pdftoraster, rastertoescpx, - urftopdf, texttopdf: Miscellaneous fixes for build compatibility with - -=== modified file 'filter/pdftoopvp/OPVPOutputDev.cxx' ---- filter/pdftoopvp/OPVPOutputDev.cxx 2015-02-18 03:17:28 +0000 -+++ filter/pdftoopvp/OPVPOutputDev.cxx 2015-07-14 19:22:49 +0000 -@@ -1811,10 +1811,14 @@ - #if POPPLER_VERSION_MAJOR <= 0 && (POPPLER_VERSION_MINOR <= 20 || (POPPLER_VERSION_MINOR == 21 && POPPLER_VERSION_MICRO <= 2)) - maskSplash->drawImage(&imageSrc, &imgMaskData, - splashModeMono8, gFalse, maskWidth, maskHeight, mat); --#else -+#elif POPPLER_VERSION_MAJOR <= 0 && POPPLER_VERSION_MINOR <= 33 - maskSplash->drawImage(&imageSrc, &imgMaskData, - splashModeMono8, gFalse, maskWidth, maskHeight, - mat,gFalse); -+#else -+ maskSplash->drawImage(&imageSrc, 0, &imgMaskData, -+ splashModeMono8, gFalse, maskWidth, maskHeight, -+ mat,gFalse); - #endif - delete imgMaskData.imgStr; - maskStr->close(); - -=== modified file 'filter/pdftoopvp/oprs/OPRS.cxx' ---- filter/pdftoopvp/oprs/OPRS.cxx 2013-01-09 10:42:32 +0000 -+++ filter/pdftoopvp/oprs/OPRS.cxx 2015-07-14 19:22:49 +0000 -@@ -240,8 +240,10 @@ - if (rasterMode) { - #if POPPLER_VERSION_MAJOR <= 0 && (POPPLER_VERSION_MINOR <= 20 || (POPPLER_VERSION_MINOR == 21 && POPPLER_VERSION_MICRO <= 2)) - return splash->drawImage(src,srcData,srcMode,srcAlpha,w,h,mat); --#else -+#elif POPPLER_VERSION_MAJOR <= 0 && POPPLER_VERSION_MINOR <= 33 - return splash->drawImage(src,srcData,srcMode,srcAlpha,w,h,mat,gFalse); -+#else -+ return splash->drawImage(src,0,srcData,srcMode,srcAlpha,w,h,mat,gFalse); - #endif - } else { - return opvpSplash->drawImage(src,srcData,srcMode,srcAlpha,w,h,mat); - Index: pkg-plist =================================================================== --- pkg-plist (revision 395403) +++ pkg-plist (working copy) @@ -21,6 +21,7 @@ lib/libfontembed.so.1.0.0 libdata/pkgconfig/libcupsfilters.pc libdata/pkgconfig/libfontembed.pc +libexec/cups/backend/implicitclass libexec/cups/backend/parallel libexec/cups/backend/serial libexec/cups/filter/bannertopdf