public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen (grobian)" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/gdal: ChangeLog gdal-1.6.3-r1.ebuild
Date: Tue, 09 Mar 2010 13:24:23 +0000	[thread overview]
Message-ID: <E1NozQ7-0007um-Fb@stork.gentoo.org> (raw)

grobian     10/03/09 13:24:23

  Modified:             ChangeLog gdal-1.6.3-r1.ebuild
  Log:
  Unbreak compilation on Darwin
  (Portage version: 2.2.00.15800-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.75                 sci-libs/gdal/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	7 Mar 2010 19:32:30 -0000	1.74
+++ ChangeLog	9 Mar 2010 13:24:22 -0000	1.75
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/gdal
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.74 2010/03/07 19:32:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.75 2010/03/09 13:24:22 grobian Exp $
+
+  09 Mar 2010; Fabian Groffen <grobian@gentoo.org>
+  +files/gdal-1.5.0-install_name.patch, gdal-1.6.3-r1.ebuild:
+  Unbreak compilation on Darwin
 
 *gdal-1.6.3-r1 (07 Mar 2010)
 



1.3                  sci-libs/gdal/gdal-1.6.3-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.6.3-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.6.3-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/gdal/gdal-1.6.3-r1.ebuild?r1=1.2&r2=1.3

Index: gdal-1.6.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.6.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gdal-1.6.3-r1.ebuild	7 Mar 2010 22:56:28 -0000	1.2
+++ gdal-1.6.3-r1.ebuild	9 Mar 2010 13:24:22 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.6.3-r1.ebuild,v 1.2 2010/03/07 22:56:28 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.6.3-r1.ebuild,v 1.3 2010/03/09 13:24:22 grobian Exp $
 
 EAPI="3"
 WANT_AUTOCONF="2.5"
@@ -76,11 +76,14 @@
 	eautoconf
 
 	epatch "${FILESDIR}"/${PN}-1.4.2-datadir.patch \
-	    "${FILESDIR}"/${PN}-1.5.0-soname.patch \
 	    "${FILESDIR}"/${PN}-1.5.1-python-install.patch \
 	    "${FILESDIR}"/${PN}-1.6.0-swig-fix.patch \
 	    "${FILESDIR}"/${PN}-1.6.1-ruby-make.patch
 
+	[[ ${CHOST} == *-darwin* ]] \
+		&& epatch "${FILESDIR}"/${PN}-1.5.0-install_name.patch \
+		|| epatch "${FILESDIR}"/${PN}-1.5.0-soname.patch
+
 	if useq hdf && useq netcdf; then
 		ewarn "Netcdf and HDF4 are incompatible due to certain tools in"
 		ewarn "common; HDF5 is now the preferred choice for HDF data."






             reply	other threads:[~2010-03-09 13:24 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-09 13:24 Fabian Groffen (grobian) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-19 19:27 [gentoo-commits] gentoo-x86 commit in sci-libs/gdal: ChangeLog gdal-1.6.3-r1.ebuild Samuli Suominen (ssuominen)
2011-10-08 10:32 Samuli Suominen (ssuominen)
2011-07-08 10:19 Samuli Suominen (ssuominen)
2011-04-05  5:35 Ulrich Mueller (ulm)
2010-12-01  8:09 Thomas Kahle (tomka)
2010-11-05 18:35 Mark Loeser (halcy0n)
2010-07-18 20:08 Steve Arnold (nerdboy)
2010-07-11 17:30 Raul Porcel (armin76)
2010-06-27 14:24 Gysbert Wassenaar (nixnut)
2010-06-21 17:03 Markus Meier (maekke)
2010-05-30 17:29 Markos Chandras (hwoarang)
2010-05-17  3:34 Steve Arnold (nerdboy)
2010-04-17 18:10 Steve Arnold (nerdboy)
2010-03-07 19:32 Justin Lecher (jlec)

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=E1NozQ7-0007um-Fb@stork.gentoo.org \
    --to=grobian@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