Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2019 19:02:59 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518351 - head/net/delegate
Message-ID:  <201911241902.xAOJ2xvM085621@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911241902.xAOJ2xvM085621>