ports/91177: Scilab on FreeBSD 6

Jean-Sebastien Roy js at jeannot.org
Sun Jan 1 18:00:16 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list