| Summary: | Fix: devel/gcc6811 | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | dwcjr <dwcjr> |
| Component: | Individual Port(s) | Assignee: | Jake Burkholder <jake> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
dwcjr
2000-11-02 00:50:01 UTC
Responsible Changed From-To: freebsd-ports->jake Over to MAINTAINER Sorry about that, did anyone want distfiles with that? Here's a fix for my fix --- Makefile.orig Wed Nov 1 18:41:03 2000 +++ Makefile Wed Nov 1 19:10:36 2000 @@ -8,7 +8,10 @@ PORTNAME= gcc-6811 PORTVERSION= 2.6.3 CATEGORIES= devel -MASTER_SITES= ftp://nyquist.ee.ualberta.ca/pub/motorola/68hc11/gcc/ +MASTER_SITES= ftp://nyquist.ee.ualberta.ca/pub/motorola/68hc11/gcc/ \ + ftp://ftp.celestial.com/mirrors/gnu/ \ + ftp://ftp.inria.fr/gnu/ + DISTFILES= gcc-6811-fsf.tar.gz gcc-2.6.3.tar.gz MAINTAINER= jake@FreeBSD.org State Changed From-To: open->closed Committed. Thanks. |