Bug 60102 - lang/cmucl - Change fetch location(s)
Summary: lang/cmucl - Change fetch location(s)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-10 03:50 UTC by parv
Modified: 2003-12-10 20:31 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description parv 2003-12-10 03:50:12 UTC
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
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-10 20:31:29 UTC
State Changed
From-To: open->closed

Thanks for your report, I committed changes you proposed.