Add a WITHOUT_NCFTP_IPV6 knob and respect WITHOUT_IPV6. Otherwise I get:
Could not connect to ftp.vim.org: No route to host. ncftpls: cannot open ftp.vim.org: could not connect to remote host.
This commit is contained in:
parent
d35fc5abe0
commit
73189f3086
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209306
1 changed files with 2 additions and 0 deletions
|
@ -13,9 +13,11 @@ CATEGORIES= ftp ipv6
|
|||
MASTER_SITES= ftp://ftp.ncftp.com/ncftp/
|
||||
DISTNAME= ncftp-${PORTVERSION}-src
|
||||
|
||||
.if !defined(WITHOUT_NCFTP_IPV6) && !defined(WITHOUT_IPV6)
|
||||
PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
|
||||
PATCHFILES= ncftp-321-v6-20070822.diff.gz
|
||||
PATCH_DIST_STRIP= -p1
|
||||
.endif
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
COMMENT= ftp replacement with advanced user interface
|
||||
|
|
Loading…
Reference in a new issue