pkgsrc-WIP-changes archive

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

qgis: Reduce diff to geography/wip



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sun May 12 09:50:02 2024 -0400
Changeset:	57e260f08499e4a9d6cab1b1a30f0dd2095d53fb

Modified Files:
	qgis/Makefile

Log Message:
qgis: Reduce diff to geography/wip

  - Fix ordering of language variabless
  - Restore comment dropped in cvs/git cross merges

NFCI

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=57e260f08499e4a9d6cab1b1a30f0dd2095d53fb

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

diffstat:
 qgis/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/qgis/Makefile b/qgis/Makefile
index 31a8a8d599..952df742b8 100644
--- a/qgis/Makefile
+++ b/qgis/Makefile
@@ -15,8 +15,8 @@ HOMEPAGE=	https://www.qgis.org/
 COMMENT=	Geographic Information System (GIS)
 LICENSE=	gnu-gpl-v2
 
-USE_CXX_FEATURES=	c++17
 USE_LANGUAGES=		c c++ fortran77
+USE_CXX_FEATURES=	c++17
 USE_LIBTOOL=		yes
 USE_PKGLOCALEDIR=	yes
 USE_TOOLS+=		bison flex perl pkg-config
@@ -80,6 +80,10 @@ DEPENDS+=	${PYPKGPREFIX}-owslib-[0-9]*:../../geography/py-owslib
 
 CMAKE_ARGS+=	-DWITH_QTWEBKIT=FALSE
 CMAKE_ARGS+=	-DQWT_DIR=${QWT_DIR}
+# uncomment to tell cmake not to hide build commands (i.e., to show them)
+#CMAKE_ARGS+=	-DCMAKE_VERBOSE_MAKEFILE=TRUE
+# \todo Hoist this to become a general facility where a variable controls
+# actually showing build output.
 
 PLIST_VARS=	unix
 


Home | Main Index | Thread Index | Old Index