No ports without ftp ?

James Alexander Cook james.cook at utoronto.ca
Sun Feb 27 18:21:21 GMT 2005


On Sun, Feb 27, 2005 at 09:41:42AM -0800, Claudiu Bichir wrote:
> Hello guys ! I'm on a LAN which has the ftp port blocked. Is there any chance for me to install aplications from ports ?
> Thank you !
> 
> 		
> ---------------------------------
> Do you Yahoo!?
>  Read only the mail you want - Yahoo! Mail SpamGuard.

$ cd /usr/ports/www/zope
$ make
=> Zope-2.7.4-0.tgz doesn't seem to exist in /usr/ports/distfiles/zope.
=> Attempting to fetch from http://www.zope.org/Products/Zope/2.7.4/.
^C
$ 

Generally, when make tries to fetch a file, it will tell you where that file
should end up, and where it's getting it from.

If you manually download
http://www.zope.org/Products/Zope/2.7.4/Zope-2.7.4-0.tgz to
/usr/ports/distfiles/zope from somewhere with an unblocked connection, then
make will verify that the file has the correct checksum, and if so, won't try
to fetch it since it's already there.

(This is a bad example, since this port uses http anyway... but you get the
idea.)

- James Cook
  james.cook at utoronto.ca


More information about the freebsd-questions mailing list