diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-19 20:57:32 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-20 15:13:27 +0700 |
commit | 85474422159198440b103051d18a2ef90d7b8981 (patch) | |
tree | c03f1c7b7e0912b494b7449cdde58e8a39195528 /gis/foxtrotgps | |
parent | 95e7b2efb46939da5801d25f33e15fe53191effc (diff) |
gis/foxtrotgps: Updated for version 1.2.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/foxtrotgps')
-rw-r--r-- | gis/foxtrotgps/foxtrotgps-1.2.2-fix-some-receivers.patch.gz | bin | 0 -> 762 bytes | |||
-rw-r--r-- | gis/foxtrotgps/foxtrotgps-1.2.2-gcc10.patch.gz | bin | 0 -> 319 bytes | |||
-rw-r--r-- | gis/foxtrotgps/foxtrotgps-1.2.2-gpsd-api9.patch.gz | bin | 0 -> 476 bytes | |||
-rw-r--r-- | gis/foxtrotgps/foxtrotgps-gpsd-3.18.patch | 11 | ||||
-rw-r--r-- | gis/foxtrotgps/foxtrotgps.SlackBuild | 9 | ||||
-rw-r--r-- | gis/foxtrotgps/foxtrotgps.info | 6 |
6 files changed, 8 insertions, 18 deletions
diff --git a/gis/foxtrotgps/foxtrotgps-1.2.2-fix-some-receivers.patch.gz b/gis/foxtrotgps/foxtrotgps-1.2.2-fix-some-receivers.patch.gz Binary files differnew file mode 100644 index 000000000000..e67180d1ed6e --- /dev/null +++ b/gis/foxtrotgps/foxtrotgps-1.2.2-fix-some-receivers.patch.gz diff --git a/gis/foxtrotgps/foxtrotgps-1.2.2-gcc10.patch.gz b/gis/foxtrotgps/foxtrotgps-1.2.2-gcc10.patch.gz Binary files differnew file mode 100644 index 000000000000..da38c23f78fd --- /dev/null +++ b/gis/foxtrotgps/foxtrotgps-1.2.2-gcc10.patch.gz diff --git a/gis/foxtrotgps/foxtrotgps-1.2.2-gpsd-api9.patch.gz b/gis/foxtrotgps/foxtrotgps-1.2.2-gpsd-api9.patch.gz Binary files differnew file mode 100644 index 000000000000..6e8471a93dc9 --- /dev/null +++ b/gis/foxtrotgps/foxtrotgps-1.2.2-gpsd-api9.patch.gz diff --git a/gis/foxtrotgps/foxtrotgps-gpsd-3.18.patch b/gis/foxtrotgps/foxtrotgps-gpsd-3.18.patch deleted file mode 100644 index db19d19a28a6..000000000000 --- a/gis/foxtrotgps/foxtrotgps-gpsd-3.18.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- foxtrotgps-1.2.1/src/gps_functions.c.orig 2018-10-09 17:00:10.297646701 +0000 -+++ foxtrotgps-1.2.1/src/gps_functions.c 2018-10-09 17:00:43.751114273 +0000 -@@ -738,7 +738,7 @@ - if (!libgps_initialized) - return FALSE; - -- ret = gps_read(&libgps_gpsdata); -+ ret = gps_read(&libgps_gpsdata, NULL, 0); - /* Note that gps_read() will never actually return 0 - (zero-length reads are converted internally to a -1 return, - since they mean that the connection to the daemon has closed), diff --git a/gis/foxtrotgps/foxtrotgps.SlackBuild b/gis/foxtrotgps/foxtrotgps.SlackBuild index ac9beed8e509..02d2a1c653a1 100644 --- a/gis/foxtrotgps/foxtrotgps.SlackBuild +++ b/gis/foxtrotgps/foxtrotgps.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=foxtrotgps -VERSION=${VERSION:-1.2.1} +VERSION=${VERSION:-1.2.2} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -74,6 +74,10 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION +# thanks gentoo maintainers +zcat $CWD/$PRGNAM-$VERSION-gpsd-api9.patch.gz | patch -p1 +zcat $CWD/$PRGNAM-$VERSION-gcc10.patch.gz | patch -p1 +zcat $CWD/$PRGNAM-$VERSION-fix-some-receivers.patch.gz | patch -p1 chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ @@ -81,9 +85,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Patch ripped off from Arch (thanks!) -patch -p1 < $CWD/foxtrotgps-gpsd-3.18.patch - # "--with-gconf-source" requires this, it will put all files in the package mkdir -p $PKG/etc/gconf/gconf.xml.defaults diff --git a/gis/foxtrotgps/foxtrotgps.info b/gis/foxtrotgps/foxtrotgps.info index e3b03d6e4bbe..cd673a3b38b4 100644 --- a/gis/foxtrotgps/foxtrotgps.info +++ b/gis/foxtrotgps/foxtrotgps.info @@ -1,8 +1,8 @@ PRGNAM="foxtrotgps" -VERSION="1.2.1" +VERSION="1.2.2" HOMEPAGE="https://www.foxtrotgps.org/" -DOWNLOAD="https://www.foxtrotgps.org/releases/foxtrotgps-1.2.1.tar.xz" -MD5SUM="b4042572edbbad13db6bc90eb9a7f11b" +DOWNLOAD="https://www.foxtrotgps.org/releases/foxtrotgps-1.2.2.tar.xz" +MD5SUM="3a7e7b94202134b51b11dcb80734eb7f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gpsd" |