From owner-svn-ports-all@freebsd.org Sun Nov 24 19:02:59 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 62A591B7C7F; Sun, 24 Nov 2019 19:02:59 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Lfgl1m5Vz4LnD; Sun, 24 Nov 2019 19:02:59 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 20FD7A04; Sun, 24 Nov 2019 19:02:59 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAOJ2xNB085622; Sun, 24 Nov 2019 19:02:59 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAOJ2xvM085621; Sun, 24 Nov 2019 19:02:59 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201911241902.xAOJ2xvM085621@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sun, 24 Nov 2019 19:02:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518351 - head/net/delegate X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: head/net/delegate X-SVN-Commit-Revision: 518351 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2019 19:02:59 -0000 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 \