summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-08-11 21:23:03 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-08-11 21:23:03 +0000
commit11b4661fa0e58f4303cd005cfbdb16104bd094d6 (patch)
tree7252466a94602d756a0905901ab011f05ef93a6c /sys-freebsd/freebsd-sources/files
parentVersion bump. Drop old revision. (diff)
downloadgentoo-2-11b4661fa0e58f4303cd005cfbdb16104bd094d6.tar.gz
gentoo-2-11b4661fa0e58f4303cd005cfbdb16104bd094d6.tar.bz2
gentoo-2-11b4661fa0e58f4303cd005cfbdb16104bd094d6.zip
drop the no ctf patch now that its not needed anymore.
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'sys-freebsd/freebsd-sources/files')
-rw-r--r--sys-freebsd/freebsd-sources/files/freebsd-sources-9.2-no_ctf.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/sys-freebsd/freebsd-sources/files/freebsd-sources-9.2-no_ctf.patch b/sys-freebsd/freebsd-sources/files/freebsd-sources-9.2-no_ctf.patch
deleted file mode 100644
index a3fe93f88177..000000000000
--- a/sys-freebsd/freebsd-sources/files/freebsd-sources-9.2-no_ctf.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
-index 20d0c3f..3f5bf52 100644
---- a/sys/amd64/conf/GENERIC
-+++ b/sys/amd64/conf/GENERIC
-@@ -22,7 +22,8 @@ cpu HAMMER
- ident GENERIC
-
- makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
--makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
-+#makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
-+nomakeoptions WITH_CTF # Disabled on Gentoo/FreeBSD
-
- options SCHED_ULE # ULE scheduler
- options PREEMPTION # Enable kernel thread preemption
-diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
-index f77b0fc..1f67a3a 100644
---- a/sys/i386/conf/GENERIC
-+++ b/sys/i386/conf/GENERIC
-@@ -24,7 +24,8 @@ cpu I686_CPU
- ident GENERIC
-
- makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
--makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
-+#makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
-+nomakeoptions WITH_CTF # Disabled on Gentoo/FreeBSD
-
- options SCHED_ULE # ULE scheduler
- options PREEMPTION # Enable kernel thread preemption