Bug 34276 - Maintainer Update for math/scilab
Summary: Maintainer Update for math/scilab
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-25 21:40 UTC by Jean-Sebastien Roy
Modified: 2002-02-28 20:50 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (10.02 KB, patch)
2002-01-25 21:40 UTC, Jean-Sebastien Roy
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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