pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/powerdns-recursor



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul 12 20:23:50 UTC 2023

Modified Files:
        pkgsrc/net/powerdns-recursor: Makefile

Log Message:
powerdns-recursor: Require a compiler with support for C++17 features.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/net/powerdns-recursor/Makefile

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

Modified files:

Index: pkgsrc/net/powerdns-recursor/Makefile
diff -u pkgsrc/net/powerdns-recursor/Makefile:1.43 pkgsrc/net/powerdns-recursor/Makefile:1.44
--- pkgsrc/net/powerdns-recursor/Makefile:1.43  Thu Sep 29 12:47:31 2022
+++ pkgsrc/net/powerdns-recursor/Makefile       Wed Jul 12 20:23:50 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2022/09/29 12:47:31 jperkin Exp $
+# $NetBSD: Makefile,v 1.44 2023/07/12 20:23:50 nia Exp $
 
 DISTNAME=      pdns-recursor-4.7.3
 PKGNAME=       ${DISTNAME:S/pdns/powerdns/}
@@ -18,6 +18,9 @@ CONFIGURE_ARGS+=      --without-net-snmp
 # currently not portable
 CONFIGURE_ENV.NetBSD+= ac_cv_search_pthread_setaffinity_np=no
 
+# "A compiler with support for C++17 language features is required."
+GCC_REQD+=             7
+
 RCD_SCRIPTS=           pdns_recursor
 
 SMF_NAME=              pdns-recursor



Home | Main Index | Thread Index | Old Index