Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Jason Beegan <jtb@netbsd.org>
List: source-changes
Date: 02/02/2001 02:23:54
Module Name:	pkgsrc
Committed By:	jtb
Date:		Fri Feb  2 00:23:53 UTC 2001

Modified Files:
	pkgsrc/math/blas: Makefile
	pkgsrc/math/blas/files: Makefile
	pkgsrc/math/blas/pkg: COMMENT DESCR PLIST
	pkgsrc/math/dfftpack: Makefile
	pkgsrc/math/dfftpack/files: Makefile
	pkgsrc/math/dfftpack/pkg: PLIST
	pkgsrc/math/eispack: Makefile
	pkgsrc/math/eispack/files: Makefile
	pkgsrc/math/fftpack: Makefile
	pkgsrc/math/fftpack/files: Makefile
	pkgsrc/math/fftpack/pkg: PLIST
	pkgsrc/math/minpack: Makefile
	pkgsrc/math/minpack/files: Makefile
	pkgsrc/math/minpack/pkg: PLIST
	pkgsrc/math/odepack: Makefile
	pkgsrc/math/odepack/files: Makefile
	pkgsrc/math/odepack/pkg: PLIST
	pkgsrc/math/quadpack: Makefile
	pkgsrc/math/quadpack/files: Makefile
	pkgsrc/math/quadpack/pkg: PLIST
	pkgsrc/math/slatec/files: Makefile

Log Message:
Don't build shared Fortran libraries. They're too problematic.
Strictly numerical libraries, like fftpack, work fine, but some
which make use of Fortran I/O have problems resolving symbols.
This is a known problem with g77/f2c.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/math/blas/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/math/blas/files/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/math/blas/pkg/COMMENT \
    pkgsrc/math/blas/pkg/DESCR
cvs rdiff -r1.2 -r1.3 pkgsrc/math/blas/pkg/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/math/dfftpack/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/math/dfftpack/files/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/math/dfftpack/pkg/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/math/eispack/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/math/eispack/files/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/math/fftpack/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/math/fftpack/files/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/math/fftpack/pkg/PLIST
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/math/minpack/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/math/minpack/files/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/math/minpack/pkg/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/math/odepack/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/math/odepack/files/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/math/odepack/pkg/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/math/quadpack/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/math/quadpack/files/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/math/quadpack/pkg/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/math/slatec/files/Makefile

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