pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/poppler



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Oct 20 19:59:59 UTC 2024

Modified Files:
        pkgsrc/print/poppler: Makefile.common buildlink3.mk

Log Message:
poppler: Update compiler requirements.


To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 pkgsrc/print/poppler/Makefile.common
cvs rdiff -u -r1.101 -r1.102 pkgsrc/print/poppler/buildlink3.mk

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

Modified files:

Index: pkgsrc/print/poppler/Makefile.common
diff -u pkgsrc/print/poppler/Makefile.common:1.157 pkgsrc/print/poppler/Makefile.common:1.158
--- pkgsrc/print/poppler/Makefile.common:1.157  Thu Oct 17 12:02:53 2024
+++ pkgsrc/print/poppler/Makefile.common        Sun Oct 20 19:59:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.157 2024/10/17 12:02:53 wiz Exp $
+# $NetBSD: Makefile.common,v 1.158 2024/10/20 19:59:59 nia Exp $
 #
 # used by print/poppler/Makefile
 # used by print/poppler-cpp/Makefile
@@ -20,10 +20,9 @@ LICENSE=     gnu-gpl-v2
 DISTINFO_FILE= ${.CURDIR}/../../print/poppler/distinfo
 PATCHDIR=      ${.CURDIR}/../../print/poppler/patches
 
-USE_CXX_FEATURES=      c++17
+USE_CXX_FEATURES=      c++20
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            pkg-config gsed
-GCC_REQD+=             8 # std::optional
 
 CMAKE_CONFIGURE_ARGS+= -DENABLE_GPGME=OFF
 CMAKE_CONFIGURE_ARGS+= -DENABLE_NSS3=OFF

Index: pkgsrc/print/poppler/buildlink3.mk
diff -u pkgsrc/print/poppler/buildlink3.mk:1.101 pkgsrc/print/poppler/buildlink3.mk:1.102
--- pkgsrc/print/poppler/buildlink3.mk:1.101    Tue Oct 15 16:07:00 2024
+++ pkgsrc/print/poppler/buildlink3.mk  Sun Oct 20 19:59:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.101 2024/10/15 16:07:00 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.102 2024/10/20 19:59:59 nia Exp $
 
 BUILDLINK_TREE+=       poppler
 
@@ -9,7 +9,7 @@ BUILDLINK_API_DEPENDS.poppler+= poppler>
 BUILDLINK_ABI_DEPENDS.poppler+=        poppler>=24.10.0
 BUILDLINK_PKGSRCDIR.poppler?=  ../../print/poppler
 
-GCC_REQD+=     7
+USE_CXX_FEATURES+=     c++20
 
 .include "../../devel/nss/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"



Home | Main Index | Thread Index | Old Index