On Sat, 29 Sep 2012, Brad Smith wrote:

On Sat, Sep 29, 2012 at 06:50:26PM -0400, Brian Callahan wrote:
The first site for textproc/libxml MASTER_SITES hangs indefinitely
when executing 'make fetch', preventing the port from building.
Navigating to it with Chrome eventually gives an Error 101
(net::ERR_CONNECTION_RESET): The connection was reset. So move it to
the bottom of the list (or remove it, I'm not sure what the protocol
is here).

Just remove the bad dist site.

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



OK. ~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/libxml/Makefile,v
retrieving revision 1.145
diff -u -p -r1.145 Makefile
--- Makefile    5 Aug 2012 00:16:50 -0000       1.145
+++ Makefile    29 Sep 2012 23:07:25 -0000
@@ -11,8 +11,7 @@ REVISION-python =     3
 PKGNAME-python=                py-libxml-${VERSION}
 SHARED_LIBS=           xml2    13.0
 CATEGORIES=            textproc
-MASTER_SITES=          http://fr.rpmfind.net/pub/libxml/ \
-                       http://gd.tuwien.ac.at/pub/libxml/ \
+MASTER_SITES=          http://gd.tuwien.ac.at/pub/libxml/ \
                        ftp://xmlsoft.org/libxml/

 HOMEPAGE=              http://xmlsoft.org/

Reply via email to