summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-17 06:45:18 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-17 06:45:18 +0000
commit8e26ab859d07447855a6bd076057ef99c3961f5b (patch)
tree6f3b8588b4a5b1017eddbb2757ae8e10e1ee86b4 /dev-util/strace
parentRemove obsolete patch. (diff)
downloadhistorical-8e26ab859d07447855a6bd076057ef99c3961f5b.tar.gz
historical-8e26ab859d07447855a6bd076057ef99c3961f5b.tar.bz2
historical-8e26ab859d07447855a6bd076057ef99c3961f5b.zip
fix fbsd reference
Diffstat (limited to 'dev-util/strace')
-rw-r--r--dev-util/strace/strace-4.5.12.ebuild5
-rw-r--r--dev-util/strace/strace-4.5.14.ebuild4
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-util/strace/strace-4.5.12.ebuild b/dev-util/strace/strace-4.5.12.ebuild
index 2db9d67559bd..825bf87c7a86 100644
--- a/dev-util/strace/strace-4.5.12.ebuild
+++ b/dev-util/strace/strace-4.5.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.12.ebuild,v 1.17 2006/06/11 10:05:31 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.12.ebuild,v 1.18 2007/01/17 06:45:18 vapier Exp $
inherit flag-o-matic
@@ -19,7 +19,8 @@ src_unpack() {
unpack ${A}
cd "${S}"
- [[ ${CHOST} == *-freebsd* ]] && epatch "${FILESDIR}"/${P}-fbsd.patch
+ [[ ${CHOST} == *-freebsd* ]] && epatch "${FILESDIR}"/${PN}-4.5.11-fbsd.patch
+
# Fix support for newer glibc snapshots #102080
epatch "${FILESDIR}"/${P}-quota.patch
diff --git a/dev-util/strace/strace-4.5.14.ebuild b/dev-util/strace/strace-4.5.14.ebuild
index 855b1848412d..5cac2ce68b23 100644
--- a/dev-util/strace/strace-4.5.14.ebuild
+++ b/dev-util/strace/strace-4.5.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.14.ebuild,v 1.13 2006/12/02 20:35:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.14.ebuild,v 1.14 2007/01/17 06:45:18 vapier Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -21,7 +21,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
- [[ ${CHOST} == *-freebsd* ]] && epatch "${FILESDIR}"/${PN}-4.5.12-fbsd.patch
+ [[ ${CHOST} == *-freebsd* ]] && epatch "${FILESDIR}"/${PN}-4.5.11-fbsd.patch
epatch "${FILESDIR}"/${P}-PT_GETSIGINFO.patch #149945