ports/125334: Incorrect comment relating to fetch in bsd.port.mk
Gary Palmer
freebsd-gnats at in-addr.com
Sun Jul 6 14:10:03 UTC 2008
>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:
More information about the freebsd-ports-bugs
mailing list