summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2020-03-21 14:36:22 +0000
committergdt <gdt@pkgsrc.org>2020-03-21 14:36:22 +0000
commit69c201cab026506f4643d2cc3ef32a0b54ecc33d (patch)
treedf69077297df4a95e3fb8a8880ac4fc5b4072f99 /geography
parente8c6d53996ecb684ea6fc07ba71bd3a60f0e74de (diff)
downloadpkgsrc-69c201cab026506f4643d2cc3ef32a0b54ecc33d.tar.gz
viking: Update patch upstream status
Diffstat (limited to 'geography')
-rw-r--r--geography/viking/distinfo4
-rw-r--r--geography/viking/patches/patch-configure14
2 files changed, 13 insertions, 5 deletions
diff --git a/geography/viking/distinfo b/geography/viking/distinfo
index ef0254e1b5a..1115164d7aa 100644
--- a/geography/viking/distinfo
+++ b/geography/viking/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.28 2020/03/18 00:02:46 gdt Exp $
+$NetBSD: distinfo,v 1.29 2020/03/21 14:36:22 gdt Exp $
SHA1 (viking-1.8.tar.bz2) = 316024914dcdd3ca493555f6454866f6ec4da373
RMD160 (viking-1.8.tar.bz2) = e134c2834e1e1d34e4273840cc5ec53418e95fc7
SHA512 (viking-1.8.tar.bz2) = 0f30aded65a84c34fde6204b39ed652ece4218dadca76679244dbdfb655513c5f4b7cdc7f82dcb659e852bc88b27d0c9fff29511c5e30e9fbd46a8540b925d91
Size (viking-1.8.tar.bz2) = 3878992 bytes
-SHA1 (patch-configure) = d2a6b621c879a1ccbc26d7f915f382f19eec45a3
+SHA1 (patch-configure) = c1a7935c166106e21585c007a07c00dc60349f02
SHA1 (patch-src_gpspoint.c) = 95b07ed2b37a3e05c12042f55c81816245753d04
SHA1 (patch-src_gpx.c) = 178488c7bd56a0dc199538ce4c0bede534379590
diff --git a/geography/viking/patches/patch-configure b/geography/viking/patches/patch-configure
index 51e17f4a4e2..40b1337221d 100644
--- a/geography/viking/patches/patch-configure
+++ b/geography/viking/patches/patch-configure
@@ -1,7 +1,15 @@
-$NetBSD: patch-configure,v 1.2 2019/01/22 15:28:45 gdt Exp $
+$NetBSD: patch-configure,v 1.3 2020/03/21 14:36:22 gdt Exp $
-Remediate bashisms. I believe this has been reported upstream, but
-that should be verified with upstream head.
+Remediate bashism. Discussed with upstream by email 20200321.
+
+The root cause of this bug is that intltool's
+share/aclocal/intltool.m4 uses $RANDOM, and thus when a distfile is
+built for a program that uses intltool in configure.ac, the bug is
+inherited.
+
+Therefore this bug cannot reasonably be fixed by viking.
+
+\todo File a bug with intltool.
--- configure.orig 2019-01-21 20:16:51.000000000 +0000
+++ configure