Re: [MacPorts] #13158: Proxy support removed in new Macports 1.5
#13158: Proxy support removed in new Macports 1.5 -----------------------------------+---------------------------------------- Reporter: expiation@devils.com | Owner: macports-dev@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.5.0 Resolution: | Keywords: -----------------------------------+---------------------------------------- Comment (by juhnke123@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
participants (1)
-
MacPorts