Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Feb 2007 20:10:40 -0200
From:      "Marcelo Araujo" <araujo@bsdmail.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/109264: [Update Patch] science/elmer-matc
Message-ID:  <1171750240.14559@reloaded.freebsd.org>
Resent-Message-ID: <200702172210.l1HMA6la064740@freefall.freebsd.org>

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

>Number:         109264
>Category:       ports
>Synopsis:       [Update Patch] science/elmer-matc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 17 22:10:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcelo Araujo
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
BSD EXPERIENCE 
>Environment:


System: FreeBSD 6.2-STABLE #0: Thu Feb  1 13:51:30 BRST 2007
    araujo@reloaded.freebsd.org:/usr/obj/usr/src/sys/RELOADED



>Description:


- assign this PR to maho
- Fixed support new gfortran


>How-To-Repeat:





>Fix:


--- elmer-matc.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/science/elmer-matc/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	27 Jan 2007 12:02:28 -0000	1.8
+++ Makefile	17 Feb 2007 22:00:37 -0000
@@ -17,6 +17,11 @@
 GNU_CONFIGURE=	yes
 ALL_TARGET=
 
+WANT_FORTRAN=yes	#dummy but future use
+BUILD_DEPENDS+=	gfortran42:${PORTSDIR}/lang/gcc42
+FC=	gfortran42
+F77=	gfortran42
+
 PLIST_SUB=	ARCH=${MACHINE_ARCH}
 
 .include <bsd.port.pre.mk>
--- elmer-matc.diff ends here ---



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



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