Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: source-changes
Date: 10/20/1999 06:17:03
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Wed Oct 20 13:17:03 UTC 1999

Modified Files:
	pkgsrc/math/scilab: Makefile
	pkgsrc/math/scilab/files: patch-sum
	pkgsrc/math/scilab/patches: patch-aa patch-au patch-ay
	pkgsrc/math/scilab/pkg: PLIST
Added Files:
	pkgsrc/math/scilab/patches: patch-bu

Log Message:
Make scilab always use f2c for compiling the fortran part of the code.  This
is because the g77 compiled code doesn't work properly on several machine
architectures.  In particular using g77 on (all 1.4.1 machines):
  pmax - can't even compile
  sparc - binary sometimes crashes
  mac68k - doesn't handle sparc matrices correctly
using f2c fixes all these problems.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/math/scilab/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/math/scilab/files/patch-sum
cvs rdiff -r1.2 -r1.3 pkgsrc/math/scilab/patches/patch-aa \
    pkgsrc/math/scilab/patches/patch-au pkgsrc/math/scilab/patches/patch-ay
cvs rdiff -r0 -r1.3 pkgsrc/math/scilab/patches/patch-bu
cvs rdiff -r1.3 -r1.4 pkgsrc/math/scilab/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.