Sat Jan 8 11:31:50 2022 UTC ()
poppler: bump to C++17 per recent changelog


(wiz)
diff -r1.127 -r1.128 pkgsrc/print/poppler/Makefile.common

cvs diff -r1.127 -r1.128 pkgsrc/print/poppler/Makefile.common (expand / switch to unified diff)

--- pkgsrc/print/poppler/Makefile.common 2022/01/08 11:16:05 1.127
+++ pkgsrc/print/poppler/Makefile.common 2022/01/08 11:31:49 1.128
@@ -1,34 +1,34 @@ @@ -1,34 +1,34 @@
1# $NetBSD: Makefile.common,v 1.127 2022/01/08 11:16:05 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.128 2022/01/08 11:31:49 wiz Exp $
2# 2#
3# used by print/poppler/Makefile 3# used by print/poppler/Makefile
4# used by print/poppler-cpp/Makefile 4# used by print/poppler-cpp/Makefile
5# used by print/poppler-glib/Makefile 5# used by print/poppler-glib/Makefile
6# used by print/poppler-includes/Makefile 6# used by print/poppler-includes/Makefile
7# used by print/poppler-qt5/Makefile 7# used by print/poppler-qt5/Makefile
8# used by print/poppler-utils/Makefile 8# used by print/poppler-utils/Makefile
9 9
10POPPLER_VERS= 22.01.0 10POPPLER_VERS= 22.01.0
11DISTNAME= poppler-${POPPLER_VERS} 11DISTNAME= poppler-${POPPLER_VERS}
12CATEGORIES= print 12CATEGORIES= print
13MASTER_SITES= https://poppler.freedesktop.org/ 13MASTER_SITES= https://poppler.freedesktop.org/
14EXTRACT_SUFX= .tar.xz 14EXTRACT_SUFX= .tar.xz
15 15
16MAINTAINER= reed@reedmedia.net 16MAINTAINER= reed@reedmedia.net
17HOMEPAGE= https://poppler.freedesktop.org/ 17HOMEPAGE= https://poppler.freedesktop.org/
18LICENSE= gnu-gpl-v2 18LICENSE= gnu-gpl-v2
19 19
20DISTINFO_FILE= ${.CURDIR}/../../print/poppler/distinfo 20DISTINFO_FILE= ${.CURDIR}/../../print/poppler/distinfo
21PATCHDIR= ${.CURDIR}/../../print/poppler/patches 21PATCHDIR= ${.CURDIR}/../../print/poppler/patches
22 22
23USE_CMAKE= yes 23USE_CMAKE= yes
24USE_LANGUAGES= c c++14 24USE_LANGUAGES= c c++17
25USE_TOOLS+= pkg-config 25USE_TOOLS+= pkg-config
26GCC_REQD+= 5 26GCC_REQD+= 5
27 27
28.include "../../mk/compiler.mk" 28.include "../../mk/compiler.mk"
29.if !empty(PKGSRC_COMPILER:Mclang) 29.if !empty(PKGSRC_COMPILER:Mclang)
30BUILDLINK_TRANSFORM+= rm:-fno-check-new 30BUILDLINK_TRANSFORM+= rm:-fno-check-new
31.endif 31.endif
32 32
33.include "../../devel/boost-headers/buildlink3.mk" 33.include "../../devel/boost-headers/buildlink3.mk"
34.include "../../graphics/openjpeg/buildlink3.mk" 34.include "../../graphics/openjpeg/buildlink3.mk"