Thank you. That turns out to be exactly the problem and indeed your solution works. Is there any way to set this option globally? The only way I can see is to modify the default value in the source code: /opt/local/libexec/macports/lib/port1.0/portfetch.tcl
________________________________________ From: Jeremy Lavergne [[email protected]] Sent: 27 October 2014 19:02 To: Artur Szostak Cc: Chris Jones; [email protected] Subject: Re: Customisation of the MacPorts download method You’re running into a deadlock with FTP: the machines on both sides of the connection have restrictive firewalls, so additional ports cannot be opened for listening. This means you just need to disable passive mode for the ports whose servers need that, which should be simply adding this when applicable: fetch.use_epsv no There is only integration with curl. _______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
