pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/gama



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Jul 19 12:40:33 UTC 2023

Modified Files:
        pkgsrc/geography/gama: Makefile

Log Message:
geography/gama: Move c++11 to FEATURES

configure checks for whether it needs to add --std, so there's no need
to fix it.

(There is an outstanding issue about upstream's mismatch with README
and configure, to be resolved upstream.)


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/geography/gama/Makefile

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

Modified files:

Index: pkgsrc/geography/gama/Makefile
diff -u pkgsrc/geography/gama/Makefile:1.60 pkgsrc/geography/gama/Makefile:1.61
--- pkgsrc/geography/gama/Makefile:1.60 Thu Jul 13 13:55:10 2023
+++ pkgsrc/geography/gama/Makefile      Wed Jul 19 12:40:33 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2023/07/13 13:55:10 nia Exp $
+# $NetBSD: Makefile,v 1.61 2023/07/19 12:40:33 gdt Exp $
 #
 
 DISTNAME=      gama-2.24
@@ -11,7 +11,11 @@ HOMEPAGE=    https://www.gnu.org/s/gama/
 COMMENT=       Geodetic network adjustment (surveying)
 LICENSE=       gnu-gpl-v2 # or later
 
-USE_LANGUAGES= c c++11
+USE_LANGUAGES+=        c c++
+# gama is documented to require only c++11
+# \todo configure looks for c++14
+USE_CXX_FEATURES+=     c++11
+
 # Not documented, but apparent.
 USE_TOOLS+=    gmake
 



Home | Main Index | Thread Index | Old Index