summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-fs/xfsdump/ChangeLog11
-rw-r--r--sys-fs/xfsdump/Manifest8
-rw-r--r--sys-fs/xfsdump/xfsdump-1.1.7.ebuild6
-rw-r--r--sys-fs/xfsdump/xfsdump-2.2.16.ebuild5
-rw-r--r--sys-fs/xfsdump/xfsdump-2.2.4-r1.ebuild4
5 files changed, 23 insertions, 11 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/Manifest b/sys-fs/xfsdump/Manifest
index 8871d24ea8a4..81f1e797539b 100644
--- a/sys-fs/xfsdump/Manifest
+++ b/sys-fs/xfsdump/Manifest
@@ -1,6 +1,8 @@
-MD5 bbc8b617fa59765459c4dcbcd9f7c255 ChangeLog 2541
-MD5 4ad6e27946767b5bac30c3914865ad2d xfsdump-1.1.7.ebuild 1635
-MD5 9ba05bbb111c89e558f8faca2660d05d xfsdump-2.2.4-r1.ebuild 1285
+MD5 4f438fb7a25334e96ae7c23162f7392f ChangeLog 3226
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
+MD5 4c53702e7a159eb9d66fcc9cd0a20bfb xfsdump-1.1.7.ebuild 1640
+MD5 9f7da6fc7727b7dfd01743e6abfcdc55 xfsdump-2.2.4-r1.ebuild 1279
+MD5 d0f5fdac636c8a7f0b0c5574a9ba1cd7 xfsdump-2.2.16.ebuild 1143
MD5 57a186df5f7a3c8a8c686975c14b3fb4 files/digest-xfsdump-1.1.7 69
MD5 2e7aca0d9699a54b2c9ff5857023d59f files/digest-xfsdump-2.2.4-r1 69
+MD5 37f44e5343b1280989c23f1f11112a93 files/digest-xfsdump-2.2.16 70
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