diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2007-03-02 12:44:36 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2007-03-02 12:44:36 +0000 |
commit | 6ec7edf11c2644507b36a22d09ef92706411f875 (patch) | |
tree | 05715f18e9c31ee8203ac8ae9d9b53c1c7aaeaa9 /sys-fs/fuse4bsd | |
parent | New release, which sets the minimum MTU to be 576 regardless of what the (diff) | |
download | gentoo-2-6ec7edf11c2644507b36a22d09ef92706411f875.tar.gz gentoo-2-6ec7edf11c2644507b36a22d09ef92706411f875.tar.bz2 gentoo-2-6ec7edf11c2644507b36a22d09ef92706411f875.zip |
Use FreeBSD 6.2 sbin instead of 6.1.
Remove ROOT wrt bug #168046
(Portage version: 2.1.2-r11)
Diffstat (limited to 'sys-fs/fuse4bsd')
-rw-r--r-- | sys-fs/fuse4bsd/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/fuse4bsd/files/digest-fuse4bsd-0.3.0 | 6 | ||||
-rw-r--r-- | sys-fs/fuse4bsd/fuse4bsd-0.3.0.ebuild | 12 |
3 files changed, 15 insertions, 11 deletions
diff --git a/sys-fs/fuse4bsd/ChangeLog b/sys-fs/fuse4bsd/ChangeLog index b2d52465cd30..c79facfa648b 100644 --- a/sys-fs/fuse4bsd/ChangeLog +++ b/sys-fs/fuse4bsd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/fuse4bsd -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse4bsd/ChangeLog,v 1.4 2006/12/29 20:59:39 drizzt Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse4bsd/ChangeLog,v 1.5 2007/03/02 12:44:36 drizzt Exp $ + + 02 Mar 2007; Timothy Redaelli <drizzt@gentoo.org> fuse4bsd-0.3.0.ebuild: + Use FreeBSD 6.2 sbin instead of 6.1. + Remove ROOT wrt bug #168046 29 Dec 2006; Timothy Redaelli <drizzt@gentoo.org> fuse4bsd-0.3.0.ebuild: We need LDFLAGS="$(raw-ldflags)" diff --git a/sys-fs/fuse4bsd/files/digest-fuse4bsd-0.3.0 b/sys-fs/fuse4bsd/files/digest-fuse4bsd-0.3.0 index 3216673cf64c..964280189224 100644 --- a/sys-fs/fuse4bsd/files/digest-fuse4bsd-0.3.0 +++ b/sys-fs/fuse4bsd/files/digest-fuse4bsd-0.3.0 @@ -1,6 +1,6 @@ -MD5 33a8f60e595bc82c6abb7e47de1b9fa8 freebsd-sbin-6.1.tar.bz2 1156163 -RMD160 167a4545da086f52b9a8fd52e48f9ec6cfdd3150 freebsd-sbin-6.1.tar.bz2 1156163 -SHA256 fb15602238f98f6dd2b9d56bc9ece09c922b0c49599aea87620ba70c853f95d6 freebsd-sbin-6.1.tar.bz2 1156163 +MD5 b128d77e13f4956dd8ff60c4b4a670da freebsd-sbin-6.2.tar.bz2 1162548 +RMD160 f7d5f4ea5e4b5e03910a44a127b5670f8d6ebf2c freebsd-sbin-6.2.tar.bz2 1162548 +SHA256 aef424c07686bb72fbd06e4fd66a01b00bd36b70fec02ebdc228061cd4b435dd freebsd-sbin-6.2.tar.bz2 1162548 MD5 4295afdfb53133308abb7abf21f330c8 fuse4bsd-0.3.0.tar.gz 168068 RMD160 652eabc21a466aa4ddffe4885f00fc85e6a74974 fuse4bsd-0.3.0.tar.gz 168068 SHA256 5ed1d9b0542d6962c135f6f2e8d296ab3feb51f239954cc6acc50833318854fe fuse4bsd-0.3.0.tar.gz 168068 diff --git a/sys-fs/fuse4bsd/fuse4bsd-0.3.0.ebuild b/sys-fs/fuse4bsd/fuse4bsd-0.3.0.ebuild index bdf75fc1af4e..56e9cc4ecb92 100644 --- a/sys-fs/fuse4bsd/fuse4bsd-0.3.0.ebuild +++ b/sys-fs/fuse4bsd/fuse4bsd-0.3.0.ebuild @@ -1,29 +1,29 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse4bsd/fuse4bsd-0.3.0.ebuild,v 1.4 2006/12/29 20:59:39 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse4bsd/fuse4bsd-0.3.0.ebuild,v 1.5 2007/03/02 12:44:36 drizzt Exp $ inherit portability toolchain-funcs eutils flag-o-matic DESCRIPTION="Fuse for FreeBSD" HOMEPAGE="http://fuse4bsd.creo.hu/" -# -sbin is needed for getmntopts.c, hardcoding 6.1 is nasty but can't think of +# -sbin is needed for getmntopts.c, hardcoding 6.2 is nasty but can't think of # any better solution right now SRC_URI="http://fuse4bsd.creo.hu/downloads/${P}.tar.gz - mirror://gentoo/freebsd-sbin-6.1.tar.bz2" + mirror://gentoo/freebsd-sbin-6.2.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~x86-fbsd" IUSE="" -DEPEND=">=sys-freebsd/freebsd-sources-6.0 +DEPEND=">=sys-freebsd/freebsd-sources-6.2 virtual/pmake" RDEPEND="sys-fs/fuse" src_unpack() { unpack ${A} cd "${S}" - cp "${ROOT}/usr/include/fuse/fuse_kernel.h" fuse_module/ + cp /usr/include/fuse/fuse_kernel.h fuse_module/ cp "${WORKDIR}/sbin/mount/getmntopts.c" mount_fusefs/ epatch "${FILESDIR}"/${P}-gcc4.patch epatch "${FILESDIR}"/${P}-ports.patch |