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:           Mon Jun  2 18:37:54 UTC 2025

Modified Files:
        pkgsrc/geography/qgis: Makefile

Log Message:
geography/qgis: Drop gmake requirement

It dates from 3.28, and qgis builds on NetBSD without it now.
(It's easy to add if found to be needed.)


To generate a diff of this commit:
cvs rdiff -u -r1.242 -r1.243 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.242 pkgsrc/geography/qgis/Makefile:1.243
--- pkgsrc/geography/qgis/Makefile:1.242        Fri May 16 05:40:51 2025
+++ pkgsrc/geography/qgis/Makefile      Mon Jun  2 18:37:54 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.242 2025/05/16 05:40:51 wiz Exp $
+# $NetBSD: Makefile,v 1.243 2025/06/02 18:37:54 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
@@ -21,12 +21,6 @@ USE_CXX_FEATURES=    c++17
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            bison flex perl pkg-config
-# Building 3.28.1 fails with BSD make.  One issue seem to be a
-# difference of opinion about quoting of $, with gmake wanting
-# "$$area" vs bmake perhaps wanting "$$$$area".  Another is filenames
-# 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)



Home | Main Index | Thread Index | Old Index