diff options
author | obrien <obrien@FreeBSD.org> | 2001-02-14 11:30:56 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-02-14 11:30:56 +0000 |
commit | 38f54628f36e47dc16febd813a10224ccce7c807 (patch) | |
tree | 980a40dd7fd7a39f803f77bf9f0a04938094841f /ftp/ncftp3 | |
parent | 3d526398f8f95278e56186c8c62b4f88b3afbc46 (diff) | |
download | FreeBSD-ports-38f54628f36e47dc16febd813a10224ccce7c807.zip FreeBSD-ports-38f54628f36e47dc16febd813a10224ccce7c807.tar.gz |
The IPv6 patch breaks NcFTP on IPv4-only systems such that is unable to
resolve any names. If you want IPv6 functionality, you'll need to define
WANT_IPV6 for now.
Submitted by: ache
Diffstat (limited to 'ftp/ncftp3')
-rw-r--r-- | ftp/ncftp3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index fa5a639..af869ae 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/Makefile @@ -13,7 +13,9 @@ MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ DISTNAME= ncftp-${PORTVERSION}-src PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ +.if defined(WANT_IPV6) PATCHFILES= ncftp-302-v6-20001113.diff.gz +.endif PATCH_DIST_STRIP= -p1 MAINTAINER= obrien@FreeBSD.org |