This is an update to the math/scilab port. Changes : - add patches from NetBSD (fixes for ascii(), fft() and the online help); - Provide a working default PVM configuration ; - Remove unneeded pvm files form the install. New files (13) : files/patch-al -> files/patch-ax NetBSD patches created by Dan McMahill with fixes from Serge Steer and Giuseppe Allodi.
State Changed From-To: open->closed Committed, Thanks!
One of the patch files (patch-ap) was a DOS file (which was not apparent in my submission : sorry). The commiter added a patch to fix this (thanks!) but the fix broke part of the build. The following patch should fix the problem : --- Makefile.old Thu Feb 28 21:36:31 2002 +++ Makefile Thu Feb 28 21:36:41 2002 @@ -43,6 +43,7 @@ pre-patch: @${PERL} -pi -e 's|\r\n|\n|' ${WRKSRC}/macros/util/formatman.sci +post-patch: @${PERL} -pi -e 's,%%PVM_ROOT%%,${PVM_ROOT},' \ ${WRKSRC}/scripts/scilab.g