summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-apps/slocate/ChangeLog5
-rw-r--r--sys-apps/slocate/slocate-2.7-r8.ebuild4
-rw-r--r--sys-apps/utempter/ChangeLog6
-rw-r--r--sys-apps/utempter/utempter-0.5.5.6.ebuild4
-rw-r--r--sys-cluster/heartbeat/ChangeLog5
-rw-r--r--sys-cluster/heartbeat/heartbeat-2.0.2.ebuild4
-rw-r--r--sys-process/fcron/ChangeLog5
-rw-r--r--sys-process/fcron/fcron-3.0.0.ebuild4
-rw-r--r--www-servers/thttpd/ChangeLog5
-rw-r--r--www-servers/thttpd/thttpd-2.25b-r4.ebuild4
10 files changed, 31 insertions, 15 deletions
diff --git a/sys-apps/slocate/ChangeLog b/sys-apps/slocate/ChangeLog
index 4b6cd21502f1..e4e906178ce4 100644
--- a/sys-apps/slocate/ChangeLog
+++ b/sys-apps/slocate/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/slocate
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.57 2005/09/17 00:33:59 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.58 2005/12/25 15:35:22 flameeyes Exp $
+
+ 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> slocate-2.7-r8.ebuild:
+ Use bindnow-flags function instead of -Wl,-z,now.
17 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> ChangeLog:
Converted to UTF-8, fixed encoding screwups
diff --git a/sys-apps/slocate/slocate-2.7-r8.ebuild b/sys-apps/slocate/slocate-2.7-r8.ebuild
index 7bc34b15c5be..1d3edb1e04f7 100644
--- a/sys-apps/slocate/slocate-2.7-r8.ebuild
+++ b/sys-apps/slocate/slocate-2.7-r8.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/sys-apps/slocate/slocate-2.7-r8.ebuild,v 1.4 2005/09/13 23:43:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.7-r8.ebuild,v 1.5 2005/12/25 15:35:22 flameeyes Exp $
inherit flag-o-matic eutils
@@ -44,7 +44,7 @@ src_unpack() {
filter-lfs-flags
# this is safe since slocate only has 1 binary
- append-ldflags -Wl,-z,now
+ append-ldflags $(bindnow-flags)
sed -i \
-e "/groupadd/s/^/#/" \
diff --git a/sys-apps/utempter/ChangeLog b/sys-apps/utempter/ChangeLog
index 9f8f5b3157a0..019c604a3d0b 100644
--- a/sys-apps/utempter/ChangeLog
+++ b/sys-apps/utempter/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/utempter
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/ChangeLog,v 1.37 2005/09/16 08:07:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/ChangeLog,v 1.38 2005/12/25 15:35:48 flameeyes Exp $
+
+ 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org>
+ utempter-0.5.5.6.ebuild:
+ Use bindnow-flags function instead of -Wl,-z,now.
16 Sep 2005; Aron Griffis <agriffis@gentoo.org> utempter-0.5.5.6.ebuild:
Mark 0.5.5.6 stable on alpha
diff --git a/sys-apps/utempter/utempter-0.5.5.6.ebuild b/sys-apps/utempter/utempter-0.5.5.6.ebuild
index 60a8cabc4bce..c70a2392978f 100644
--- a/sys-apps/utempter/utempter-0.5.5.6.ebuild
+++ b/sys-apps/utempter/utempter-0.5.5.6.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/sys-apps/utempter/utempter-0.5.5.6.ebuild,v 1.8 2005/09/16 08:07:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/utempter-0.5.5.6.ebuild,v 1.9 2005/12/25 15:35:48 flameeyes Exp $
inherit rpm eutils flag-o-matic
@@ -31,7 +31,7 @@ src_unpack() {
}
src_compile() {
- append-ldflags -Wl,-z,now
+ append-ldflags $(bindnow-flags)
make RPM_OPT_FLAGS="${CFLAGS}" || die
}
diff --git a/sys-cluster/heartbeat/ChangeLog b/sys-cluster/heartbeat/ChangeLog
index 870d57135eef..cdc744d5d8fe 100644
--- a/sys-cluster/heartbeat/ChangeLog
+++ b/sys-cluster/heartbeat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/heartbeat
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/ChangeLog,v 1.38 2005/12/17 18:40:47 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/ChangeLog,v 1.39 2005/12/25 15:37:35 flameeyes Exp $
+
+ 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> heartbeat-2.0.2.ebuild:
+ Use bindnow-flags function instead of -Wl,-z,now.
17 Dec 2005; Christian Zoffoli <xmerlin@gentoo.org> heartbeat-2.0.2.ebuild:
removed pils and stonith use flags, fixed bug #115662.
diff --git a/sys-cluster/heartbeat/heartbeat-2.0.2.ebuild b/sys-cluster/heartbeat/heartbeat-2.0.2.ebuild
index b3a5e09d3d52..0e32e1289b15 100644
--- a/sys-cluster/heartbeat/heartbeat-2.0.2.ebuild
+++ b/sys-cluster/heartbeat/heartbeat-2.0.2.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/sys-cluster/heartbeat/heartbeat-2.0.2.ebuild,v 1.2 2005/12/17 18:40:47 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-2.0.2.ebuild,v 1.3 2005/12/25 15:37:35 flameeyes Exp $
inherit flag-o-matic
@@ -41,7 +41,7 @@ src_unpack() {
}
src_compile() {
- append-ldflags -Wl,-z,now
+ append-ldflags $(bindnow-flags)
./configure --prefix=/usr \
--sysconfdir=/etc \
diff --git a/sys-process/fcron/ChangeLog b/sys-process/fcron/ChangeLog
index 2b5d3f6e57a7..9d748b6bceb5 100644
--- a/sys-process/fcron/ChangeLog
+++ b/sys-process/fcron/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/fcron
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.10 2005/10/27 23:53:50 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.11 2005/12/25 15:38:02 flameeyes Exp $
+
+ 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> fcron-3.0.0.ebuild:
+ Use bindnow-flags function instead of -Wl,-z,now.
27 Oct 2005; Aaron Walker <ka0ttic@gentoo.org> files/fcron.rc6,
fcron-3.0.0.ebuild:
diff --git a/sys-process/fcron/fcron-3.0.0.ebuild b/sys-process/fcron/fcron-3.0.0.ebuild
index b99720e29a16..178fdd2bcbc7 100644
--- a/sys-process/fcron/fcron-3.0.0.ebuild
+++ b/sys-process/fcron/fcron-3.0.0.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/sys-process/fcron/fcron-3.0.0.ebuild,v 1.4 2005/10/27 23:53:50 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.0.ebuild,v 1.5 2005/12/25 15:38:02 flameeyes Exp $
inherit cron pam eutils
@@ -60,7 +60,7 @@ src_compile() {
# QA security notice fix; see "[gentoo-core] Heads up changes in suid
# handing with portage >=51_pre21" for more details.
- append-ldflags -Wl,-z,now
+ append-ldflags $(bindnow-flags)
econf \
$(use_with pam) \
diff --git a/www-servers/thttpd/ChangeLog b/www-servers/thttpd/ChangeLog
index 6085f98d1d69..f01e0db92f81 100644
--- a/www-servers/thttpd/ChangeLog
+++ b/www-servers/thttpd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-servers/thttpd
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v 1.11 2005/11/29 04:11:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v 1.12 2005/12/25 15:38:44 flameeyes Exp $
+
+ 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> thttpd-2.25b-r4.ebuild:
+ Use bindnow-flags function instead of -Wl,-z,now.
29 Nov 2005; Jeroen Roovers <jer@gentoo.org> thttpd-2.25b-r4.ebuild:
Marked ~hppa wrt bug 109189.
diff --git a/www-servers/thttpd/thttpd-2.25b-r4.ebuild b/www-servers/thttpd/thttpd-2.25b-r4.ebuild
index bf75fe2c9741..711352fd35a1 100644
--- a/www-servers/thttpd/thttpd-2.25b-r4.ebuild
+++ b/www-servers/thttpd/thttpd-2.25b-r4.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/www-servers/thttpd/thttpd-2.25b-r4.ebuild,v 1.3 2005/11/29 04:11:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/thttpd-2.25b-r4.ebuild,v 1.4 2005/12/25 15:38:44 flameeyes Exp $
inherit eutils flag-o-matic
@@ -24,7 +24,7 @@ src_unpack() {
src_compile() {
## TODO: what to do with IPv6?
- append-ldflags -Wl,-z,now
+ append-ldflags $(bindnow-flags)
use static && append-ldflags -static
econf || die "econf failed"