From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 1 18:00:15 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F176216A41F for ; Sun, 1 Jan 2006 18:00:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6462E43D46 for ; Sun, 1 Jan 2006 18:00:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k01I0EK3082417 for ; Sun, 1 Jan 2006 18:00:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k01I0Epo082416; Sun, 1 Jan 2006 18:00:14 GMT (envelope-from gnats) Resent-Date: Sun, 1 Jan 2006 18:00:14 GMT Resent-Message-Id: <200601011800.k01I0Epo082416@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Sebastien Roy Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94AD016A41F for ; Sun, 1 Jan 2006 17:58:34 +0000 (GMT) (envelope-from js@jeannot.org) Received: from durandal.jeannot.org (durandal.jeannot.org [213.41.242.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55E8B43D55 for ; Sun, 1 Jan 2006 17:58:32 +0000 (GMT) (envelope-from js@jeannot.org) Received: from durandal.root (localhost [127.0.0.1]) by durandal.jeannot.org (8.13.4/8.13.4) with ESMTP id k01HwV4H075123; Sun, 1 Jan 2006 18:58:31 +0100 (CET) (envelope-from js@durandal.root) Received: (from root@localhost) by durandal.root (8.13.4/8.13.4/Submit) id k01HwUPK075120; Sun, 1 Jan 2006 18:58:30 +0100 (CET) (envelope-from js) Message-Id: <200601011758.k01HwUPK075120@durandal.root> Date: Sun, 1 Jan 2006 18:58:30 +0100 (CET) From: Jean-Sebastien Roy To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: pfgshield-freebsd@yahoo.com Subject: ports/91177: Scilab on FreeBSD 6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jean-Sebastien Roy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jan 2006 18:00:16 -0000 >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 # 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: