diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-28 19:14:40 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-01 16:19:09 +0100 |
commit | 015c2605dae2b7e8dc0b700d49d7ed5b5e0be983 (patch) | |
tree | ee3b3edc9ce3930265cb7083ee5eb3065d1ab433 /sci-libs/gdal/files | |
parent | media-gfx/graphviz: Drop 2.42.1-r1 (diff) | |
download | gentoo-015c2605dae2b7e8dc0b700d49d7ed5b5e0be983.tar.gz gentoo-015c2605dae2b7e8dc0b700d49d7ed5b5e0be983.tar.bz2 gentoo-015c2605dae2b7e8dc0b700d49d7ed5b5e0be983.zip |
sci-libs/gdal: 2.4.3 version bump
- Drop python2_7 and python3_5
- Drop poppler-0.75.patch and poppler-0.76.patch, supported upstream
- Drop 2.3.0-curl.patch, --with-curl --without-threads was fixed, see also:
https://github.com/OSGeo/gdal/issues/1386
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs/gdal/files')
-rw-r--r-- | sci-libs/gdal/files/gdal-2.2.3-soname.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/gdal/files/gdal-2.2.3-soname.patch b/sci-libs/gdal/files/gdal-2.2.3-soname.patch index f2746bdf5e30..4cceee5ec928 100644 --- a/sci-libs/gdal/files/gdal-2.2.3-soname.patch +++ b/sci-libs/gdal/files/gdal-2.2.3-soname.patch @@ -3,8 +3,8 @@ Set SONAME and unbreak compilation on Darwin Author: Fabian Groffen <grobian@gentoo.org> Author: Dennis Schridde <devurandom@gmx.net> ---- old/GDALmake.opt.in.orig 2008-02-02 18:25:48.000000000 -0800 -+++ new/GDALmake.opt.in 2008-02-02 18:54:53.000000000 -0800 +--- a/GDALmake.opt.in 2008-02-02 18:25:48.000000000 -0800 ++++ b/GDALmake.opt.in 2008-02-02 18:54:53.000000000 -0800 @@ -97,6 +97,14 @@ GDAL_SLIB = $(GDAL_ROOT)/libgdal.$(SO_EXT) GDAL_SLIB_LINK = -L$(GDAL_ROOT) -lgdal @@ -20,8 +20,8 @@ Author: Dennis Schridde <devurandom@gmx.net> # Mac OS X Framework definition MACOSX_FRAMEWORK = @MACOSX_FRAMEWORK@ ---- gdal-2.0.3.old/GNUmakefile -+++ gdal-2.0.3/GNUmakefile +--- a/GNUmakefile ++++ b/GNUmakefile @@ -208,7 +208,7 @@ else ifeq ($(HAVE_LD_SHARED),yes) |