Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 29076 Details for
Bug 47507
net-ftp/ftp IPv6 Support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ftp-0.17-r4.ebuild
ftp-0.17-r4.ebuild (text/plain), 1.14 KB, created by
Jasmin Buchert
on 2004-04-11 06:55:23 UTC
(
hide
)
Description:
ftp-0.17-r4.ebuild
Filename:
MIME Type:
Creator:
Jasmin Buchert
Created:
2004-04-11 06:55:23 UTC
Size:
1.14 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvs/myportage/net-ftp/ftp/ftp-0.17-r4.ebuild,v 1.2 2004/04/11 13:53:42 jasmin Exp $ > >IUSE="ssl ipv6" > >inherit eutils > >MY_P=netkit-${P} >S=${WORKDIR}/${MY_P} >DESCRIPTION="Standard Linux FTP client with optional SSL & IPv6 support" >SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${MY_P}.tar.gz" >HOMEPAGE="http://www.hcs.harvard.edu/~dholland/computers/netkit.html" > >SLOT="0" >LICENSE="as-is" >KEYWORDS="x86 ppc sparc alpha hppa mips amd64 ia64 ppc64" > >RDEPEND=">=sys-libs/ncurses-5.2 > ssl? ( dev-libs/openssl )" > >DEPEND=">=sys-apps/sed-4 > ${RDEPEND}" > >src_unpack() { > unpack ${A} > cd ${S} > > if [ "`use ssl`" ]; then > epatch ${FILESDIR}/${MY_P}+ssl-0.2.diff > epatch ${FILESDIR}/${MY_P}+ssl-0.2+auth.diff > fi > > if [ "`use ipv6`" ]; then > epatch ${FILESDIR}/netkit-ftp-usagi-ipv6-ssl.diff > fi >} > >src_compile() { > ./configure --prefix=/usr `use_enable ipv6` || die > sed -i "s:-pipe -O2:${CFLAGS}:" MCONFIG > emake || die >} > >src_install() { > into /usr > dobin ftp/ftp > doman ftp/ftp.1 ftp/netrc.5 > dodoc ChangeLog README BUGS >}
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 47507
:
29075
| 29076