Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Oct 2006 10:31:44 -0600
From:      "Frank J. Laszlo" <laszlof@vonostingroup.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/104808: [PATCH]: math/algae: Fix build on 7-CURRENT
Message-ID:  <E1GclfM-000NiU-AS@main.vonostingroup.com>
Resent-Message-ID: <200610251640.k9PGeNfA049825@freefall.freebsd.org>

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

>Number:         104808
>Category:       ports
>Synopsis:       [PATCH]: math/algae: Fix build on 7-CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 25 16:40:23 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Frank J. Laszlo
>Release:        FreeBSD 5.4-RELEASE-p18 i386
>Organization:
>Environment:
System: FreeBSD main.vonostingroup.com 5.4-RELEASE-p18 FreeBSD 5.4-RELEASE-p18 #1: Sat Sep 16 18:56:42 UTC 2006 laszlof@main.vonostingroup.com:/usr/obj/usr/src/sys/MAIN i386


	
>Description:
	This patch should fix the configure errors reported on the build cluster for 7-CURRENT, as there is no fortran
	compiler in base.

>How-To-Repeat:
	
>Fix:



--- algae-4.3.6,1.diff begins here ---
diff -NrU3 algae.orig/Makefile algae/Makefile
--- algae.orig/Makefile	Wed Oct 25 10:18:38 2006
+++ algae/Makefile	Wed Oct 25 10:22:53 2006
@@ -34,4 +34,8 @@
 BROKEN=		"Configure fails on alpha 5.x and sparc64"
 .endif
 
+.if ${OSVERSION} >= 700000
+BUILD_DEPENDS+=	f77:${PORTSDIR}/lang/f77
+.endif
+
 .include <bsd.port.post.mk>
--- algae-4.3.6,1.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?E1GclfM-000NiU-AS>