From owner-freebsd-ports Mon Mar 22 14: 0:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BEEC715406 for ; Mon, 22 Mar 1999 14:00:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA78160; Mon, 22 Mar 1999 14:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id BF98A1538B; Mon, 22 Mar 1999 13:56:56 -0800 (PST) Message-Id: <19990322215656.BF98A1538B@hub.freebsd.org> Date: Mon, 22 Mar 1999 13:56:56 -0800 (PST) From: sean@wwd.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10736: Illegal Fetch option in ports collection Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10736 >Category: ports >Synopsis: Illegal Fetch option in ports collection >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 22 14:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Sean Proske >Release: 3.1 Release >Organization: Western World Distribution >Environment: FreeBSD mercury1.net 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Mon Feb 15 11:08:08 GMT 1999 jkh@usw3.freebsd.org:/usr/src/sys/compile/GENERIC i386 >Description: /usr/ports/Mk/bsd.port.mk contains an illegal argument FETCH_CMD?= /usr/bin/fetch -A >How-To-Repeat: while running FreeBSD 3.x, run make for any port. When it attempts to fetch it, it will generate the following error message (the URL will of course depend on the port you are trying to install): >Fix: in /usr/ports/Mk/bsd.port.mk change the line: FETCH_CMD?= /usr/bin/fetch -A to: FETCH_CMD?= /usr/bin/fetch -a -A is an illegal argument... needs to be changed to -a >Release-Note: >Audit-Trail: >Unformatted: >> Attempting to fetch from ftp://sunsite.cnlab-switch.ch/mirror/BeroFTPD/. fetch: illegal option -- A usage: fetch [-DHILMNPRTVablmnpqrstv] [-o outputfile] [-S bytes] [-f file -h host [-c dir] | URL] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message