Subject: CVS commit: pkgsrc/print/cups-filters
From: Leonardo Taccari
Date: 2018-12-05 19:49:39
Message id: 20181205184939.72484FAD6@cvs.NetBSD.org

Log Message:
cups-filters: Update print/cups-filters to 1.21.4

pkgsrc changes:
 - Backport a patch from upstream to fix the build with poppler 0.71.0.
 - Temporary disable opvp support, not yet ported to poppler 0.71.0
   (Add a XXX comment as a reminder to reenable it once fixed).
 - Address all test failures (now all tests pass!)

Changes:
1.21.4
------
 - cups-browsed: cups-browsed: Limit the number of retries for
   creating a print queue when it comes to HTTP
   timeouts. Number of retries given by HttpMaxRetries
   directive in cups-browsed.conf. Thanks to Zdenek Dohnal for
   the patch (Pull request #73, Red Hat bug #1648697).
 - cups-browsed: Read out current time right before setting the
   timeouts. Thanks to Zdenek Dohnal for the patch (Pull
   request #71, Red Hat bug #1648697).
 - libcupsfilters: In the PPD generator for driverless IPP
   printing let "*cupsManualCopies: true" lines get added to
   the PPD if printing is done in a raster format as then
   pdftopdf needs to generate the copies.
 - pdftoraster, pdftoopvp, pdftoijs: Fix build with Poppler >=
   0.70 (Issue #69, Pull request #70).
 - pdftopdf: Fixed printing multiple copies on driverless IPP
   printers. When printing collated copies the multiple copies
   got applied twice, resulting in n*n instead of n copies
   (CUPS issue #5433).
 - pdftoraster, pdftoopvp, pdftoijs: Poppler removed memCheck
   and gMemReport functions, remove appropriate calls (Issue
   #62, Pull request #66).

Files:
RevisionActionfile
1.109modifypkgsrc/print/cups-filters/Makefile
1.21modifypkgsrc/print/cups-filters/PLIST
1.11modifypkgsrc/print/cups-filters/buildlink3.mk
1.59modifypkgsrc/print/cups-filters/distinfo
1.2modifypkgsrc/print/cups-filters/patches/patch-fontembed_test__pdf.c
1.2modifypkgsrc/print/cups-filters/patches/patch-fontembed_test__ps.c
1.1addpkgsrc/print/cups-filters/patches/patch-poppler-0.71.0.patch