From f5048968647ab5ca5be49a3c59424d9b4518bd70 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 14 Mar 2001 21:33:53 +0000 Subject: The old distfile is gone on the previous server. There's an HTTP redirect to a new server, but they don't carry the old files anymore. Unfortunately, in order to build the new stuff, we'd need a newer avr-gcc first -- and that one's by now only available directly from gcc's CVS repo, which is a little too `green' to me. Let's wait another couple of months until they rolled a newer release of gcc and binutils, and switch then. By now, store the old distfile elsewhere. Submitted by: fenner's ports build survey (very valuable service!) --- devel/avr-libc/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile index 69d8fde99cf3..87c1d0ad3814 100644 --- a/devel/avr-libc/Makefile +++ b/devel/avr-libc/Makefile @@ -8,7 +8,13 @@ PORTNAME= avr-libc PORTVERSION= 20000514 CATEGORIES= devel -MASTER_SITES= http://www1.itnet.pl/amelektr/avr/libc/ +# The canonical place for the distfile is: +#MASTER_SITES= http://www.amelek.gda.pl/avr/libc/ +# ... but until we could convert our avr-gcc to a +# current version (which is by now only obtainable +# directly from the gcc CVS repo), resort to the old +# file here: +MASTER_SITES= ftp://ftp.ifbus.de/pub/outgoing/ MAINTAINER= joerg@freebsd.org -- cgit