pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/gpsd
Module Name: pkgsrc
Committed By: gdt
Date: Sun Nov 23 13:26:04 UTC 2025
Modified Files:
pkgsrc/geography/gpsd: Makefile
Log Message:
geography/gpsd: Modernize USE_LANGUAGES setting (NFCI)
Move c99 from USE_LANGUAGES to USE_CC_FEATURES. (This change is
unrelated to the recent update.)
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/geography/gpsd/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/gpsd/Makefile
diff -u pkgsrc/geography/gpsd/Makefile:1.89 pkgsrc/geography/gpsd/Makefile:1.90
--- pkgsrc/geography/gpsd/Makefile:1.89 Sun Nov 23 13:24:34 2025
+++ pkgsrc/geography/gpsd/Makefile Sun Nov 23 13:26:03 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2025/11/23 13:24:34 gdt Exp $
+# $NetBSD: Makefile,v 1.90 2025/11/23 13:26:03 gdt Exp $
DISTNAME= gpsd-3.27
CATEGORIES= geography
@@ -14,9 +14,10 @@ DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*
DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
DEPENDS+= ${PYPKGPREFIX}-serial-[0-9]*:../../comms/py-serial
-USE_TOOLS+= pkg-config gmake
-USE_LIBTOOL= yes
-USE_LANGUAGES= c99 c++
+USE_TOOLS+= pkg-config gmake
+USE_LIBTOOL= yes
+USE_LANGUAGES= c c++
+USE_CC_FEATURES= c99
PY_PATCHPLIST= yes
Home |
Main Index |
Thread Index |
Old Index