diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-02-05 21:20:43 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-02-05 21:20:43 +0000 |
commit | 853e498163f008dc214a7932b0003993bd7a766e (patch) | |
tree | 0af0e23c5f47be45382ff243eedac184bd291189 /sys-fs/hfsutils | |
parent | ~alpha keyword, bug 79435. (diff) | |
download | historical-853e498163f008dc214a7932b0003993bd7a766e.tar.gz historical-853e498163f008dc214a7932b0003993bd7a766e.tar.bz2 historical-853e498163f008dc214a7932b0003993bd7a766e.zip |
New revision with support for files larger than 2 GB.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-fs/hfsutils')
-rw-r--r-- | sys-fs/hfsutils/ChangeLog | 10 | ||||
-rw-r--r-- | sys-fs/hfsutils/Manifest | 19 | ||||
-rw-r--r-- | sys-fs/hfsutils/files/digest-hfsutils-3.2.6-r4 | 1 | ||||
-rw-r--r-- | sys-fs/hfsutils/files/largerthan2gb.patch | 14 | ||||
-rw-r--r-- | sys-fs/hfsutils/hfsutils-3.2.6-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/hfsutils/hfsutils-3.2.6-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/hfsutils/hfsutils-3.2.6-r3.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/hfsutils/hfsutils-3.2.6-r4.ebuild | 50 | ||||
-rw-r--r-- | sys-fs/hfsutils/hfsutils-3.2.6.ebuild | 4 |
9 files changed, 92 insertions, 18 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/Manifest b/sys-fs/hfsutils/Manifest index 02da2c1b32ac..0df5529e9720 100644 --- a/sys-fs/hfsutils/Manifest +++ b/sys-fs/hfsutils/Manifest @@ -1,11 +1,14 @@ -MD5 081af4df8e3fddcc8cf4c8c1f5744efc ChangeLog 1697 -MD5 af7f045884615a42633246503dd30dac hfsutils-3.2.6-r1.ebuild 822 -MD5 da15456c6db28a3fa6c41b79309eea95 hfsutils-3.2.6-r2.ebuild 925 -MD5 c51dccf2ae534ee804dadbcb11b57292 hfsutils-3.2.6-r3.ebuild 1074 -MD5 0e5548e59e1c4b679b348ea98cebb72f hfsutils-3.2.6.ebuild 708 +MD5 13870bf825b047d43c7781ec7ae6c9b6 hfsutils-3.2.6-r3.ebuild 1070 MD5 52f9d8e98c8931645c57a3de1c36727d metadata.xml 156 -MD5 fd9d7c89b89c800cd750f13d4f7385d3 files/digest-hfsutils-3.2.6 66 -MD5 fd9d7c89b89c800cd750f13d4f7385d3 files/digest-hfsutils-3.2.6-r1 66 -MD5 fd9d7c89b89c800cd750f13d4f7385d3 files/digest-hfsutils-3.2.6-r2 66 +MD5 2459d9dc660b8cefa26497e553852648 ChangeLog 1910 +MD5 1cb151f4979d1334cf2c69f4a178e758 hfsutils-3.2.6.ebuild 708 +MD5 691585ad49f36d082b039776be64c2b3 hfsutils-3.2.6-r4.ebuild 1112 +MD5 5f5d7517fa1c0fde3fa07dcf88a4e062 hfsutils-3.2.6-r1.ebuild 822 +MD5 e4400f868072e150b2e34525afa2f3d8 hfsutils-3.2.6-r2.ebuild 925 MD5 fd9d7c89b89c800cd750f13d4f7385d3 files/digest-hfsutils-3.2.6-r3 66 +MD5 fd9d7c89b89c800cd750f13d4f7385d3 files/digest-hfsutils-3.2.6-r1 66 +MD5 fd9d7c89b89c800cd750f13d4f7385d3 files/digest-hfsutils-3.2.6-r4 66 MD5 4f5ea10416823de9fd38f6121dd3b8f0 files/hfsutils-3.2.6-errno.patch 377 +MD5 fd9d7c89b89c800cd750f13d4f7385d3 files/digest-hfsutils-3.2.6-r2 66 +MD5 effba323c88d0e8bb3e892af288060b8 files/largerthan2gb.patch 348 +MD5 fd9d7c89b89c800cd750f13d4f7385d3 files/digest-hfsutils-3.2.6 66 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/" |