summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-nntp/inn/ChangeLog5
-rw-r--r--net-nntp/inn/inn-2.4.1.ebuild3
-rw-r--r--sci-geosciences/gpsd/ChangeLog5
-rw-r--r--sci-geosciences/gpsd/gpsd-2.30.ebuild4
-rw-r--r--sci-libs/gdal/ChangeLog5
-rw-r--r--sci-libs/gdal/gdal-1.3.1.ebuild4
-rw-r--r--sci-libs/hdf5/ChangeLog5
-rw-r--r--sci-libs/hdf5/hdf5-1.6.4.ebuild4
8 files changed, 23 insertions, 12 deletions
diff --git a/net-nntp/inn/ChangeLog b/net-nntp/inn/ChangeLog
index e0ddcdc2aae5..c81e9e851abe 100644
--- a/net-nntp/inn/ChangeLog
+++ b/net-nntp/inn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-nntp/inn
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/inn/ChangeLog,v 1.4 2005/09/16 23:33:39 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/inn/ChangeLog,v 1.5 2005/12/16 12:09:31 flameeyes Exp $
+
+ 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> inn-2.4.1.ebuild:
+ Remove --with-gnu-ld option, bug #108386.
16 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> ChangeLog:
Converted to UTF-8, fixed encoding screwups
diff --git a/net-nntp/inn/inn-2.4.1.ebuild b/net-nntp/inn/inn-2.4.1.ebuild
index dab793927e9a..3471c3c9f4e0 100644
--- a/net-nntp/inn/inn-2.4.1.ebuild
+++ b/net-nntp/inn/inn-2.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/inn/inn-2.4.1.ebuild,v 1.2 2005/01/23 22:18:15 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/inn/inn-2.4.1.ebuild,v 1.3 2005/12/16 12:09:31 flameeyes Exp $
inherit fixheadtails ssl-cert eutils libtool flag-o-matic
@@ -66,7 +66,6 @@ src_compile() {
--enable-libtool \
--enable-setgid-inews \
--enable-uucp-rnews \
- --with-gnu-ld \
--without-tcl \
$(use_with perl) \
$(use_with python) \
diff --git a/sci-geosciences/gpsd/ChangeLog b/sci-geosciences/gpsd/ChangeLog
index 2ed931539957..adcb949a2a01 100644
--- a/sci-geosciences/gpsd/ChangeLog
+++ b/sci-geosciences/gpsd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-geosciences/gpsd
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.7 2005/10/01 05:51:09 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.8 2005/12/16 12:10:52 flameeyes Exp $
+
+ 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> gpsd-2.30.ebuild:
+ Remove --with-gnu-ld option, bug #108386.
*gpsd-2.30 (01 Oct 2005)
diff --git a/sci-geosciences/gpsd/gpsd-2.30.ebuild b/sci-geosciences/gpsd/gpsd-2.30.ebuild
index 5f6a6503eaf8..1509fc7e2b59 100644
--- a/sci-geosciences/gpsd/gpsd-2.30.ebuild
+++ b/sci-geosciences/gpsd/gpsd-2.30.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.30.ebuild,v 1.1 2005/10/01 05:51:09 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.30.ebuild,v 1.2 2005/12/16 12:10:52 flameeyes Exp $
inherit eutils libtool distutils
@@ -32,7 +32,7 @@ src_unpack() {
src_compile() {
distutils_python_version
- export MY_ECONF="--with-gnu-ld --with-pic $(use_with X x) $(use_enable dbus)"
+ export MY_ECONF="--with-pic $(use_with X x) $(use_enable dbus)"
econf ${MY_ECONF} || die "econf failed"
emake LDFLAGS="${LDFLAGS} -lm" || die "emake failed"
}
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog
index d7f66ffe83fa..5cabaa396c66 100644
--- a/sci-libs/gdal/ChangeLog
+++ b/sci-libs/gdal/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/gdal
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.20 2005/12/03 21:12:46 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.21 2005/12/16 12:13:21 flameeyes Exp $
+
+ 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> gdal-1.3.1.ebuild:
+ Remove --with-gnu-ld option, bug #108386.
03 Dec 2005; Steve Arnold <nerdboy@gentoo.org> +files/gdal-gcc4.patch,
gdal-1.2.6-r4.ebuild, gdal-1.3.0-r1.ebuild, gdal-1.3.1.ebuild:
diff --git a/sci-libs/gdal/gdal-1.3.1.ebuild b/sci-libs/gdal/gdal-1.3.1.ebuild
index 0e966cb1a8dc..7570bc7458d8 100644
--- a/sci-libs/gdal/gdal-1.3.1.ebuild
+++ b/sci-libs/gdal/gdal-1.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.1.ebuild,v 1.5 2005/12/05 17:09:37 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.1.ebuild,v 1.6 2005/12/16 12:13:21 flameeyes Exp $
inherit eutils libtool gnuconfig distutils toolchain-funcs
@@ -63,7 +63,7 @@ src_unpack() {
src_compile() {
distutils_python_version
- pkg_conf="--enable-static=no --enable-shared=yes --with-gnu-ld \
+ pkg_conf="--enable-static=no --enable-shared=yes \
--with-libgrass=no"
use_conf="$(use_with jpeg) $(use_with png) \
diff --git a/sci-libs/hdf5/ChangeLog b/sci-libs/hdf5/ChangeLog
index bc14cdb0fcf9..3c239f094a3d 100644
--- a/sci-libs/hdf5/ChangeLog
+++ b/sci-libs/hdf5/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/hdf5
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.7 2005/09/11 05:38:16 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.8 2005/12/16 12:12:09 flameeyes Exp $
+
+ 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> hdf5-1.6.4.ebuild:
+ Remove --with-gnu-ld option, bug #108386.
11 Sep 2005; Steve Arnold <nerdboy@gentoo.org> hdf5-1.6.2.ebuild:
stable bump for sparc
diff --git a/sci-libs/hdf5/hdf5-1.6.4.ebuild b/sci-libs/hdf5/hdf5-1.6.4.ebuild
index 5888289ac9df..d69ada65acd2 100644
--- a/sci-libs/hdf5/hdf5-1.6.4.ebuild
+++ b/sci-libs/hdf5/hdf5-1.6.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.4.ebuild,v 1.1 2005/04/17 20:55:44 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.4.ebuild,v 1.2 2005/12/16 12:12:09 flameeyes Exp $
inherit eutils
@@ -36,7 +36,7 @@ src_compile() {
use mpi && \
export CC="/usr/bin/mpicc"
- ./configure ${myconf} --enable-linux-lfs --with-gnu-ld \
+ ./configure ${myconf} --enable-linux-lfs \
--prefix=/usr \
--sysconfdir=/etc \
--infodir=/usr/share/info \