svn commit: r518351 - head/net/delegate

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Nov 24 19:02:59 UTC 2019


Author: danilo
Date: Sun Nov 24 19:02:58 2019
New Revision: 518351
URL: https://svnweb.freebsd.org/changeset/ports/518351

Log:
  - Add --no-passive to FETCH_ARGS. It seems that this FTP server doesn't work with passive FTP
  - Remove BROKEN (unfetchable)
  
  PR:		242152

Modified:
  head/net/delegate/Makefile

Modified: head/net/delegate/Makefile
==============================================================================
--- head/net/delegate/Makefile	Sun Nov 24 18:57:21 2019	(r518350)
+++ head/net/delegate/Makefile	Sun Nov 24 19:02:58 2019	(r518351)
@@ -11,8 +11,6 @@ DISTNAME=	${PORTNAME}${PORTVERSION}
 MAINTAINER=	danilo at 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
 
@@ -22,6 +20,8 @@ SUB_FILES=	pkg-message
 ADMIN?=		admin at 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 \


More information about the svn-ports-all mailing list