Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 72886 Details for
Bug 97952
lynx ebuild ignores bzip2 USE variable
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
lynx-2.8.5-r3.ebuild.diff
lynx-2.8.5-r3.ebuild.diff (text/plain), 1.85 KB, created by
Marcelo Goes (RETIRED)
on 2005-11-14 10:24:23 UTC
(
hide
)
Description:
lynx-2.8.5-r3.ebuild.diff
Filename:
MIME Type:
Creator:
Marcelo Goes (RETIRED)
Created:
2005-11-14 10:24:23 UTC
Size:
1.85 KB
patch
obsolete
>--- lynx-2.8.5-r2.ebuild 2005-11-13 09:55:14.000000000 -0200 >+++ lynx-2.8.5-r3.ebuild 2005-11-14 16:19:51.000000000 -0200 >@@ -6,7 +6,7 @@ > > PATCHVER=0.1 > >-MY_P=${P/-/} >+MY_P="${P/-/}" > DESCRIPTION="An excellent console-based web browser with ssl support" > HOMEPAGE="http://lynx.browser.org/" > SRC_URI="ftp://lynx.isc.org/${MY_P}/${MY_P}.tar.bz2 >@@ -15,27 +15,29 @@ > > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc-macos ppc64 ~s390 sparc x86" >-IUSE="ssl nls ipv6" >+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sparc ~x86" >+IUSE="bzip2 cjk ipv6 nls ssl" > > DEPEND="sys-libs/ncurses > sys-libs/zlib > nls? ( sys-devel/gettext ) >- ssl? ( >=dev-libs/openssl-0.9.6 )" >+ ssl? ( >=dev-libs/openssl-0.9.6 ) >+ bzip2? ( app-arch/bzip2 )" > PROVIDE="virtual/textbrowser" > >-S=${WORKDIR}/${PN}${PV//./-} >-PATCHDIR=${WORKDIR}/gentoo/patches >+S="${WORKDIR}/${PN}${PV//./-}" >+PATCHDIR="${WORKDIR}/gentoo/patches" > > src_unpack() { >- unpack ${A}; cd ${S} >- EPATCH_SUFFIX="patch" epatch ${PATCHDIR} >+ unpack ${A}; cd "${S}" >+ EPATCH_SUFFIX="patch" epatch "${PATCHDIR}" > epatch "${FILESDIR}/${P}"-darwin.patch > } > > src_compile() { > local myconf > use ssl && myconf="${myconf} --with-ssl=yes" >+ use bzip2 && myconf="${myconf} --with-bzlib" > > append-flags -DANSI_VARARGS > >@@ -54,13 +56,14 @@ > --with-zlib \ > $(use_enable nls) \ > $(use_enable ipv6) \ >+ $(use_enable cjk) \ > ${myconf} || die > > emake || die "compile problem" > } > > src_install() { >- einstall libdir=${D}/etc/lynx || die >+ einstall libdir="${D}"/etc/lynx || die > > dosed "s|^HELPFILE.*$|HELPFILE:file://localhost/usr/share/doc/${PF}/lynx_help/lynx_help/lynx_help_main.html|" \ > /etc/lynx/lynx.cfg >@@ -72,6 +75,6 @@ > dohtml -r lynx_help > > # small little manpage glitch >- rm ${D}/usr/share/man/lynx.1 >+ rm "${D}"/usr/share/man/lynx.1 > newman lynx.man lynx.1 > }
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 97952
: 72886