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).
Thanks.
~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 22:42:07 -0000
@@ -11,9 +11,9 @@ 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/ \
- ftp://xmlsoft.org/libxml/
+MASTER_SITES= http://gd.tuwien.ac.at/pub/libxml/ \
+ ftp://xmlsoft.org/libxml/ \
+ http://fr.rpmfind.net/pub/libxml/
HOMEPAGE= http://xmlsoft.org/