aboutsummaryrefslogtreecommitdiff
path: root/devel/avr-libc
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2001-03-14 21:33:53 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2001-03-14 21:33:53 +0000
commitcb3fe7de9365e8a6e5d8e00f4bfc7a4b69a0ed59 (patch)
tree08fc8be567b1770a8fd5f5f91c988433be6e571f /devel/avr-libc
parentbad83a2ab39a8545942951b04e2c7be375c838d5 (diff)
downloadports-cb3fe7de9365e8a6e5d8e00f4bfc7a4b69a0ed59.tar.gz
ports-cb3fe7de9365e8a6e5d8e00f4bfc7a4b69a0ed59.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!)
Notes
Notes: svn path=/head/; revision=39856
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