From b93805931e112d5417746837ad93945b31efbf0d Mon Sep 17 00:00:00 2001 From: Steve Arnold Date: Sun, 2 Mar 2008 00:13:07 +0000 Subject: fixed soname patch to address missing lib file (see bug #211443) (Portage version: 2.1.4.1) --- sci-libs/libgeotiff/ChangeLog | 7 ++++++- sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch | 11 ++++++----- sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild | 5 +++-- 3 files changed, 15 insertions(+), 8 deletions(-) (limited to 'sci-libs') diff --git a/sci-libs/libgeotiff/ChangeLog b/sci-libs/libgeotiff/ChangeLog index f4b6cbbd9fad..4b4ab4b514d0 100644 --- a/sci-libs/libgeotiff/ChangeLog +++ b/sci-libs/libgeotiff/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/libgeotiff # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.22 2008/02/21 14:20:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.23 2008/03/02 00:13:06 nerdboy Exp $ + + 02 Mar 2008; Steve Arnold + files/libgeotiff-1.2.4-soname.patch, libgeotiff-1.2.4.ebuild: + Fixed soname patch to address missing lib file (see bug #211443) along + with updated homepage URL. 21 Feb 2008; Raúl Porcel libgeotiff-1.2.4.ebuild: alpha/sparc/x86 stable diff --git a/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch b/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch index b2efd3805aef..e23ef6f3bc78 100644 --- a/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch +++ b/sci-libs/libgeotiff/files/libgeotiff-1.2.4-soname.patch @@ -1,12 +1,13 @@ ---- configure.in.orig 2007-07-20 11:31:45.000000000 -0700 -+++ configure.in 2007-09-01 11:00:12.000000000 -0700 -@@ -36,7 +36,8 @@ +--- configure.in.orig 2008-03-01 14:32:39.000000000 -0800 ++++ configure.in 2008-03-01 14:37:27.000000000 -0800 +@@ -36,7 +36,9 @@ GEOTIFF_DLL=cyggeotiff-1.dll GEOTIFF_IMP=libgeotiff.dll.a LD_SHARED="gcc -shared -Wl,--export-all -Wl,--out-implib=\$(GEOTIFF_IMP)" ;; - *) GEOTIFF_SO=libgeotiff.${SO_EXT}.$VERSION_MAJOR.$VERSION_MINOR.$VERSION_POINT ;; -+ *) GEOTIFF_SO=libgeotiff.${SO_EXT}.$VERSION_MAJOR.$VERSION_MINOR -+ LD_SHARED="gcc -shared -Wl,-soname -Wl,$GEOTIFF_SO" ;; ++ *) GEOTIFF_SO=libgeotiff.${SO_EXT}.$VERSION_MAJOR.$VERSION_MINOR.$VERSION_POINT ++ GEOTIFF_SONAME=libgeotiff.${SO_EXT}.$VERSION_MAJOR.$VERSION_MINOR ++ LD_SHARED="gcc -shared -Wl,-soname -Wl,$GEOTIFF_SONAME" ;; esac fi AC_SUBST(GEOTIFF_SO,$GEOTIFF_SO) diff --git a/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild b/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild index 62ecf32cae15..08a9c12f26ce 100644 --- a/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild +++ b/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v 1.7 2008/02/21 14:20:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v 1.8 2008/03/02 00:13:06 nerdboy Exp $ inherit autotools eutils flag-o-matic DESCRIPTION="Library for reading TIFF files with embedded tags for geographic (cartographic) information" -HOMEPAGE="http://remotesensing.org/geotiff/geotiff.html" +HOMEPAGE="http://www.remotesensing.org/geotiff/geotiff.html" SRC_URI="ftp://ftp.remotesensing.org/pub/geotiff/${PN}/${P}.tar.gz" LICENSE="GPL-2" @@ -16,6 +16,7 @@ IUSE="doc python" RDEPEND=">=media-libs/tiff-3.7 media-libs/jpeg sci-libs/proj" + DEPEND="${RDEPEND} doc? ( app-doc/doxygen )" -- cgit v1.2.3-65-gdbad