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: Sat Apr 29 14:25:05 UTC 2023
Modified Files:
pkgsrc/print/cups-filters: Makefile
Log Message:
cups-filters: bump required c++ version to 17 because of qpdf header
To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 pkgsrc/print/cups-filters/Makefile
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/Makefile
diff -u pkgsrc/print/cups-filters/Makefile:1.172 pkgsrc/print/cups-filters/Makefile:1.173
--- pkgsrc/print/cups-filters/Makefile:1.172 Wed Apr 19 08:08:39 2023
+++ pkgsrc/print/cups-filters/Makefile Sat Apr 29 14:25:05 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.172 2023/04/19 08:08:39 adam Exp $
+# $NetBSD: Makefile,v 1.173 2023/04/29 14:25:05 wiz Exp $
DISTNAME= cups-filters-1.28.16
PKGREVISION= 1
@@ -15,7 +15,8 @@ LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND g
DEPENDS+= dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf
DEPENDS+= poppler-utils-[0-9]*:../../print/poppler-utils
-USE_LANGUAGES= c c++11
+# qpdf's include/qpdf/QPDF.hh uses std::string_view
+USE_LANGUAGES= c c++17
USE_LIBTOOL= yes
USE_TOOLS+= bash:run pkg-config gmake gdbus-codegen
GNU_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index