From 52c5fa92f49d0c7b256aefc5a200886af083f255 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 15 Sep 2017 22:16:18 +0200 Subject: [PATCH] libgeotiff: bump version. --- ...iff-1.4.0.recipe => libgeotiff-1.4.2.recipe} | 17 +++++++---------- ...1.4.0.patchset => libgeotiff-1.4.2.patchset} | 0 2 files changed, 7 insertions(+), 10 deletions(-) rename sci-libs/libgeotiff/{libgeotiff-1.4.0.recipe => libgeotiff-1.4.2.recipe} (83%) rename sci-libs/libgeotiff/patches/{libgeotiff-1.4.0.patchset => libgeotiff-1.4.2.patchset} (100%) diff --git a/sci-libs/libgeotiff/libgeotiff-1.4.0.recipe b/sci-libs/libgeotiff/libgeotiff-1.4.2.recipe similarity index 83% rename from sci-libs/libgeotiff/libgeotiff-1.4.0.recipe rename to sci-libs/libgeotiff/libgeotiff-1.4.2.recipe index b1a750b06..4172347b9 100644 --- a/sci-libs/libgeotiff/libgeotiff-1.4.0.recipe +++ b/sci-libs/libgeotiff/libgeotiff-1.4.2.recipe @@ -4,10 +4,10 @@ cartographic projections." HOMEPAGE="http://trac.osgeo.org/geotiff/" COPYRIGHT="1999-2012 Frank Warmerdam" LICENSE="GNU GPL v2" -REVISION="3" +REVISION="1" SOURCE_URI="http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-$portVersion.tar.gz" -CHECKSUM_SHA256="d0acb8d341fd6a8f2c673456e09fdb8f50f91e3166ac934719fe05b30d328329" -PATCHES="libgeotiff-$portVersion.patchset" +CHECKSUM_SHA256="ad87048adb91167b07f34974a8e53e4ec356494c29f1748de95252e8f81a5e6e" +#PATCHES="libgeotiff-$portVersion.patchset" ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="!x86_gcc2 x86" @@ -22,7 +22,7 @@ fi PROVIDES=" libgeotiff$secondaryArchSuffix = $portVersion compat >= 1 - lib:libgeotiff$secondaryArchSuffix = 2.1.0 compat >= 2.1 + lib:libgeotiff$secondaryArchSuffix = 2.1.2 compat >= 2.1 cmd:applygeo$commandSuffix cmd:geotifcp$commandSuffix cmd:listgeo$commandSuffix @@ -38,7 +38,7 @@ REQUIRES=" PROVIDES_devel=" libgeotiff${secondaryArchSuffix}_devel = $portVersion compat >= 1 - devel:libgeotiff$secondaryArchSuffix = 2.1.0 compat >= 2.1 + devel:libgeotiff$secondaryArchSuffix = 2.1.2 compat >= 2.1 " REQUIRES_devel=" libgeotiff$secondaryArchSuffix == $portVersion base @@ -52,10 +52,7 @@ BUILD_REQUIRES=" devel:libproj$secondaryArchSuffix " BUILD_PREREQUIRES=" - cmd:autoconf - cmd:autoreconf - cmd:aclocal - cmd:libtoolize$secondaryArchSuffix + cmd:diff cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix cmd:make @@ -67,7 +64,7 @@ BUILD() { jpegDir=$portPackageLinksDir/lib~libjpeg zlibDir=$portPackageLinksDir/lib~libz - autoreconf -fi + runConfigure --omit-dirs binDir ./configure --bindir=$commandBinDir \ --with-zlib=$zlibDir \ --with-jpeg=$jpegDir diff --git a/sci-libs/libgeotiff/patches/libgeotiff-1.4.0.patchset b/sci-libs/libgeotiff/patches/libgeotiff-1.4.2.patchset similarity index 100% rename from sci-libs/libgeotiff/patches/libgeotiff-1.4.0.patchset rename to sci-libs/libgeotiff/patches/libgeotiff-1.4.2.patchset