public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Steve Arnold (nerdboy)" <nerdboy@gentoo.org>
To: gentoo-commits@lists.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
Date: Sat, 17 Apr 2010 17:14:03 +0000 (UTC)	[thread overview]
Message-ID: <20100417171403.9B58E2C041@corvid.gentoo.org> (raw)

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.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/files/libgeotiff-1.2.5-make.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/files/libgeotiff-1.2.5-make.patch?rev=1.1&content-type=text/plain

Index: libgeotiff-1.2.5-make.patch
===================================================================
--- 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_MINOR)
 
 Progs:	$(GEOTIFF_SO)
 	${CD} ${BIN};\



1.1                  sci-libs/libgeotiff/files/libgeotiff-1.2.5-listgeo-link-hack.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/files/libgeotiff-1.2.5-listgeo-link-hack.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/files/libgeotiff-1.2.5-listgeo-link-hack.patch?rev=1.1&content-type=text/plain

Index: libgeotiff-1.2.5-listgeo-link-hack.patch
===================================================================
--- 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 $@
   
 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 $@
   
 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 $@
   
 csv2html$(EXEEXT): csv2html.o  ${GEOTIFFDIR}/libgeotiff.a
 	${CC} ${COPTS} csv2html.o -L${libdir} ${LIBS} -o $@






             reply	other threads:[~2010-04-17 17:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-17 17:14 Steve Arnold (nerdboy) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-11-08 17:41 [gentoo-commits] gentoo-x86 commit in sci-libs/libgeotiff/files: libgeotiff-1.2.5-make.patch libgeotiff-1.2.5-listgeo-link-hack.patch Kacper Kowalik (xarthisius)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100417171403.9B58E2C041@corvid.gentoo.org \
    --to=nerdboy@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox