Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 144625 Details for
Bug 211426
sys-fs/mdadm: mdassemble missing
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mdadm with mdassemble and static flag
mdadm-ebuild.diff (text/plain), 2.29 KB, created by
Jimmy.Jazz
on 2008-02-25 19:28:53 UTC
(
hide
)
Description:
mdadm with mdassemble and static flag
Filename:
MIME Type:
Creator:
Jimmy.Jazz
Created:
2008-02-25 19:28:53 UTC
Size:
2.29 KB
patch
obsolete
>--- /usr/portage/sys-fs/mdadm/mdadm-2.6.4.ebuild 2008-02-22 16:07:17.000000000 +0100 >+++ mdadm-2.6.4.ebuild 2008-02-09 18:23:27.000000000 +0100 >@@ -1,41 +1,53 @@ >-# Copyright 1999-2008 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/mdadm/mdadm-2.6.4.ebuild,v 1.5 2008/02/22 14:42:04 dertobi123 Exp $ >+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/mdadm-2.6.3-r3.ebuild,v 1.1 2007/10/04 14:27:23 cardoe Exp $ > > inherit eutils flag-o-matic > > DESCRIPTION="A useful tool for running RAID systems - it can be used as a replacement for the raidtools" >-HOMEPAGE="http://neil.brown.name/blog/mdadm" >+HOMEPAGE="http://cgi.cse.unsw.edu.au/~neilb/mdadm" > SRC_URI="mirror://kernel/linux/utils/raid/mdadm/${P}.tar.bz2" > > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86" >+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" > IUSE="static" > >+#DEPEND="static? ( dev-libs/dietlibc )" >+ > src_unpack() { > unpack ${A} > cd "${S}" >- epatch "${FILESDIR}"/${PN}-1.9.0-dont-make-man.patch >+ epatch "${FILESDIR}"/${PN}-add-mdassemble.patch > epatch "${FILESDIR}"/${PN}-2.6-syslog-updates.patch >- use static && append-ldflags -static >+ #use static && append-ldflags -static > } > > src_compile() { >- emake \ >+ emake -C ${S} -j1 \ >+ MDASSEMBLE_AUTO=yes \ > CROSS_COMPILE=${CHOST}- \ > CWFLAGS="-Wall" \ > CXFLAGS="${CFLAGS}" \ >- || die "emake failed" >+ || die "emake failed" > } > > src_install() { >- emake DESTDIR="${D}" install || die "make install failed" >+ local ext >+ >+ use static && ext="-static" >+ >+ emake DESTDIR="${D}" install${ext} || die "make install${ext} failed" > exeinto /$(get_libdir)/rcscripts/addons > newexe "${FILESDIR}"/raid-start.sh-2.6.3-r4 raid-start.sh || die "addon failed" > newexe "${FILESDIR}"/raid-stop.sh-2.6.3-r2 raid-stop.sh || die "addon failed" > dodoc INSTALL TODO "ANNOUNCE-${PV}" > >+ insinto /usr/share/man/man8 >+ doins "${S}"/mdassemble.8 >+ insinto /sbin >+ doins "${S}"/mdassemble >+ dosbin "${S}"/mdassemble > insinto /etc > newins mdadm.conf-example mdadm.conf > newinitd "${FILESDIR}"/mdadm.rc mdadm || die "installing mdadm.rc failed" >@@ -52,3 +64,4 @@ > elog "runlevel. Run the following command:" > elog "rc-update add mdraid boot" > } >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 211426
:
144625
|
144627
|
146418
|
146878
|
146879
|
146886
|
146889
|
146958
|
147155