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: Wed May 8 16:59:01 UTC 2024
Modified Files:
pkgsrc/geography/qgis: Makefile
Log Message:
geography/qgis: Align whitespace to wip/qgis-lts
NFCI
To generate a diff of this commit:
cvs rdiff -u -r1.208 -r1.209 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.208 pkgsrc/geography/qgis/Makefile:1.209
--- pkgsrc/geography/qgis/Makefile:1.208 Wed May 8 16:26:18 2024
+++ pkgsrc/geography/qgis/Makefile Wed May 8 16:59:01 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.208 2024/05/08 16:26:18 gdt Exp $
+# $NetBSD: Makefile,v 1.209 2024/05/08 16:59:01 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
@@ -46,23 +46,23 @@ CMAKE_PREFIX_PATH+= ${QTDIR}
#TOOL_DEPENDS+= txt2tags-[0-9]*:../../wip/txt2tags
# Disable building of QGIS.app. \todo Consider building it.
-SUBST_CLASSES+= xapple
-SUBST_STAGE.xapple= pre-configure
-SUBST_MESSAGE.xapple= Disabling APPLE App in cmake scripts
-xapple_FIND_CMD= cd ${WRKSRC} && \
- find . -name '*.cmake' -o -name CMakeLists.txt
-SUBST_FILES.xapple= ${xapple_FIND_CMD:sh}
-SUBST_SED.xapple+= -e 's,APPLE,XAPPLE,'
-SUBST_SED.xapple+= -e 's,MACOSX_BUNDLE ,,'
-SUBST_NOOP_OK.xapple= yes # since SUBST_FILES is generated
-
-SUBST_CLASSES+= pyqt
-SUBST_STAGE.pyqt= pre-configure
-SUBST_MESSAGE.pyqt= Use correct python version for PyQt5 programs
-SUBST_FILES.pyqt= cmake/PyQtMacros.cmake cmake/FindPyQt5.cmake
-SUBST_SED.pyqt+= -e '/^SET/s,pyuic5,&-${PYVERSSUFFIX},'
-SUBST_SED.pyqt+= -e '/^SET/s,pyrcc5,&-${PYVERSSUFFIX},'
-SUBST_SED.pyqt+= -e '/ *FIND_PROGRAM(__pyuic5 /s,"pyuic5,&-${PYVERSSUFFIX},'
+SUBST_CLASSES+= xapple
+SUBST_STAGE.xapple= pre-configure
+SUBST_MESSAGE.xapple= Disabling APPLE App in cmake scripts
+xapple_FIND_CMD= cd ${WRKSRC} && \
+ find . -name '*.cmake' -o -name CMakeLists.txt
+SUBST_FILES.xapple= ${xapple_FIND_CMD:sh}
+SUBST_SED.xapple+= -e 's,APPLE,XAPPLE,'
+SUBST_SED.xapple+= -e 's,MACOSX_BUNDLE ,,'
+SUBST_NOOP_OK.xapple= yes # since SUBST_FILES is generated
+
+SUBST_CLASSES+= pyqt
+SUBST_STAGE.pyqt= pre-configure
+SUBST_MESSAGE.pyqt= Use correct python version for PyQt5 programs
+SUBST_FILES.pyqt= cmake/PyQtMacros.cmake cmake/FindPyQt5.cmake
+SUBST_SED.pyqt+= -e '/^SET/s,pyuic5,&-${PYVERSSUFFIX},'
+SUBST_SED.pyqt+= -e '/^SET/s,pyrcc5,&-${PYVERSSUFFIX},'
+SUBST_SED.pyqt+= -e '/ *FIND_PROGRAM(__pyuic5 /s,"pyuic5,&-${PYVERSSUFFIX},'
CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=TRUE
CMAKE_ARGS+= -DWITH_INTERNAL_MARKUPSAFE=FALSE
Home |
Main Index |
Thread Index |
Old Index