From owner-freebsd-ports Sun Mar 14 11:10:18 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 EE6A215037 for ; Sun, 14 Mar 1999 11:10:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA12145; Sun, 14 Mar 1999 11:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 14 Mar 1999 11:10:03 -0800 (PST) Message-Id: <199903141910.LAA12145@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Michael Subject: Re: ports/10588: FETCH_CMD = fetch -``A''? Reply-To: Michael Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10588; it has been noted by GNATS. From: Michael To: PA@FreeBSD.ee.ntu.edu.tw Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/10588: FETCH_CMD = fetch -``A''? Date: Sun, 14 Mar 1999 10:38:39 -0800 The -A flag is correct. See http://www.freebsd.org/ports/ to get an upgrade kit. Michael In message <19990314180145.90FC414F54@hub.freebsd.org>, PA@FreeBSD.ee.ntu.edu.t w writes: > >>Number: 10588 >>Category: ports >>Synopsis: FETCH_CMD = fetch -``A''? >>Confidential: no >>Severity: serious >>Priority: high >>Responsible: freebsd-ports >>State: open >>Quarter: >>Keywords: >>Date-Required: >>Class: sw-bug >>Submitter-Id: current-users >>Arrival-Date: Sun Mar 14 10:10:01 PST 1999 >>Closed-Date: >>Last-Modified: >>Originator: Ming-I Hsieh >>Release: FreeBSD 3.1-RELEASE >>Organization: >WLAB, CSIE, NCU >>Environment: >FreeBSD PA 3.1-STABLE FreeBSD 3.1-STABLE #2: Mon Mar 15 00:57:05 CST 1999 >root@PA:/usr/src/sys/compile/vanish i386 >>Description: >In /usr/ports/Mk/bsd.port.mk, there is a section: >------------------------------------------------------ >.if exists(/usr/bin/fetch) >.if ${OSVERSION} < 300000 >FETCH_CMD?= /usr/bin/fetch >.else >FETCH_CMD?= /usr/bin/fetch -A >.endif >#FETCH_BEFORE_ARGS+= $${CKSIZE:+-S $$CKSIZE} >.else >FETCH_CMD?= /usr/bin/ftp >.endif >-------------------------------------------------------- >but in FreeBSD 3.1-RELEASE man page(man fetch) >----------------------------------------------------------------------- > fetch [-MPablmnpqrtv] [-S size] [-T timeout] [-o file] URL [...] > fetch [-MPRlmnpqrv] [-S size] [-o file] [-c dir] -f file -h host >----------------------------------------------------------------------- >There is only "fetch -a", No "fetch -A". I think it may be a misprint. >It is important! Beause it will cause all port occur error when fetch. >>How-To-Repeat: >WEB-SENDPR >>Fix: >--- bsd.port.mk.orig Mon Mar 15 01:57:47 1999 >+++ bsd.port.mk Mon Mar 15 01:57:57 1999 >@@ -656,7 +656,7 @@ > .if ${OSVERSION} < 300000 > FETCH_CMD?= /usr/bin/fetch > .else >-FETCH_CMD?= /usr/bin/fetch -A >+FETCH_CMD?= /usr/bin/fetch -a > .endif > #FETCH_BEFORE_ARGS+= $${CKSIZE:+-S $$CKSIZE} > .else > > >>Release-Note: >>Audit-Trail: >>Unformatted: > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message