Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2002 09:45:25 -0500
From:      Daniel Eischen <eischen@vigrid.com>
To:        ports@freebsd.org
Subject:   Help with MASTER_SITE_SUBDIR
Message-ID:  <3E0C6785.5E9B663C@vigrid.com>

next in thread | raw e-mail | index | archive | help
Can someone take a look at ports/lang/gnat/Makefile and tell
me how to use MASTER_SITE_SUBDIR so that it works as I think
it should?

When trying to fetch gcc-2.8.1.tar.gz, it fails to find it
in ftp://ftp.chg.ru/pub/gnu/ and then attempts to fetch it
from ftp.FreeBSD.org:

  bash-2.05b$ pwd
  /usr/ports/lang/gnat
  bash-2.05b$ sudo make fetch
  >> gcc-2.8.1.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
  >> Attempting to fetch from ftp://ftp.chg.ru/pub/gnu/.
  fetch: gcc-2.8.1.tar.gz: File unavailable (e.g., file not found, no access)
  >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
  [...]

Shouldn't it try appending MASTER_SITE_SUBDIRs before falling
back to ftp.FreeBSD.org?

Thanks,

-- 
Dan Eischen

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E0C6785.5E9B663C>