pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/geos



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Sep 18 00:16:25 UTC 2023

Modified Files:
        pkgsrc/geography/geos: Makefile

Log Message:
eography/geos: Catch up with c++ pkgsrc changes and upstream changes

Move c++ language variant from USE_LANGUAGES to USE_CXX_FEATURES,
adapting to semi-recent pkgsrc changes.

Change c++11 to c++14, per 3.12 NEWS.

Resolves failure to build on old macOS.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/geography/geos/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/geos/Makefile
diff -u pkgsrc/geography/geos/Makefile:1.47 pkgsrc/geography/geos/Makefile:1.48
--- pkgsrc/geography/geos/Makefile:1.47 Sat Aug 26 00:07:41 2023
+++ pkgsrc/geography/geos/Makefile      Mon Sep 18 00:16:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2023/08/26 00:07:41 gdt Exp $
+# $NetBSD: Makefile,v 1.48 2023/09/18 00:16:25 gdt Exp $
 
 VERSION_BASE=  3.12.0
 # Accomodate testing unreleased versions.
@@ -35,7 +35,9 @@ HOMEPAGE=     https://trac.osgeo.org/geos
 COMMENT=       C++ port of the Java Topology Suite (JTS)
 LICENSE=       gnu-lgpl-v2.1
 
-USE_LANGUAGES=         c c++11
+USE_LANGUAGES=         c c++
+
+USE_CXX_FEATURES+=     c++14
 
 USE_CMAKE=             yes
 #PKG_DEBUG_LEVEL?=     1



Home | Main Index | Thread Index | Old Index