[MacPorts] #13158: Proxy support removed in new Macports 1.5
MacPorts
trac at macosforge.org
Thu Dec 13 06:21:05 PST 2007
#13158: Proxy support removed in new Macports 1.5
-----------------------------------+----------------------------------------
Reporter: expiation at devils.com | Owner: macports-dev at lists.macosforge.org
Type: defect | Status: new
Priority: Normal | Milestone: MacPorts base bugs
Component: base | Version: 1.5.0
Resolution: | Keywords:
-----------------------------------+----------------------------------------
Comment (by juhnke123 at gmail.com):
Hello,
same problem here but i found the following workaround. I modified the
port script "/opt/local/bin/port" to include my proxies... Not a perfect
solution but it works.
{{{
#!/bin/sh
#\
http_proxy=myproxy:8080
#\
ftp_proxy=myproxy:8080
#\
export http_proxy ftp_proxy
#\
exec /usr/bin/tclsh "$0" "$@"
# port.tcl
...
}}}
--
Ticket URL: <https://svn.macosforge.org/projects/macports/ticket/13158#comment:2>
MacPorts </projects/macports>
Ports system for Mac OS
More information about the macports-tickets
mailing list