From owner-freebsd-bugs Sat Jun 17 1:40: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9132437B79D for ; Sat, 17 Jun 2000 01:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA11264; Sat, 17 Jun 2000 01:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3ED3537B564; Sat, 17 Jun 2000 01:33:52 -0700 (PDT) Message-Id: <20000617083352.3ED3537B564@hub.freebsd.org> Date: Sat, 17 Jun 2000 01:33:52 -0700 (PDT) From: mb@imp.ch To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/19350: fetch needs the option '-b' to work properly with a transparent HTTP-Proxy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19350 >Category: bin >Synopsis: fetch needs the option '-b' to work properly with a transparent HTTP-Proxy >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 17 01:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Martin Blapp >Release: 4.0 STABLE >Organization: Improware AG >Environment: >Description: Fetch should use for the ports-system the default '-b'. Else, a lot of the ports fail and the user has to fetch the files by himself. >How-To-Repeat: Any port which uses HTTP-Files as sources to fetch. fetch -A http://www4.vmware.com/software/VMware-2.0.1-546.tar.gz fetch: empty reply from www4.vmware.com >Fix: Use 'fetch -b' as default in the port-system. fetch -Ar http://www4.vmware.com/software/VMware-2.0.1-546.tar.gz --- bsd.port.mk Sun May 7 16:16:03 2000 +++ bsd.port.mk Sat Jun 17 10:21:00 2000 @@ -827,7 +827,7 @@ .if ${OSVERSION} < 300000 FETCH_CMD?= /usr/bin/fetch .else -FETCH_CMD?= /usr/bin/fetch -A +FETCH_CMD?= /usr/bin/fetch -Ar .endif #FETCH_BEFORE_ARGS+= $${CKSIZE:+-S $$CKSIZE} .else >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message