summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-05-04 17:34:56 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-05-04 17:34:56 +0000
commit312facb96b61b9cd9308bd440ec9251c0bd26040 (patch)
tree0aedaf16c4ea15f984b781119274a2939f2ed424 /sys-freebsd/freebsd-sources
parentset __FreeBSD_cc_version to the one from 9.0 (diff)
downloadgentoo-2-312facb96b61b9cd9308bd440ec9251c0bd26040.tar.gz
gentoo-2-312facb96b61b9cd9308bd440ec9251c0bd26040.tar.bz2
gentoo-2-312facb96b61b9cd9308bd440ec9251c0bd26040.zip
remove commented out patch and its comments.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'sys-freebsd/freebsd-sources')
-rw-r--r--sys-freebsd/freebsd-sources/ChangeLog5
-rw-r--r--sys-freebsd/freebsd-sources/freebsd-sources-9.0.ebuild10
2 files changed, 5 insertions, 10 deletions
diff --git a/sys-freebsd/freebsd-sources/ChangeLog b/sys-freebsd/freebsd-sources/ChangeLog
index b20aabd1cddf..13825296a1a1 100644
--- a/sys-freebsd/freebsd-sources/ChangeLog
+++ b/sys-freebsd/freebsd-sources/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-freebsd/freebsd-sources
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sources/ChangeLog,v 1.66 2012/05/04 17:32:53 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sources/ChangeLog,v 1.67 2012/05/04 17:34:56 aballier Exp $
+
+ 04 May 2012; Alexis Ballier <aballier@gentoo.org> freebsd-sources-9.0.ebuild:
+ remove commented out patch and its comments.
04 May 2012; Alexis Ballier <aballier@gentoo.org> freebsd-sources-9.0.ebuild:
set __FreeBSD_cc_version to the one from 9.0
diff --git a/sys-freebsd/freebsd-sources/freebsd-sources-9.0.ebuild b/sys-freebsd/freebsd-sources/freebsd-sources-9.0.ebuild
index 12bfe1bdf43d..678dd37db12f 100644
--- a/sys-freebsd/freebsd-sources/freebsd-sources-9.0.ebuild
+++ b/sys-freebsd/freebsd-sources/freebsd-sources-9.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sources/freebsd-sources-9.0.ebuild,v 1.3 2012/05/04 17:32:53 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sources/freebsd-sources-9.0.ebuild,v 1.4 2012/05/04 17:34:56 aballier Exp $
inherit bsdmk freebsd flag-o-matic
@@ -56,14 +56,6 @@ src_unpack() {
# vop_whiteout to tmpfs, so it can be used as an overlay
# unionfs filesystem over the cd9660 readonly filesystem.
epatch "${FILESDIR}/${PN}-7.0-tmpfs_whiteout_stub.patch"
-
- # See http://sourceware.org/bugzilla/show_bug.cgi?id=5391
- # ld doesn't provide symbols constructed as the __start_set_(s) ones
- # are on FreeBSD modules.
- # This patch adds code to generate a list of these and adds them
- # as undefined references to ld's commandline to get them.
- # Without this kernel modules will not load.
- #epatch "${FILESDIR}/${PN}-7.1-binutils_link.patch"
}
src_compile() {