Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 335194 Details for
Bug 451112
sys-fs/hfsutils-3.2.6-r5 - hfswish.c: error: ‘Tcl_Interp’ has no member named ‘result’
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
hfsutils-3.2.6-r5.ebuild.patch
file_451112.txt (text/plain), 1.59 KB, created by
Vicente Olivert Riera (RETIRED)
on 2013-01-11 14:22:46 UTC
(
hide
)
Description:
hfsutils-3.2.6-r5.ebuild.patch
Filename:
MIME Type:
Creator:
Vicente Olivert Riera (RETIRED)
Created:
2013-01-11 14:22:46 UTC
Size:
1.59 KB
patch
obsolete
>--- hfsutils-3.2.6-r5.ebuild.orig 2009-09-11 11:34:55.000000000 +0000 >+++ hfsutils-3.2.6-r5.ebuild 2013-01-11 13:37:18.024000001 +0000 >@@ -2,6 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild,v 1.5 2009/09/11 11:34:55 flameeyes Exp $ > >+EAPI=5 >+ > inherit eutils toolchain-funcs > > DESCRIPTION="HFS FS Access utils" >@@ -17,35 +19,31 @@ > tk? ( dev-lang/tk )" > RDEPEND="${DEPEND}" > >-src_unpack() { >- unpack ${A} >- cd "${S}" >+# use tk requires tcl - bug #150437 >+REQUIRED_USE="tk? ( tcl )" >+ >+src_prepare() { > epatch "${FILESDIR}"/hfsutils-3.2.6-errno.patch > epatch "${FILESDIR}"/largerthan2gb.patch >+ epatch "${FILESDIR}"/hfsutils-3.2.6-fix-tcl-6.8.patch >+} >+ >+src_configure() { >+ econf $(use_with tcl) $(use_with tk) > } > > src_compile() { >- tc-export CC CPP LD RANLIB >- ### use tk implies --with-tcl - bug #150437 >- if use tk; then >- econf --with-tcl --with-tk || die >- else >- econf \ >- $(use_with tcl) \ >- $(use_with tk) \ >- || die >- fi >- emake PREFIX=/usr MANDIR=/usr/share/man || die >- emake -C hfsck PREFIX=/usr MANDIR=/usr/share/man || die >+ emake AR="$(tc-getAR) rc" CC="$(tc-getCC)" RANLIB="$(tc-getRANLIB)" >+ emake CC="$(tc-getCC)" -C hfsck > } > > src_install() { > dodir /usr/bin /usr/lib /usr/share/man/man1 >- make \ >+ emake \ > prefix="${D}"/usr \ > MANDEST="${D}"/usr/share/man \ > infodir="${D}"/usr/share/info \ >- install || die >- dobin hfsck/hfsck || die >+ install >+ dobin hfsck/hfsck > dodoc BLURB CHANGES README TODO doc/*.txt > }
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 Raw
Actions:
View
Attachments on
bug 451112
:
335008
|
335010
|
335178
|
335194
|
335240
|
335242