From owner-freebsd-ports Tue Sep 7 2:52:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17B2715546 for ; Tue, 7 Sep 1999 02:52:45 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA10873; Tue, 7 Sep 1999 02:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 0DEB614CCD; Tue, 7 Sep 1999 02:48:48 -0700 (PDT) Message-Id: <19990907094848.0DEB614CCD@hub.freebsd.org> Date: Tue, 7 Sep 1999 02:48:48 -0700 (PDT) From: rmiya@cc.hirosaki-u.ac.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13613: fixing broken port biology/deft Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13613 >Category: ports >Synopsis: fixing broken port biology/deft >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 7 02:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ryo MIYAMOTO >Release: 3.2-RELEASE >Organization: Hirosaki Univ. >Environment: 3.3-release package building machine >Description: STOP in compiling some sources such as, >How-To-Repeat: make >Fix: As shown in error message of the compiler f77, do it with the -Nn802 option. Patch of Makefile is --- files/Makefile.deft.old Mon May 24 19:33:15 1999 +++ files/Makefile.deft Tue Sep 7 18:25:03 1999 @@ -2,7 +2,7 @@ # Makefile for DeFT # TARGET = DeFT.exec -FFLAGS ?= -O2 -malign-double -Nn802 +FFLAGS = -O2 -malign-double -Nn802 LFLAGS = SRCS:sh = ls *.f OBJS = $(SRCS:.f=.o) >Release-Note: >Audit-Trail: >Unformatted: >Compiler error line 492 of cdgrxx.f: Too many names. >Table limit now 401. >Try rerunning with the -Nn802 option. > >*** Error code 1 > >Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message