While fetching the distfile for cmucl-18e, host www2.cons.org:80 was not responding, and all the freebsd mirrors tried did not have the 18e version, but did have 18b (verified by manually going to ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/cracauer/). Fix: - Remove "MASTER_SITE_SUBDIR= cracauer" from the Makefile. - Replace "MASTER_SITES", in the Makefile, w/ following URLs or as appropriate for the port (lifted from http://www.cons.org/cmucl/download.html)... "A partial mirror of the releases and ports sections, which should provide good bandwidth across Europe and the USA." (Speedy mirror; i am in Martinsburg, West Virginia, USA) ---- http://www.pmsf.de/pub/cmucl/release/18e/ "A complete mirror, which should have reasonable bandwidth from Asia." (Slow & steady) ----- ftp://ftp.cn.freebsd.org/pub/cmucl/release/18e/ "A complete mirror located in the United States." ---- ftp://ftp.averillpark.net/cmucl/release/18e/ "A complete mirror located in England." ---- ftp://ftp.linux.org.uk/pub/lisp/cmucl/release/18e/ How-To-Repeat: cd /usr/ports/lang/cmucl && make fetch
State Changed From-To: open->closed Thanks for your report, I committed changes you proposed.