Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 333726 Details for
Bug 430230
net-irc/bip-0.8.8-r1: fails to build with bison-2.6
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Adds epatch
bip-0.8.8-r2.ebuild (text/plain), 1.83 KB, created by
Matthew Finkel
on 2012-12-30 05:34:51 UTC
(
hide
)
Description:
Adds epatch
Filename:
MIME Type:
Creator:
Matthew Finkel
Created:
2012-12-30 05:34:51 UTC
Size:
1.83 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-irc/bip/bip-0.8.8-r1.ebuild,v 1.3 2012/01/29 12:24:00 phajdan.jr Exp $ > >EAPI="2" >inherit eutils autotools > >DESCRIPTION="Multiuser IRC proxy with SSL support" >HOMEPAGE="http://bip.milkypond.org/" >SRC_URI="ftp://ftp.duckcorp.org/bip/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 x86" >IUSE="debug freenode noctcp ssl vim-syntax oidentd" > >DEPEND="sys-devel/flex > virtual/yacc > ssl? ( dev-libs/openssl )" > >RDEPEND="${DEPEND} > vim-syntax? ( > || ( app-editors/vim app-editors/gvim ) ) > oidentd? ( >=net-misc/oidentd-2.0 )" > >src_prepare() { > epatch "${FILESDIR}/${P}-configure.patch" || die > epatch "${FILESDIR}/${PN}-CVE-2012-0806.patch" || die > epatch "${FILESDIR}/${PN}-yyparse-mismatch.patch" || die > > eautoreconf > > if use noctcp; then > sed -i -e '/irc_privmsg_check_ctcp(server, line);/s:^://:' src/irc.c || die > fi > > if use freenode; then > epatch "${FILESDIR}/${PN}-freenode.patch" || die > fi >} > >src_configure() { > econf \ > $(use_with ssl openssl) \ > $(use_enable debug) \ > $(use_enable oidentd) >} > >src_compile() { > # Parallel make fails. > emake -j1 || die "emake failed" >} > >src_install() { > dobin src/bip src/bipmkpw || die "dobin failed" > > dodoc AUTHORS ChangeLog README NEWS TODO || die "dodoc failed" > newdoc samples/bip.conf bip.conf.sample || die "newdoc failed" > doman bip.1 bip.conf.5 bipmkpw.1 || die "doman failed" > > if use vim-syntax; then > insinto /usr/share/vim/vimfiles/syntax > doins samples/bip.vim || die "doins failed" > insinto /usr/share/vim/vimfiles/ftdetect > doins "${FILESDIR}"/bip.vim || die "doins failed" > fi >} > >pkg_postinst() { > elog 'The default configuration file is "~/.bip/bip.conf"' > elog "You can find a sample configuration file in" > elog "/usr/share/doc/${PF}/bip.conf.sample" >}
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 430230
: 333726 |
333728