I&#39;m trying to install byobu on my Mac which depends on a diff file hosted on <a href="http://trac.macports.org">trac.macports.org</a>. However, when trying to download the file the connection times out.<br><div><div>$ brew -v install byobu</div><div>Homebrew 0.9.5</div><div>==&gt; Installing byobu dependency: newt</div><div>==&gt; Downloading <a href="https://fedorahosted.org/releases/n/e/newt/newt-0.52.16.tar.gz">https://fedorahosted.org/releases/n/e/newt/newt-0.52.16.tar.gz</a></div><div>Already downloaded: /Library/Caches/Homebrew/newt-0.52.16.tar.gz</div><div>==&gt; Verifying newt-0.52.16.tar.gz checksum</div><div>tar xf /Library/Caches/Homebrew/newt-0.52.16.tar.gz</div><div>==&gt; Downloading <a href="https://trac.macports.org/export/111598/trunk/dports/devel/libnewt/files/patch-configure.ac.diff">https://trac.macports.org/export/111598/trunk/dports/devel/libnewt/files/patch-configure.ac.diff</a></div><div>/usr/bin/curl -fLA Homebrew 0.9.5 (Ruby 2.0.0-481; Mac OS X 10.10.1) <a href="https://trac.macports.org/export/111598/trunk/dports/devel/libnewt/files/patch-configure.ac.diff">https://trac.macports.org/export/111598/trunk/dports/devel/libnewt/files/patch-configure.ac.diff</a> -C 0 -o /Library/Caches/Homebrew/newt--patch-d01bd0d8cd2b679c26f0f443bde495a52abe5a4f.diff.incomplete</div><div>  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current</div><div>                                 Dload  Upload   Total   Spent    Left  Speed</div><div>  0     0    0     0    0     0      0      0 --:--:--  0:04:59 --:--:--     0curl: (28) Operation timed out after 0 milliseconds with 0 out of 0 bytes received</div><div>Error: Failed to download resource &quot;newt--patch&quot;</div><div>Download failed: <a href="https://trac.macports.org/export/111598/trunk/dports/devel/libnewt/files/patch-configure.ac.diff">https://trac.macports.org/export/111598/trunk/dports/devel/libnewt/files/patch-configure.ac.diff</a></div></div><div><br></div><div><br></div><div>curl --trace takes 5 minutes as well (which is the default connect timeout, see <a href="https://github.com/bagder/curl/blob/master/lib/connect.h#L42">https://github.com/bagder/curl/blob/master/lib/connect.h#L42</a>):</div><div><br></div><div><div>$ curl --trace - --get <a href="https://trac.macports.org/">https://trac.macports.org/</a></div><div>== Info: Hostname was NOT found in DNS cache</div><div>== Info:   Trying 17.251.224.215...</div><div>== Info: Connected to <a href="http://trac.macports.org">trac.macports.org</a> (127.0.0.1) port 443 (#0)</div><div>== Info: Operation timed out after 0 milliseconds with 0 out of 0 bytes received</div><div>== Info: Closing connection 0</div><div>curl: (28) Operation timed out after 0 milliseconds with 0 out of 0 bytes received</div></div><div><br></div><div><br></div><div>As far as I know I don&#39;t have any firewalls or anything else that would prevent my machine from reaching <a href="http://trac.macports.org">trac.macports.org</a>. Please advise.</div>