Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jan 2006 18:58:30 +0100 (CET)
From:      Jean-Sebastien Roy <js@jeannot.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        pfgshield-freebsd@yahoo.com
Subject:   ports/91177: Scilab on FreeBSD 6
Message-ID:  <200601011758.k01HwUPK075120@durandal.root>
Resent-Message-ID: <200601011800.k01I0Epo082416@freefall.freebsd.org>

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

>Number:         91177
>Category:       ports
>Synopsis:       Scilab on FreeBSD 6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 01 18:00:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jean-Sebastien Roy
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
-
>Environment:
System: FreeBSD durandal.root 6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Nov 27 19:20:47 CET 2005 js@durandal.root:/usr/obj/usr/src/sys/DURANDAL i386


>Description:
	Scilab builds fine on FreeBSD 6 stock compiler, which enable using scilab
	on FreeBSD-amd64.
	Thanks to pfgshield-freebsd at yahoo.com for pointing this out.
>How-To-Repeat:
	-
>Fix:

Apply the following patch to the math/scilab port.

diff -ruN scilab/Makefile scilab.new/Makefile
--- scilab/Makefile	Tue Jun  7 22:49:04 2005
+++ scilab.new/Makefile	Sun Jan  1 18:28:29 2006
@@ -51,7 +51,7 @@
 .include <bsd.port.pre.mk>
 
 # Scilab broken with GCC 3.3 on FreeBSD 5.3
-.if ${OSVERSION} >= 503000
+.if ${OSVERSION} >= 503000 && ${OSVERSION} < 600000
 USE_GCC=	3.2
 .endif
>Release-Note:
>Audit-Trail:
>Unformatted:



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