Bug 22491

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
The master site does not contain both files required to download

Fix: 

MAINTAINER=    jake@FreeBSD.org--VegNDRS3Vqr1ogGL57ucNUWqaJzv3bjB3a44vOdB4RpAIPYg
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.orig       Wed Nov  1 18:41:03 2000
+++ Makefile    Wed Nov  1 18:41:13 2000
@@ -9,7 +9,9 @@
 PORTVERSION=   2.6.3
 CATEGORIES=    devel
 MASTER_SITES=  ftp://nyquist.ee.ualberta.ca/pub/motorola/68hc11/gcc/
-DISTFILES=     gcc-6811-fsf.tar.gz gcc-2.6.3.tar.gz
+MASTER_SITES=   ftp://nyquist.ee.ualberta.ca/pub/motorola/68hc11/gcc/ \
+                ftp://ftp.celestial.com/mirrors/gnu/ \
+                ftp://ftp.inria.fr/gnu/
Comment 1 jeh freebsd_committer freebsd_triage 2000-11-02 00:53:24 UTC
Responsible Changed
From-To: freebsd-ports->jake

Over to MAINTAINER
Comment 2 dwcjr 2000-11-02 01:11:25 UTC
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
Comment 3 jeh freebsd_committer freebsd_triage 2000-12-22 19:11:00 UTC
State Changed
From-To: open->closed

Committed.  Thanks.