Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 68988 Details for
Bug 105858
error while emerging app-arch/rzip-2.0-r1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
updated ebuild patch.
rzip-2.0-r1.ebuild.patch (text/plain), 1.01 KB, created by
Brian Harring (RETIRED)
on 2005-09-21 20:58:55 UTC
(
hide
)
Description:
updated ebuild patch.
Filename:
MIME Type:
Creator:
Brian Harring (RETIRED)
Created:
2005-09-21 20:58:55 UTC
Size:
1.01 KB
patch
obsolete
>--- /usr/portage/app-arch/rzip/rzip-2.0-r1.ebuild 2005-06-16 20:35:23.000000000 -0500 >+++ /usr/local/portage/app-arch/rzip/rzip-2.0-r1.ebuild 2005-09-21 22:54:39.000000000 -0500 >@@ -2,6 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/rzip-2.0-r1.ebuild,v 1.7 2005/06/17 01:05:34 vapier Exp $ > >+inherit autotools >+ > DESCRIPTION="compression program for large files" > HOMEPAGE="http://rzip.samba.org/" > SRC_URI="http://rzip.samba.org/ftp/rzip/${P}.tar.gz" >@@ -11,12 +13,18 @@ > KEYWORDS="amd64 ppc ppc64 sparc x86" > IUSE="" > >-DEPEND="app-arch/bzip2" >+DEPEND="app-arch/bzip2 >+ >=sys-devel/autoconf-2.59" >+RDEPEND="app-arch/bzip2" >+ >+src_unpack() { >+ unpack "${A}" >+ epatch "${FILESDIR}/${P}-darwin.patch" >+ cd ${S} >+ WANT_AUTOCONF="2.5" eautoreconf >+} > > src_install() { >- make \ >- INSTALL_BIN="${D}"/usr/bin \ >- INSTALL_MAN="${D}"/usr/share/man \ >- install || die >+ make DESTDIR="${D}" install || die "failed installing" > dosym rzip /usr/bin/runzip > }
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 105858
:
68517
|
68679
|
68680
|
68681
|
68682
|
68688
|
68987
| 68988