Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jul 2008 14:01:23 GMT
From:      Gary Palmer <freebsd-gnats@in-addr.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125334: Incorrect comment relating to fetch in bsd.port.mk
Message-ID:  <200807061401.m66E1NM6026716@www.freebsd.org>
Resent-Message-ID: <200807061410.m66EA305092620@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125334
>Category:       ports
>Synopsis:       Incorrect comment relating to fetch in bsd.port.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 06 14:10:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Gary Palmer
>Release:        FreeBSD 6.3
>Organization:
>Environment:
Not applicable
>Description:
The comment for FETCH_ARGS in bsd.port.mk has an incorrect statement about the default flags for fetch
>How-To-Repeat:
grep FETCH_ARGS /usr/port/Mk/bsd.port.mk
>Fix:
See patch (hopefully attached by http://www.freebsd.org/send-pr.html)

Patch attached with submission follows:

--- bsd.port.mk	30 Jun 2008 20:16:17 -0000	1.595
+++ bsd.port.mk	6 Jul 2008 13:57:14 -0000
@@ -807,7 +807,7 @@
 # FETCH_BINARY	- Path to ftp/http fetch command if not in $PATH.
 #				  Default: "/usr/bin/fetch"
 # FETCH_ARGS	- Arguments to ftp/http fetch command.
-#				  Default: "-ARr"
+#				  Default: "-ApRr"
 # FETCH_CMD		- ftp/http fetch command.
 #				  Default: ${FETCH_BINARY} ${FETCH_ARGS}
 # FETCH_BEFORE_ARGS


>Release-Note:
>Audit-Trail:
>Unformatted:



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