[MacPorts] #54428: libnetpbm @10.78.05_1: fails to fetch when using proxy server
MacPorts
noreply at macports.org
Wed Jul 19 19:36:41 UTC 2017
#54428: libnetpbm @10.78.05_1: fails to fetch when using proxy server
------------------------+------------------------
Reporter: jkulesza | Owner: ryandesign
Type: defect | Status: reopened
Priority: Normal | Milestone:
Component: ports | Version: 2.4.1
Resolution: | Keywords:
Port: libnetpbm |
------------------------+------------------------
Changes (by jkulesza):
* status: closed => reopened
* resolution: fixed =>
Comment:
This still fails for me with `Connection refused`.
Looking more closely at the commands, it looks like
{{{
/usr/bin/svn --non-interactive --trust-server-cert update -r 2989 advanced
userguide
}}}
needs proxy information added. When I manually run the command above, **I
have failure**.
When I instead run:
{{{
/usr/bin/svn --non-interactive --trust-server-cert update --config-option
servers:global:http-proxy-host=proxyout.domain.ext --config-option
servers:global:http-proxy-port=8080 -r 2989 advanced userguide
}}}
**the command succeeds**.
--
Ticket URL: <https://trac.macports.org/ticket/54428#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list