aboutsummaryrefslogtreecommitdiffstats
path: root/devel/avr-libc
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>2001-03-15 05:33:53 +0800
committerjoerg <joerg@FreeBSD.org>2001-03-15 05:33:53 +0800
commitf5048968647ab5ca5be49a3c59424d9b4518bd70 (patch)
tree06ff902fac0ef4b725bd8640d810326b8c4f17b4 /devel/avr-libc
parent88318494376db8121ccb93852a028248e8aa4182 (diff)
downloadfreebsd-ports-gnome-f5048968647ab5ca5be49a3c59424d9b4518bd70.tar.gz
freebsd-ports-gnome-f5048968647ab5ca5be49a3c59424d9b4518bd70.tar.zst
freebsd-ports-gnome-f5048968647ab5ca5be49a3c59424d9b4518bd70.zip
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!)
Diffstat (limited to 'devel/avr-libc')
-rw-r--r--devel/avr-libc/Makefile8
1 files changed, 7 insertions, 1 deletions
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