summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2018-03-21 22:40:06 +0000
committergdt <gdt@pkgsrc.org>2018-03-21 22:40:06 +0000
commit4d64275cc5ecb85fc8c499e64a49512e65c5c00b (patch)
treeb2e90c4cf3fef13bb957b93939e1beda8e6a1311 /geography
parent52d04074241031f4c911ef06b9cd5baa6321a28d (diff)
downloadpkgsrc-4d64275cc5ecb85fc8c499e64a49512e65c5c00b.tar.gz
gdal-lib: Add patch to work around harmless build warning
Diffstat (limited to 'geography')
-rw-r--r--geography/gdal-lib/distinfo3
-rw-r--r--geography/gdal-lib/patches/patch-apps_GNUmakefile15
2 files changed, 17 insertions, 1 deletions
diff --git a/geography/gdal-lib/distinfo b/geography/gdal-lib/distinfo
index 0440790637a..75a9f69b70e 100644
--- a/geography/gdal-lib/distinfo
+++ b/geography/gdal-lib/distinfo
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.33 2018/02/19 12:05:17 ryoon Exp $
+$NetBSD: distinfo,v 1.34 2018/03/21 22:40:06 gdt Exp $
SHA1 (gdal-2.2.3.tar.gz) = ba2bb0b7aedd227afc9541d13a857f967285db3c
RMD160 (gdal-2.2.3.tar.gz) = 4fe078373c85e1f269e1821d3420a147dd29a909
SHA512 (gdal-2.2.3.tar.gz) = 841e5ba3c1a442b678dcaabac719ea7707b817f3dc717a34430dc7ba1f2c27fa88e27b7a8645075fae6e16373b36e6c50f674bdd6b70d10059e6bc4be7a72046
Size (gdal-2.2.3.tar.gz) = 13754766 bytes
+SHA1 (patch-apps_GNUmakefile) = 8e5de1b5bb9eab76a4f50b4ba2bd47573c5b08e2
SHA1 (patch-frmts_grib_degrib18_degrib_myutil.c) = 584e2e3e73df2001bd377094c28eea4b6a0c31cd
SHA1 (patch-ogr_ogrsf__frmts_geojson_libjson_GNUmakefile) = 214d51e0065d5fe3c6a2af5c84f365f22ad39fda
SHA1 (patch-port_cpl__conv.cpp) = 8a52b21f85b381e70e2a2b3424f072cc5c1d8b3a
diff --git a/geography/gdal-lib/patches/patch-apps_GNUmakefile b/geography/gdal-lib/patches/patch-apps_GNUmakefile
new file mode 100644
index 00000000000..813bd9f4abe
--- /dev/null
+++ b/geography/gdal-lib/patches/patch-apps_GNUmakefile
@@ -0,0 +1,15 @@
+$NetBSD: patch-apps_GNUmakefile,v 1.1 2018/03/21 22:40:06 gdt Exp $
+
+Avoid setting executable bits on a header file. Not yet reported
+upstream.
+
+--- apps/GNUmakefile.orig 2017-09-15 10:37:46.000000000 +0000
++++ apps/GNUmakefile
+@@ -216,6 +216,6 @@ gdal-config-inst: gdal-config.in ../GDAL
+
+ install: default
+ for f in $(BIN_LIST) ; do $(INSTALL) $$f $(DESTDIR)$(INST_BIN) ; done
+- $(INSTALL) gdal_utils.h $(DESTDIR)$(INST_INCLUDE)
++ $(INSTALL_DATA) gdal_utils.h $(DESTDIR)$(INST_INCLUDE)
+ $(INSTALL) gdal-config-inst $(DESTDIR)$(INST_BIN)/gdal-config
+