pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/qgis
Module Name: pkgsrc
Committed By: gdt
Date: Thu Dec 14 13:27:14 UTC 2023
Modified Files:
pkgsrc/geography/qgis: Makefile
Log Message:
geography/qgis: Adapt to new USE_LANGUAGES scheme
Demote c++17 to c++ in USE_LANGUAGES and add USE_CXX_FEATURES.
PKGREVISION++ because I'm not entirely sure there are no changes.
(qgis is not documented to require setting -std flags, or even really
to need a c++17 compiler, but the CMakeFiles say that it does. Raised
upstream with no response.)
To generate a diff of this commit:
cvs rdiff -u -r1.193 -r1.194 pkgsrc/geography/qgis/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/qgis/Makefile
diff -u pkgsrc/geography/qgis/Makefile:1.193 pkgsrc/geography/qgis/Makefile:1.194
--- pkgsrc/geography/qgis/Makefile:1.193 Fri Dec 1 12:21:44 2023
+++ pkgsrc/geography/qgis/Makefile Thu Dec 14 13:27:14 2023
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.193 2023/12/01 12:21:44 gdt Exp $
+# $NetBSD: Makefile,v 1.194 2023/12/14 13:27:14 gdt Exp $
# This is intentionally 3.28 Long Term Release. Please do not update
# to later branches, and instead discuss whether/how we want multiple
# versions, or to only track the most recent branch.
DISTNAME= qgis-3.28.13
+PKGREVISION= 1
CATEGORIES= geography
MASTER_SITES= https://qgis.org/downloads/
EXTRACT_SUFX= .tar.bz2
@@ -16,7 +17,8 @@ COMMENT= Geographic Information System (
LICENSE= gnu-gpl-v2
USE_CMAKE= yes
-USE_LANGUAGES= c c++17 fortran77
+USE_LANGUAGES= c c++ fortran77
+USE_CXX_FEATURES= c++17
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= cmake bison flex perl pkg-config
Home |
Main Index |
Thread Index |
Old Index