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:   tnn
Date:           Fri May 30 22:16:10 UTC 2025

Modified Files:
        pkgsrc/geography/gpsd: distinfo
        pkgsrc/geography/gpsd/patches: patch-SConscript

Log Message:
gpsd: don't detect graphics/dia

If installed, the build fails with:
www/cycle.dia:1: parser error : Start tag expected, '<' not found

Also dia requires $DISPLAY to be set during build, so not suitable
for pkgsrc regardless.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/geography/gpsd/distinfo
cvs rdiff -u -r1.13 -r1.14 pkgsrc/geography/gpsd/patches/patch-SConscript

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/distinfo
diff -u pkgsrc/geography/gpsd/distinfo:1.43 pkgsrc/geography/gpsd/distinfo:1.44
--- pkgsrc/geography/gpsd/distinfo:1.43 Sat May 17 23:11:52 2025
+++ pkgsrc/geography/gpsd/distinfo      Fri May 30 22:16:09 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.43 2025/05/17 23:11:52 gdt Exp $
+$NetBSD: distinfo,v 1.44 2025/05/30 22:16:09 tnn Exp $
 
 BLAKE2s (gpsd-3.26.1.tar.gz) = 9b6831e34335009d2a5fb8118a81a99d344e32486b79bae02bdea7ddb67a2bca
 SHA512 (gpsd-3.26.1.tar.gz) = f0d7af38a87ee5dc651b7f07ac365bff56baafcfb1e1feb8410a786549c23f898efc22ba6619a81bdd4f44653ec0d89af2b1ced92e24b4c545e51839b68db7d8
 Size (gpsd-3.26.1.tar.gz) = 5909502 bytes
-SHA1 (patch-SConscript) = c730887cf001e3e02f258e9ca72892611232d448
+SHA1 (patch-SConscript) = 15c1a17dcd35d654dab24b3eca931af8c876e528

Index: pkgsrc/geography/gpsd/patches/patch-SConscript
diff -u pkgsrc/geography/gpsd/patches/patch-SConscript:1.13 pkgsrc/geography/gpsd/patches/patch-SConscript:1.14
--- pkgsrc/geography/gpsd/patches/patch-SConscript:1.13 Sat May 17 23:11:52 2025
+++ pkgsrc/geography/gpsd/patches/patch-SConscript      Fri May 30 22:16:10 2025
@@ -1,10 +1,21 @@
-$NetBSD: patch-SConscript,v 1.13 2025/05/17 23:11:52 gdt Exp $
+$NetBSD: patch-SConscript,v 1.14 2025/05/30 22:16:10 tnn Exp $
 
 gpspipe requires libgpsd for serial.c cfmakeraw() compat.
 \todo Fix upstream?
 
---- SConscript.orig    2025-05-12 02:16:11.000000000 +0000
+- disable check for graphics/dia
+
+--- SConscript.orig    2025-05-16 04:18:05.000000000 +0000
 +++ SConscript
+@@ -1535,7 +1535,7 @@ if not cleaning and not helping:
+         have_canplayer = config.CheckProg('canplayer')
+         have_coverage = config.CheckProg('coverage')
+         have_cppcheck = config.CheckProg('cppcheck')
+-        have_dia = config.CheckProg('dia')
++        # have_dia = config.CheckProg('dia')
+         have_flake8 = config.CheckProg('flake8')
+         have_pycodestyle = config.CheckProg('pycodestyle')
+         have_pylint = config.CheckProg('pylint')
 @@ -2078,7 +2078,7 @@ gpsmon = env.Program('gpsmon/gpsmon', gp
                       LIBS=[libgpsd_static, libgps_static],
                       parse_flags=gpsdflags + gpsflags + ncurseslibs)



Home | Main Index | Thread Index | Old Index