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 17:10:33 UTC 2023
Modified Files:
pkgsrc/geography/gama: Makefile
Log Message:
geography/gama: Require C++14
Believe configure.ac and cmake config over the README :-(
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 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.61 pkgsrc/geography/gama/Makefile:1.62
--- pkgsrc/geography/gama/Makefile:1.61 Wed Jul 19 12:40:33 2023
+++ pkgsrc/geography/gama/Makefile Wed Jul 19 17:10:33 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.61 2023/07/19 12:40:33 gdt Exp $
+# $NetBSD: Makefile,v 1.62 2023/07/19 17:10:33 gdt Exp $
#
DISTNAME= gama-2.24
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GNU:=gama/}
@@ -12,9 +12,7 @@ COMMENT= Geodetic network adjustment (su
LICENSE= gnu-gpl-v2 # or later
USE_LANGUAGES+= c c++
-# gama is documented to require only c++11
-# \todo configure looks for c++14
-USE_CXX_FEATURES+= c++11
+USE_CXX_FEATURES+= c++14
# Not documented, but apparent.
USE_TOOLS+= gmake
Home |
Main Index |
Thread Index |
Old Index