aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-02-14 19:30:56 +0800
committerobrien <obrien@FreeBSD.org>2001-02-14 19:30:56 +0800
commit38f54628f36e47dc16febd813a10224ccce7c807 (patch)
tree980a40dd7fd7a39f803f77bf9f0a04938094841f /ftp
parent3d526398f8f95278e56186c8c62b4f88b3afbc46 (diff)
downloadfreebsd-ports-gnome-38f54628f36e47dc16febd813a10224ccce7c807.tar.gz
freebsd-ports-gnome-38f54628f36e47dc16febd813a10224ccce7c807.tar.zst
freebsd-ports-gnome-38f54628f36e47dc16febd813a10224ccce7c807.zip
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')
-rw-r--r--ftp/ncftp3/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile
index fa5a639a4270..af869ae30ee0 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