Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2002 12:55:11 -0600 (MDT)
From:      Amar Takhar <verm@drunkmonk.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40928: fix port: math/femlab
Message-ID:  <200207231855.g6NItBg1088486@jolly.drunkmonk.net>

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

>Number:         40928
>Category:       ports
>Synopsis:       fix port: math/femlab
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 23 12:00:04 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Amar Takhar
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:

>Description:

Quick fix for femlab!, it works perfectly tested by myslef.

>How-To-Repeat:

>Fix:

Remove BROKEN= from the Makefile
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	patch-ac
#
echo x - patch-ac
sed 's/^X//' >patch-ac << 'END-of-patch-ac'
X--- fsource/makepoisson.orig	Thu Sep 14 03:47:27 1995
X+++ fsource/makepoisson	Tue Jul 23 14:49:53 2002
X@@ -1,4 +1,4 @@
X-FFLAGS=		-O 
X+FFLAGS=		-O -fno-globals
X 
X FFILES=		dwm1.f startpo.f preproc.f rhslhs.f  poisson.f output.f
X 
END-of-patch-ac
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

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?200207231855.g6NItBg1088486>