pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/cups-filters



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  7 13:16:27 UTC 2023

Modified Files:
        pkgsrc/print/cups-filters: distinfo
Added Files:
        pkgsrc/print/cups-filters/patches: patch-Makefile.in

Log Message:
cups-filters: fix build with latest qpdf


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/print/cups-filters/distinfo
cvs rdiff -u -r0 -r1.8 pkgsrc/print/cups-filters/patches/patch-Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/cups-filters/distinfo
diff -u pkgsrc/print/cups-filters/distinfo:1.80 pkgsrc/print/cups-filters/distinfo:1.81
--- pkgsrc/print/cups-filters/distinfo:1.80     Fri Mar 17 19:41:58 2023
+++ pkgsrc/print/cups-filters/distinfo  Sun May  7 13:16:26 2023
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.80 2023/03/17 19:41:58 adam Exp $
+$NetBSD: distinfo,v 1.81 2023/05/07 13:16:26 wiz Exp $
 
 BLAKE2s (cups-filters-1.28.16.tar.xz) = 1b4857225f93eed2f10624fa0654730c4a7c356a5ee2b5cbf6f616e4d5dc30aa
 SHA512 (cups-filters-1.28.16.tar.xz) = 0369f96a8ae5e33bf75c8765947d5ad7285b3532e9d9b0ded7e206798834c9ade3a2ac3f1d16e0fdd43346f2bc7852c541130e935cbb20f9c1239a53118d1239
 Size (cups-filters-1.28.16.tar.xz) = 1512496 bytes
+SHA1 (patch-Makefile.in) = 440497f8f2e02c452ce3bfa660ab3ba62ec40de8
 SHA1 (patch-filter_gstoraster.c) = 4eef8d91d8ca26a5a874e29885b836e9670d9e5d
 SHA1 (patch-filter_mupdftoraster.c) = 81a06cbb3be9a7fd3e797a2effa5ef0aecfc2621
 SHA1 (patch-fontembed_test__pdf.c) = 5ffb13a59ed4d860a3ae4355e364059973715290

Added files:

Index: pkgsrc/print/cups-filters/patches/patch-Makefile.in
diff -u /dev/null pkgsrc/print/cups-filters/patches/patch-Makefile.in:1.8
--- /dev/null   Sun May  7 13:16:27 2023
+++ pkgsrc/print/cups-filters/patches/patch-Makefile.in Sun May  7 13:16:26 2023
@@ -0,0 +1,16 @@
+$NetBSD: patch-Makefile.in,v 1.8 2023/05/07 13:16:26 wiz Exp $
+
+Needs C++17
+https://github.com/OpenPrinting/cups-filters/issues/512
+
+--- Makefile.in.orig   2022-08-24 12:40:10.000000000 +0000
++++ Makefile.in
+@@ -1662,7 +1662,7 @@ pdftopdf_CFLAGS = \
+       $(LIBQPDF_CFLAGS) \
+       $(CUPS_CFLAGS)
+ 
+-pdftopdf_CXXFLAGS = -std=c++0x $(pdftopdf_CFLAGS)   # -std=c++11
++pdftopdf_CXXFLAGS = $(pdftopdf_CFLAGS)
+ pdftopdf_LDADD = \
+       $(LIBQPDF_LIBS) \
+       $(CUPS_LIBS)



Home | Main Index | Thread Index | Old Index