Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 434930 Details for
Bug 583732
sys-apps/sed: bump to EAPI=5 and support Prefix
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sed-4.2.2.patch
sed.patch (text/plain), 1.08 KB, created by
Benda Xu
on 2016-05-22 01:22:31 UTC
(
hide
)
Description:
sed-4.2.2.patch
Filename:
MIME Type:
Creator:
Benda Xu
Created:
2016-05-22 01:22:31 UTC
Size:
1.08 KB
patch
obsolete
>Author: Benda Xu <heroxbd@gentoo.org> >Date: Sun May 22 10:20:37 2016 +0900 > > sys-apps/sed: usex and src_prepare updates. > >--- a/sys-apps/sed/sed-4.2.2.ebuild >+++ b/sys-apps/sed/sed-4.2.2.ebuild >@@ -35,22 +35,16 @@ src_bootstrap_sed() { > > src_prepare() { > epatch "${FILESDIR}"/${PN}-4.1.5-alloca.patch >- # don't use sed here if we have to recover a broken host sed >-} > >-src_configure() { >+ # don't use sed before bootstrap if we have to recover a broken host sed > src_bootstrap_sed > # this has to be after the bootstrap portion > sed -i \ > -e '/docdir =/s:=.*/doc:= $(datadir)/doc/'${PF}'/html:' \ > doc/Makefile.in || die "sed html doc" >+} > >- local myconf= >- if use userland_GNU; then >- myconf="--exec-prefix=${EPREFIX}" >- else >- myconf="--program-prefix=g" >- fi >+src_configure() { > > # Should be able to drop this hack in next release. #333887 > tc-is-cross-compiler && export gl_cv_func_working_acl_get_file=yes >@@ -60,5 +54,5 @@ src_configure() { > econf \ > $(use_enable acl) \ > $(use_enable nls) \ >- ${myconf} >+ $(usex userland_GNU "--exec-prefix=${EPREFIX}" "--program-prefix=g") > }
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 583732
:
434926
|
434928
|
434930
|
434932
|
437032