From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1O3Bap-0003ai-K5 for garchives@archives.gentoo.org; Sat, 17 Apr 2010 17:14:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F215E087B; Sat, 17 Apr 2010 17:14:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DDBF8E087B for ; Sat, 17 Apr 2010 17:14:04 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 6C4381B413D for ; Sat, 17 Apr 2010 17:14:04 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 714) id 9B58E2C041; Sat, 17 Apr 2010 17:14:03 +0000 (UTC) From: "Steve Arnold (nerdboy)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, nerdboy@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/libgeotiff/files: libgeotiff-1.2.5-make.patch libgeotiff-1.2.5-listgeo-link-hack.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: libgeotiff-1.2.5-make.patch libgeotiff-1.2.5-listgeo-link-hack.patch X-VCS-Directories: sci-libs/libgeotiff/files X-VCS-Committer: nerdboy X-VCS-Committer-Name: Steve Arnold Content-Type: text/plain; charset=utf8 Message-Id: <20100417171403.9B58E2C041@corvid.gentoo.org> Date: Sat, 17 Apr 2010 17:14:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6da3b3e2-cb04-4da4-b4e8-1a445a995055 X-Archives-Hash: 78712a509eea889cd0c326298a20c4fb nerdboy 10/04/17 17:14:03 Added: libgeotiff-1.2.5-make.patch libgeotiff-1.2.5-listgeo-link-hack.patch Log: Update for latest stable 1.2.x release; closes bug 307639. (Portage version: 2.2_rc67/cvs/Linux x86_64) Revision Changes Path 1.1 sci-libs/libgeotiff/files/libgeotiff-1.2.5-make.patc= h file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotif= f/files/libgeotiff-1.2.5-make.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotif= f/files/libgeotiff-1.2.5-make.patch?rev=3D1.1&content-type=3Dtext/plain Index: libgeotiff-1.2.5-make.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- Makefile.in.orig 2009-10-10 10:32:26.665288828 -0700 +++ Makefile.in 2009-10-10 10:35:36.098484182 -0700 @@ -104,6 +104,7 @@ ${LD_SHARED} ${OBJS} ${LIBS} -o $(GEOTIFF_SO) rm -f libgeotiff.$(SO_EXT) ${LN} $(GEOTIFF_SO) libgeotiff.$(SO_EXT) + ${LN} $(GEOTIFF_SO) libgeotiff.$(SO_EXT).$(VERSION_MAJOR).$(VERSION_MIN= OR) =20 Progs: $(GEOTIFF_SO) ${CD} ${BIN};\ 1.1 sci-libs/libgeotiff/files/libgeotiff-1.2.5-listgeo-l= ink-hack.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotif= f/files/libgeotiff-1.2.5-listgeo-link-hack.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotif= f/files/libgeotiff-1.2.5-listgeo-link-hack.patch?rev=3D1.1&content-type=3D= text/plain Index: libgeotiff-1.2.5-listgeo-link-hack.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- bin/Makefile.in.orig 2009-10-10 12:04:15.972291516 -0700 +++ bin/Makefile.in 2009-10-10 12:07:34.459886566 -0700 @@ -49,10 +49,10 @@ ${CC} ${COPTS} makegeo.o -L${libdir} ${LIBS} -o $@ =20 geotifcp$(EXEEXT): geotifcp.o ${GEOTIFFDIR}/libgeotiff.a - ${CC} ${COPTS} geotifcp.o -L${libdir} ${LIBS} -o $@ + ${CC} ${COPTS} geotifcp.o -L${libdir} ../libgeotiff.a ${LIBS} -o $@ =20 listgeo$(EXEEXT): listgeo.o ${GEOTIFFDIR}/libgeotiff.a - ${CC} ${COPTS} listgeo.o -L${libdir} ${LIBS} -o $@ + ${CC} ${COPTS} listgeo.o -L${libdir} ../libgeotiff.a ${LIBS} -o $@ =20 csv2html$(EXEEXT): csv2html.o ${GEOTIFFDIR}/libgeotiff.a ${CC} ${COPTS} csv2html.o -L${libdir} ${LIBS} -o $@