- Add --no-passive to FETCH_ARGS. It seems that this FTP server doesn't work with passive FTP
- Remove BROKEN (unfetchable) PR: 242152
This commit is contained in:
parent
677780dac1
commit
a5e55b7389
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518351
@ -11,8 +11,6 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
MAINTAINER= danilo@FreeBSD.org
|
||||
COMMENT= General purpose TCP/IP proxy system
|
||||
|
||||
BROKEN= unfetchable
|
||||
|
||||
BROKEN_mips= fails to build: gmake[1]: [Makefile:116: mkmake.exe] Error 1
|
||||
BROKEN_mips64= fails to build: gmake[1]: [Makefile:116: mkmake.exe] Error 1
|
||||
|
||||
@ -23,6 +21,8 @@ ADMIN?= admin@example.com
|
||||
|
||||
CFLAGS+= -x c++ -std=gnu++98
|
||||
|
||||
FETCH_ARGS= -Fr --no-passive
|
||||
|
||||
PLIST_FILES= sbin/delegated etc/rc.d/delegated.sh-dist
|
||||
PORTDOCS= CHANGES COPYRIGHT DG9note.html HowToDG.html IPv6NOTE.txt \
|
||||
Manual.htm jpconv.htm tutor-en.htm tutor-jp.htm
|
||||
|
Loading…
Reference in New Issue
Block a user