From nobody@FreeBSD.ORG Tue Sep  7 02:48:48 1999
Return-Path: <nobody@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
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: fixing broken port biology/deft
X-Send-Pr-Version: www-1.0

>Number:         13613
>Category:       ports
>Synopsis:       fixing broken port biology/deft
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep  7 02:50:01 PDT 1999
>Closed-Date:    Wed Sep 8 09:32:32 PDT 1999
>Last-Modified:  Wed Sep  8 09:32:46 PDT 1999
>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:
State-Changed-From-To: open->closed 
State-Changed-By: taoka 
State-Changed-When: Wed Sep 8 09:32:32 PDT 1999 
State-Changed-Why:  
Committed, thanks! 
>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.
 
