pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/e2guardian



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Tue Jul  2 08:24:08 UTC 2024

Modified Files:
        pkgsrc/www/e2guardian: Makefile

Log Message:
e2guardian adds -std=c++11 in its configure.ac


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/e2guardian/Makefile

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

Modified files:

Index: pkgsrc/www/e2guardian/Makefile
diff -u pkgsrc/www/e2guardian/Makefile:1.16 pkgsrc/www/e2guardian/Makefile:1.17
--- pkgsrc/www/e2guardian/Makefile:1.16 Thu Jun 27 15:26:23 2024
+++ pkgsrc/www/e2guardian/Makefile      Tue Jul  2 08:24:08 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2024/06/27 15:26:23 sborrill Exp $
+# $NetBSD: Makefile,v 1.17 2024/07/02 08:24:08 prlw1 Exp $
 
 DISTNAME=      e2guardian-5.5.5r
 CATEGORIES=    www
@@ -11,10 +11,11 @@ HOMEPAGE=   http://www.e2guardian.org/
 COMMENT=       Web content filtering proxy
 LICENSE=       gnu-gpl-v2
 
-GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
-USE_TOOLS=     autoconf automake perl pkg-config
-RCD_SCRIPTS+=  e2guardian
+GNU_CONFIGURE=         yes
+USE_LANGUAGES=         c c++
+USE_CXX_FEATURES=      c++11
+USE_TOOLS=             autoconf automake perl pkg-config
+RCD_SCRIPTS+=          e2guardian
 
 # Fix bug in configure.ac: the paths are expanded too soon
 SUBST_CLASSES+=                pathfix



Home | Main Index | Thread Index | Old Index