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:   jperkin
Date:           Tue Mar 23 10:49:44 UTC 2021

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

Log Message:
gpsd: Support OS that lack cfmakeraw().

Fixes NetBSD/pkgsrc#79 and NetBSD/pkgsrc#80.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/geography/gpsd/distinfo
cvs rdiff -u -r0 -r1.1 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.27 pkgsrc/geography/gpsd/distinfo:1.28
--- pkgsrc/geography/gpsd/distinfo:1.27 Sat Jan  9 19:42:42 2021
+++ pkgsrc/geography/gpsd/distinfo      Tue Mar 23 10:49:44 2021
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.27 2021/01/09 19:42:42 gdt Exp $
+$NetBSD: distinfo,v 1.28 2021/03/23 10:49:44 jperkin Exp $
 
 SHA1 (gpsd-3.22.tar.gz) = 7e83fe4c1e978728cb9f35c2d7f5b234a707c82e
 RMD160 (gpsd-3.22.tar.gz) = 916829bad167ef8313ea348cfaac71201ab77cc1
 SHA512 (gpsd-3.22.tar.gz) = 4ed08e92b17f8f1bcef6be66f7bb232994d419d1638af0d435a5b03800dcde070accdecb707ea27cceebd333ab597fd0b3a77f405542b488626cb4f1efbe856b
 Size (gpsd-3.22.tar.gz) = 4758761 bytes
+SHA1 (patch-SConscript) = 9bd9491038a9ec4d805e2e540ab5b83e0c08d56f

Added files:

Index: pkgsrc/geography/gpsd/patches/patch-SConscript
diff -u /dev/null pkgsrc/geography/gpsd/patches/patch-SConscript:1.1
--- /dev/null   Tue Mar 23 10:49:44 2021
+++ pkgsrc/geography/gpsd/patches/patch-SConscript      Tue Mar 23 10:49:44 2021
@@ -0,0 +1,15 @@
+$NetBSD: patch-SConscript,v 1.1 2021/03/23 10:49:44 jperkin Exp $
+
+gpspipe requires libgpsd for serial.c cfmakeraw() compat.
+
+--- SConscript.orig    2021-01-09 02:35:30.000000000 +0000
++++ SConscript
+@@ -1975,7 +1975,7 @@ gpsdctl = env.Program('clients/gpsdctl',
+                       LIBS=[libgps_static],
+                       parse_flags=gpsflags)
+ gpspipe = env.Program('clients/gpspipe', ['clients/gpspipe.c'],
+-                      LIBS=[libgps_static],
++                      LIBS=[libgpsd_static, libgps_static],
+                       parse_flags=gpsflags)
+ gpsrinex = env.Program('clients/gpsrinex', ['clients/gpsrinex.c'],
+                        LIBS=[libgps_static],



Home | Main Index | Thread Index | Old Index