Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 65354 Details for
Bug 101681
sys-apps/gawk-3.1.4-r4: non-GNU compatibility
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gawk-3.1.4-r4.ebuild.patch
gawk-3.1.4-r4.ebuild.patch (text/plain), 1.86 KB, created by
Kito (RETIRED)
on 2005-08-07 15:13:08 UTC
(
hide
)
Description:
gawk-3.1.4-r4.ebuild.patch
Filename:
MIME Type:
Creator:
Kito (RETIRED)
Created:
2005-08-07 15:13:08 UTC
Size:
1.86 KB
patch
obsolete
>--- gawk-3.1.4-r4.ebuild 2005-08-07 17:06:30 -0500 >+++ gawk-3.1.4-r4.ebuild-new 2005-08-07 16:54:59 -0500 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.1.4-r4.ebuild,v 1.5 2005/05/14 17:56:03 vapier Exp $ > >-inherit eutils toolchain-funcs >+inherit eutils toolchain-funcs flag-o-matic > > XML_PATCH=patch_3.1.4__xml_20040920 > DESCRIPTION="GNU awk pattern-matching language" >@@ -12,7 +12,7 @@ > > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" >+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" > IUSE="nls build xml" > > RDEPEND="xml? ( dev-libs/expat )" >@@ -38,7 +38,7 @@ > > if use xml ; then > mkdir "${SXML}" >- cp -a "${S}"/* "${SXML}"/ >+ cp -pPR "${S}"/* "${SXML}"/ > cd "${SXML}" > EPATCH_OPTS="-p2 -g0" epatch "${DISTDIR}"/${XML_PATCH} #57857 > fi >@@ -56,12 +56,16 @@ > emake || die "emake failed" > if use xml ; then > cd "${SXML}" >+ use userland_Darwin && append-flags -Wl,-liconv -fno-common > econf $(use_enable nls) || die > emake || die "xmlgawk make failed" > fi > >- cd "${SFFS}" >- emake AWKINCDIR="${S}" CC=$(tc-getCC) || die "filefuncs emake failed" >+ if ! use userland_Darwin ; then >+ cd "${SFFS}" >+ emake AWKINCDIR="${S}" CC=$(tc-getCC) \ >+ || die "filefuncs emake failed" >+ fi > } > > src_install() { >@@ -71,13 +75,16 @@ > insinto /usr/include/awk > doins "${SXML}"/xml_puller.h || die "xml inc failed" > fi >- cd "${SFFS}" >- make \ >+ >+ if ! use userland_Darwin ; then >+ cd "${SFFS}" >+ make \ > DESTDIR="${D}" \ > AWKINCDIR="${S}" \ > LIBDIR="$(get_libdir)" \ > install \ > || die "filefuncs install failed" >+ fi > > dodir /usr/bin > # In some rare cases, (p)gawk gets installed as (p)gawk- and not >@@ -134,3 +141,4 @@ > rm -r "${D}"/usr/share > fi > } >+
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 101681
:
65354
|
65409