Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 1998 22:15:13 +0100 (CET)
From:      Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
To:        FreeBSD Ports <ports@FreeBSD.ORG>
Subject:   g77 port update/question
Message-ID:  <XFMail.981121221513.asmodai@wxs.nl>

next in thread | raw e-mail | index | archive | help
Hi,

on yet another attempt to get the ports all workable before we hit the 25th I
now tried g77

After mangling the Makefile to this:

--- Makefile.orig       Sat Nov 21 21:50:42 1998
+++ Makefile    Sat Nov 21 21:55:36 1998
@@ -9,11 +9,12 @@
 
 DISTNAME=       g77-0.5.19.1
 CATEGORIES=    lang math
-MASTER_SITES=   ${MASTER_SITE_GNU}
+MASTER_SITES=   ftp://ftp.cdrom.com/.1/gnu/gnu-0.2/src/ \
+               ftp://ftp.duke.edu/.1/gnu/ \
+               ftp://ftp.digex.net/.0/gnu/gnu-0.2/src/ \
+               ftp://ftp.kddlabs.co.jp/.0/GNU/gnu-0.2/
 
 MAINTAINER=    ports@FreeBSD.ORG
-
-BROKEN=                build
 
 MAN1=          g77.1
 MANCOMPRESSED= maybe


make gives me near the end:

building standard cc_int library
nm: insn-attrtab.o: no name list
nm: reorg.o: no name list
nm: sdbout.o: no name list
nm: xcoffout.o: no name list
ranlib libcc_int.a

This is the only warning/error(?) I get from the make of g77. I don't know how
serious it is. Anyone care to tell me..? It executes normally after compilation
(g77 itself).

---
Jeroen Ruigrok van der Werven/Asmodai
asmodai(at)wxs.nl                   |  Cum angelis et pueris,
Junior Network/Security Specialist  |  fideles inveniamur
*BSD & picoBSD: The Power to Serve... <http://www.freebsd.org>;

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.981121221513.asmodai>