[Bug 191149] New: make fetch ignores/resets set variables {ftp,http,https}_proxy

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 18 09:44:46 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191149

            Bug ID: 191149
           Summary: make fetch ignores/resets set variables
                    {ftp,http,https}_proxy
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: Normal
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: tps at vr-web.de

go to /usr/ports/lang/clang34, then

make fetch

fetch will attempt to connect to the download server given, but *does not* use
defined proxy-variables or unsets them. In tune make fetch fails to download
the necessary packages to build the software in question.

How-To-Repeat:
setenv ftp_proxy http://<your_proxy_server:your_proxy_port>
setenv http_proxy $ftp_proxy
setenv https_proxy $ftp_proxy

make fetch

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list