diff options
author | Jason Wever <weeve@gentoo.org> | 2004-02-21 22:44:09 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-02-21 22:44:09 +0000 |
commit | c83d6ade8e9539d51819d61c19678ece2bfd7b09 (patch) | |
tree | 451fd92486716cfc163734b4d474ca5a7189a024 /sys-fs/xfsdump | |
parent | Start using new patch_exclude() from xfree.eclass for patch exclusion. (Manif... (diff) | |
download | gentoo-2-c83d6ade8e9539d51819d61c19678ece2bfd7b09.tar.gz gentoo-2-c83d6ade8e9539d51819d61c19678ece2bfd7b09.tar.bz2 gentoo-2-c83d6ade8e9539d51819d61c19678ece2bfd7b09.zip |
Masked on sparc, see ChangeLog for more info.
Diffstat (limited to 'sys-fs/xfsdump')
-rw-r--r-- | sys-fs/xfsdump/ChangeLog | 11 | ||||
-rw-r--r-- | sys-fs/xfsdump/xfsdump-1.1.7.ebuild | 6 | ||||
-rw-r--r-- | sys-fs/xfsdump/xfsdump-2.2.16.ebuild | 5 | ||||
-rw-r--r-- | sys-fs/xfsdump/xfsdump-2.2.4-r1.ebuild | 4 |
4 files changed, 18 insertions, 8 deletions
diff --git a/sys-fs/xfsdump/ChangeLog b/sys-fs/xfsdump/ChangeLog index ce441c2cae32..5e1b29707f3d 100644 --- a/sys-fs/xfsdump/ChangeLog +++ b/sys-fs/xfsdump/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for sys-fs/xfsdump # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.6 2004/02/11 06:47:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.7 2004/02/21 22:44:09 weeve Exp $ + + 21 Feb 2004; Jason Wever <weeve@gentoo.org> xfsdump-1.1.7.ebuild, + xfsdump-2.2.16.ebuild, xfsdump-2.2.4-r1.ebuild: + Masked on sparc. I've added changes to 2.2.16 to get xfsdump to build on + sparc64, but according to http://oss.sgi.com/bugzilla/show_bug.cgi?id=298, + xfsdump will not function correctly when the kernel is 64 bit but the userland + is 32. In the future we may be able to remove this once 64 bit binary support + is enabled in the sparc64 profile. This may also work on sparc32, but it needs + testing (and can play around with keywords and masking at that time). *xfsdump-2.2.16 (11 Feb 2004) diff --git a/sys-fs/xfsdump/xfsdump-1.1.7.ebuild b/sys-fs/xfsdump/xfsdump-1.1.7.ebuild index a28bdd96f688..b50a60ad44a9 100644 --- a/sys-fs/xfsdump/xfsdump-1.1.7.ebuild +++ b/sys-fs/xfsdump/xfsdump-1.1.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-1.1.7.ebuild,v 1.1 2003/09/15 17:46:25 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-1.1.7.ebuild,v 1.2 2004/02/21 22:44:09 weeve Exp $ S=${WORKDIR}/${P} DESCRIPTION="xfs dump/restore utilities" @@ -9,7 +9,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/latest/cmd_tars/${P}.src.tar.gz SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 amd64" +KEYWORDS="x86 amd64 -sparc" DEPEND="virtual/glibc sys-devel/autoconf diff --git a/sys-fs/xfsdump/xfsdump-2.2.16.ebuild b/sys-fs/xfsdump/xfsdump-2.2.16.ebuild index 06e6c7149dc6..48baea8fe527 100644 --- a/sys-fs/xfsdump/xfsdump-2.2.16.ebuild +++ b/sys-fs/xfsdump/xfsdump-2.2.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.16.ebuild,v 1.2 2004/02/21 03:36:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.16.ebuild,v 1.3 2004/02/21 22:44:09 weeve Exp $ DESCRIPTION="xfs dump/restore utilities" HOMEPAGE="http://oss.sgi.com/projects/xfs" @@ -8,7 +8,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~mips ~amd64 ~ia64" +KEYWORDS="x86 ~ppc -sparc ~mips ~amd64 ~ia64" DEPEND="sys-fs/e2fsprogs sys-fs/xfsprogs @@ -29,6 +29,7 @@ src_unpack() { src_compile() { export OPTIMIZER="${CFLAGS}" export DEBUG=-DNDEBUG + [ `use sparc` ] && unset PLATFORM econf \ --libdir=/lib \ diff --git a/sys-fs/xfsdump/xfsdump-2.2.4-r1.ebuild b/sys-fs/xfsdump/xfsdump-2.2.4-r1.ebuild index 88b03c77d8ea..6c736efd5045 100644 --- a/sys-fs/xfsdump/xfsdump-2.2.4-r1.ebuild +++ b/sys-fs/xfsdump/xfsdump-2.2.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.4-r1.ebuild,v 1.5 2004/01/16 20:47:02 darkspecter Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.4-r1.ebuild,v 1.6 2004/02/21 22:44:09 weeve Exp $ S=${WORKDIR}/${P} DESCRIPTION="xfs dump/restore utilities" @@ -9,7 +9,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86 amd64 ~mips ia64 ppc ~sparc" +KEYWORDS="x86 amd64 ~mips ia64 ppc -sparc" DEPEND="sys-fs/e2fsprogs sys-fs/xfsprogs |