Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 94191 Details for
Bug 143818
net-nntp/suck-4.3.2 compile failed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
suck-4.3.2-r1.ebuild
suck-4.3.2-r1.ebuild (text/plain), 1.38 KB, created by
Christophe PEREZ
on 2006-08-13 20:09:04 UTC
(
hide
)
Description:
suck-4.3.2-r1.ebuild
Filename:
MIME Type:
Creator:
Christophe PEREZ
Created:
2006-08-13 20:09:04 UTC
Size:
1.38 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-nntp/suck/suck-4.3.2.ebuild,v 1.1 2005/01/17 20:17:31 swegener Exp $ > >DESCRIPTION="Grab news from a remote NNTP server and feed them to another" >HOMEPAGE="http://home.comcast.net/~bobyetman/" >SRC_URI="http://home.comcast.net/~bobyetman/${P}.tar.gz" >LICENSE="public-domain" >SLOT="0" >KEYWORDS="x86 ~ppc" >IUSE="ssl perl" > >DEPEND="sys-libs/db > perl? ( sys-devel/libperl ) > ssl? ( dev-libs/openssl )" > >src_unpack() { > unpack ${A} > cd ${S} > > # Fix paths to the locations in Gentoo > sed -i \ > -e 's:/usr/lib/news/rnews:/usr/lib/news/bin/rnews:' \ > -e 's:/usr/news/db/history:/var/spool/news/db/history:' \ > suck_config.h >} > >src_compile() { > local myconf > > # Tell it where to find INN libs > myconf="${myconf} --with-inn-lib=/usr/lib/news/lib/" > # Tell it where to find INN sources > myconf="${myconf} --with-inn-include=/usr/lib/news/include/" > > use ssl || sed -i -e 's/^SSL_/#SSL_/' Makefile.in > use perl || sed -i -e 's/^PERL_/#PERL_/' Makefile.in > > econf ${myconf} || die "econf failed" > > emake phrases.h || die "emake phrases.h failed" > emake all lpost || die "emake failed" >} > >src_install() { > dobin lmove lpost rpost suck testhost > doman man/* > dodoc CHANGELOG CONTENTS README* > docinto java > dodoc java/* > docinto perl > dodoc perl/* > docinto sample > dodoc 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 143818
: 94191