pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/libzdb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 15 08:34:52 UTC 2026

Modified Files:
        pkgsrc/databases/libzdb: Makefile

Log Message:
libzdb: uses <format> so require c++20


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/databases/libzdb/Makefile

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

Modified files:

Index: pkgsrc/databases/libzdb/Makefile
diff -u pkgsrc/databases/libzdb/Makefile:1.43 pkgsrc/databases/libzdb/Makefile:1.44
--- pkgsrc/databases/libzdb/Makefile:1.43       Wed Jan  7 08:46:10 2026
+++ pkgsrc/databases/libzdb/Makefile    Thu Jan 15 08:34:52 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2026/01/07 08:46:10 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2026/01/15 08:34:52 wiz Exp $
 
 DISTNAME=      libzdb-3.5.0
 PKGREVISION=   1
@@ -15,7 +15,7 @@ USE_LANGUAGES+=       c c++
 USE_LIBTOOL=   yes
 USE_TOOLS+=    gmake
 
-USE_CXX_FEATURES+=     c++17
+USE_CXX_FEATURES+=     c++20
 
 PKGCONFIG_OVERRIDE+=   zdb.pc.in
 



Home | Main Index | Thread Index | Old Index