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:           Mon Apr 27 08:20:35 UTC 2026

Modified Files:
        pkgsrc/databases/libzdb: Makefile

Log Message:
libzdb: needs gcc 13 for <format>


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 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.44 pkgsrc/databases/libzdb/Makefile:1.45
--- pkgsrc/databases/libzdb/Makefile:1.44       Thu Jan 15 08:34:52 2026
+++ pkgsrc/databases/libzdb/Makefile    Mon Apr 27 08:20:35 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2026/01/15 08:34:52 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2026/04/27 08:20:35 wiz Exp $
 
 DISTNAME=      libzdb-3.5.0
 PKGREVISION=   1
@@ -16,6 +16,8 @@ USE_LIBTOOL=  yes
 USE_TOOLS+=    gmake
 
 USE_CXX_FEATURES+=     c++20
+# uses #include <format>
+GCC_REQD+=             13
 
 PKGCONFIG_OVERRIDE+=   zdb.pc.in
 



Home | Main Index | Thread Index | Old Index