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:           Fri May 24 11:57:24 UTC 2024

Modified Files:
        pkgsrc/geography/qgis: Makefile

Log Message:
geography/qgis: Reorder cmake/build.mk with TOOLS

This is where it obviously belongs, not being a bl3 file, and there is
no documentation articulating why it should be anywhere in particular.

The resulting package works on NetBSD 10 amd64.  No PKGREVISION
because there is no reason to think the binary package changed.


To generate a diff of this commit:
cvs rdiff -u -r1.214 -r1.215 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.214 pkgsrc/geography/qgis/Makefile:1.215
--- pkgsrc/geography/qgis/Makefile:1.214        Fri May 24 10:05:36 2024
+++ pkgsrc/geography/qgis/Makefile      Fri May 24 11:57:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.214 2024/05/24 10:05:36 gdt Exp $
+# $NetBSD: Makefile,v 1.215 2024/05/24 11:57:23 gdt Exp $
 
 # This is intentionally 3.34 Long Term Release.  Please do not update
 # to later branches, and instead discuss whether/how we want multiple
@@ -26,6 +26,7 @@ USE_TOOLS+=           bison flex perl pkg-config
 # with spaces, which are \-quoted in Makefiles, but bmake sees them as
 # separate files.
 USE_TOOLS+=            gmake
+.include "../../devel/cmake/build.mk"
 
 # minizip/zip.h shadows zip.h (from libzip)
 BUILDLINK_TRANSFORM+=  rm:-I${PREFIX}/include/minizip
@@ -99,7 +100,6 @@ CMAKE_ARGS+= -DQWT_DIR=${QWT_DIR}
 .include "../../archivers/libzip/buildlink3.mk"
 .include "../../archivers/zstd/buildlink3.mk"
 .include "../../databases/sqlite3/buildlink3.mk"
-.include "../../devel/cmake/build.mk"
 .include "../../devel/protobuf/buildlink3.mk"
 #.include "../../devel/qjson/buildlink3.mk"
 .include "../../geography/gdal-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index