Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Oct 1999 22:44:04 -0400 (EDT)
From:      Trevor Johnson <trevor@jpj.net>
To:        andrews@technologist.com
Cc:        elb@best.com, ports@FreeBSD.ORG
Subject:   Re: FreeBSD Port: rsaref-2.0
Message-ID:  <Pine.BSI.3.95.991027220531.22274A-100000@blues.jpj.net>
In-Reply-To: <3.0.6.32.19991027212544.0079f3c0@mail.psn.net>

next in thread | previous in thread | raw e-mail | index | archive | help
andrews@technologist.com wrote:

> ># make install
> >>> rsaref20.1996.tar.Z doesn't seem to exist on this system.
> >>> Attempting to fetch from
> >ftp://utopia.hacktic.nl/pub/replay/pub/crypto/LIBS/rsa/.
> >fetch: utopia.hacktic.nl: Not logged in
> 
> This site seems to me the only place you CAN actually get the rsaref
> libraries. I had a hell of a time getting it off there because it only
> lets 50 people on at once and is almost always full. Go figure.

Hi, Will.  From a search on http://ftpsearch.ntnu.no I found the file on
these sites (but didn't download it): 

ftp://ftp.internat.freebsd.org/pub/FreeBSD/distfiles/rsaref20.1996.tar.Z
ftp://ftp.replay.com/pub/replay/crypto/LIBS/rsa/rsaref20.1996.tar.Z
ftp://ftp.urc.ac.ru/pub/OS/FreeBSD/distfiles/rsaref20.1996.tar.Z

> I found that it was supposed to be available also on
> 	ftp://ftp.replay.com/pub/crypto/,
> 	ftp://ftp2.replay.com/pub/crypto/,
> but never could get on those sites either.

One or the other of those has always worked for me, and the first site
listed in the Makefile worked for me just a moment ago.  If you make the
following change, then "make" will try to use internat.freebsd.org--in
South Africa--as a last resort.  That site is mirrored at: 
ftp://ftp.micros.hensa.ac.uk/sites/ftp.internat.freebsd.org/pub/FreeBSD/distfiles/
.

--- /usr/ports/Mk/bsd.port.mk.orig	Sun Oct 10 10:19:49 1999
+++ /usr/ports/Mk/bsd.port.mk	Wed Oct 27 19:18:00 1999
@@ -982,7 +982,9 @@
 
 # The primary backup site.
 MASTER_SITE_BACKUP?=	\
-	ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/
+	ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ \
+	ftp://internat.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/
+
 MASTER_SITE_BACKUP:=	${MASTER_SITE_BACKUP:S^\${DIST_SUBDIR}/^^}
 
 # Where to put distfiles that don't have any other master site
__
Trevor Johnson



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?Pine.BSI.3.95.991027220531.22274A-100000>