Bug 34276

Summary: Maintainer Update for math/scilab
Product: Ports & Packages Reporter: Jean-Sebastien Roy <js>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me CC: js
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jean-Sebastien Roy 2002-01-25 21:40:00 UTC
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.
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-01-30 05:59:06 UTC
State Changed
From-To: open->closed

Committed, Thanks!
Comment 2 Jean-Sebastien Roy 2002-02-28 20:47:35 UTC
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