summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2005-02-05 21:20:43 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2005-02-05 21:20:43 +0000
commit86b860b09a75fe92c9c236389280d5b1253276b9 (patch)
tree8709aa7ab4d7f8db5fc5965173e4dee7b79080d0 /sys-fs/hfsutils
parent~alpha keyword, bug 79435. (diff)
downloadgentoo-2-86b860b09a75fe92c9c236389280d5b1253276b9.tar.gz
gentoo-2-86b860b09a75fe92c9c236389280d5b1253276b9.tar.bz2
gentoo-2-86b860b09a75fe92c9c236389280d5b1253276b9.zip
New revision with support for files larger than 2 GB.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-fs/hfsutils')
-rw-r--r--sys-fs/hfsutils/ChangeLog10
-rw-r--r--sys-fs/hfsutils/files/digest-hfsutils-3.2.6-r41
-rw-r--r--sys-fs/hfsutils/files/largerthan2gb.patch14
-rw-r--r--sys-fs/hfsutils/hfsutils-3.2.6-r1.ebuild4
-rw-r--r--sys-fs/hfsutils/hfsutils-3.2.6-r2.ebuild4
-rw-r--r--sys-fs/hfsutils/hfsutils-3.2.6-r3.ebuild4
-rw-r--r--sys-fs/hfsutils/hfsutils-3.2.6-r4.ebuild50
-rw-r--r--sys-fs/hfsutils/hfsutils-3.2.6.ebuild4
8 files changed, 81 insertions, 10 deletions
diff --git a/sys-fs/hfsutils/ChangeLog b/sys-fs/hfsutils/ChangeLog
index 30889857b739..6601d675b57b 100644
--- a/sys-fs/hfsutils/ChangeLog
+++ b/sys-fs/hfsutils/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-fs/hfsutils
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsutils/ChangeLog,v 1.5 2004/07/01 21:50:17 eradicator Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsutils/ChangeLog,v 1.6 2005/02/05 21:20:43 hansmi Exp $
+
+*hfsutils-3.2.6-r4 (05 Feb 2005)
+
+ 05 Feb 2005; Michael Hanselmann <hansmi@gentoo.org>
+ +files/largerthan2gb.patch, +hfsutils-3.2.6-r4.ebuild:
+ New revision with support for files larger than 2 GB, see bug 80093.
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
hfsutils-3.2.6-r3.ebuild:
diff --git a/sys-fs/hfsutils/files/digest-hfsutils-3.2.6-r4 b/sys-fs/hfsutils/files/digest-hfsutils-3.2.6-r4
new file mode 100644
index 000000000000..7cdf8f29675b
--- /dev/null
+++ b/sys-fs/hfsutils/files/digest-hfsutils-3.2.6-r4
@@ -0,0 +1 @@
+MD5 fa572afd6da969e25c1455f728750ec4 hfsutils-3.2.6.tar.gz 207697
diff --git a/sys-fs/hfsutils/files/largerthan2gb.patch b/sys-fs/hfsutils/files/largerthan2gb.patch
new file mode 100644
index 000000000000..f37d4d886031
--- /dev/null
+++ b/sys-fs/hfsutils/files/largerthan2gb.patch
@@ -0,0 +1,14 @@
+--- libhfs/os/unix.c-orig 1998-11-02 23:09:13.000000000 +0100
++++ libhfs/os/unix.c 2004-12-13 14:39:28.099124272 +0100
+@@ -19,6 +19,11 @@
+ * $Id: largerthan2gb.patch,v 1.1 2005/02/05 21:20:43 hansmi Exp $
+ */
+
++#ifdef __linux__
++#define _FILE_OFFSET_BITS 64
++#define _LARGE_FILES
++#endif
++
+ # ifdef HAVE_CONFIG_H
+ # include "config.h"
+ # endif
diff --git a/sys-fs/hfsutils/hfsutils-3.2.6-r1.ebuild b/sys-fs/hfsutils/hfsutils-3.2.6-r1.ebuild
index 09ad39a5a82e..ab93209cdd85 100644
--- a/sys-fs/hfsutils/hfsutils-3.2.6-r1.ebuild
+++ b/sys-fs/hfsutils/hfsutils-3.2.6-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsutils/hfsutils-3.2.6-r1.ebuild,v 1.4 2004/06/30 17:10:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsutils/hfsutils-3.2.6-r1.ebuild,v 1.5 2005/02/05 21:20:43 hansmi Exp $
DESCRIPTION="HFS FS Access utils"
HOMEPAGE="http://www.mars.org/home/rob/proj/hfs/"
diff --git a/sys-fs/hfsutils/hfsutils-3.2.6-r2.ebuild b/sys-fs/hfsutils/hfsutils-3.2.6-r2.ebuild
index ee3c1f0d83be..34fe0133c2fc 100644
--- a/sys-fs/hfsutils/hfsutils-3.2.6-r2.ebuild
+++ b/sys-fs/hfsutils/hfsutils-3.2.6-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsutils/hfsutils-3.2.6-r2.ebuild,v 1.5 2004/06/30 17:10:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsutils/hfsutils-3.2.6-r2.ebuild,v 1.6 2005/02/05 21:20:43 hansmi Exp $
inherit eutils
diff --git a/sys-fs/hfsutils/hfsutils-3.2.6-r3.ebuild b/sys-fs/hfsutils/hfsutils-3.2.6-r3.ebuild
index 85124b65fd04..6244f145ce73 100644
--- a/sys-fs/hfsutils/hfsutils-3.2.6-r3.ebuild
+++ b/sys-fs/hfsutils/hfsutils-3.2.6-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsutils/hfsutils-3.2.6-r3.ebuild,v 1.7 2004/07/01 21:50:17 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsutils/hfsutils-3.2.6-r3.ebuild,v 1.8 2005/02/05 21:20:43 hansmi Exp $
inherit eutils
diff --git a/sys-fs/hfsutils/hfsutils-3.2.6-r4.ebuild b/sys-fs/hfsutils/hfsutils-3.2.6-r4.ebuild
new file mode 100644
index 000000000000..31e749c4d1e7
--- /dev/null
+++ b/sys-fs/hfsutils/hfsutils-3.2.6-r4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsutils/hfsutils-3.2.6-r4.ebuild,v 1.1 2005/02/05 21:20:43 hansmi Exp $
+
+inherit eutils
+
+DESCRIPTION="HFS FS Access utils"
+HOMEPAGE="http://www.mars.org/home/rob/proj/hfs/"
+SRC_URI="ftp://ftp.mars.org/pub/hfs/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~ppc64"
+IUSE="tcltk"
+
+DEPEND="virtual/libc
+ tcltk? ( dev-lang/tcl dev-lang/tk )"
+RDEPEND=""
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/hfsutils-3.2.6-errno.patch
+ epatch ${FILESDIR}/largerthan2gb.patch
+}
+
+src_compile() {
+ local myconf
+ use tcltk && myconf="--with-tcl --with-tk"
+
+ econf ${myconf} || die
+ emake PREFIX=/usr MANDIR=/usr/share/man || die
+ cd ${S}/hfsck
+ emake PREFIX=/usr MANDIR=/usr/share/man || die
+}
+
+src_install() {
+ dodir /usr/bin
+ dodir /usr/lib
+ dodir /usr/share/man/man1
+ cd ${S}
+ make \
+ prefix=${D}/usr \
+ MANDEST=${D}/usr/share/man \
+ infodir=${D}/usr/share/info \
+ install || die
+ cd ${S}/hfsck
+ install -m0755 hfsck ${D}/usr/bin/
+ cd ${S}
+}
diff --git a/sys-fs/hfsutils/hfsutils-3.2.6.ebuild b/sys-fs/hfsutils/hfsutils-3.2.6.ebuild
index cc7b59b507f5..0112a07359cd 100644
--- a/sys-fs/hfsutils/hfsutils-3.2.6.ebuild
+++ b/sys-fs/hfsutils/hfsutils-3.2.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsutils/hfsutils-3.2.6.ebuild,v 1.4 2004/06/30 17:10:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsutils/hfsutils-3.2.6.ebuild,v 1.5 2005/02/05 21:20:43 hansmi Exp $
DESCRIPTION="HFS FS Access utils"
HOMEPAGE="http://www.mars.org/home/rob/proj/hfs/"