diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-30 05:59:03 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-30 05:59:03 +0000 |
commit | 0018a485aaa7e370c5c42f4d91ee2d6913642acd (patch) | |
tree | cbba1e50549216af6aa6c9bfea2f9ad941fae717 /math/scilab/files/patch-ab | |
parent | Update to 0.37.2.20020125 (diff) |
- 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.
PR: 34276
Submitted by: maintainer
Obtained from: NetBSD
Notes
Notes:
svn path=/head/; revision=54013
Diffstat (limited to 'math/scilab/files/patch-ab')
-rw-r--r-- | math/scilab/files/patch-ab | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/math/scilab/files/patch-ab b/math/scilab/files/patch-ab index 4d02f340b747..cb016c3fe533 100644 --- a/math/scilab/files/patch-ab +++ b/math/scilab/files/patch-ab @@ -1,15 +1,19 @@ ---- Makefile.in Mon Apr 30 21:12:52 2001 -+++ Makefile.in Mon Apr 30 22:19:49 2001 -@@ -115,8 +115,6 @@ - $(SCIBASE)/pvm3/lib/pvmd \ - $(SCIBASE)/pvm3/lib/pvmtmparch \ - $(SCIBASE)/pvm3/lib/pvmgetarch \ +--- Makefile.in.orig Mon Mar 26 09:59:13 2001 ++++ Makefile.in Fri Jan 25 16:38:50 2002 +@@ -111,12 +111,6 @@ + $(SCIBASE)/macros \ + $(SCIBASE)/man \ + $(SCIBASE)/maple \ +- $(SCIBASE)/pvm3/lib/pvm \ +- $(SCIBASE)/pvm3/lib/pvmd \ +- $(SCIBASE)/pvm3/lib/pvmtmparch \ +- $(SCIBASE)/pvm3/lib/pvmgetarch \ - $(SCIBASE)/pvm3/lib/@PVMARCH@/pvmd3 \ - $(SCIBASE)/pvm3/lib/@PVMARCH@/pvmgs \ $(SCIBASE)/routines/*.h \ $(SCIBASE)/routines/Make.lib \ $(SCIBASE)/routines/default/FCreate \ -@@ -147,7 +145,7 @@ +@@ -147,7 +141,7 @@ cd .. ; tar cvf $(SCIDIR)/$(SCIBASE)-bin.tar $(BINDISTFILES) $(RM) .binary @@ -18,7 +22,7 @@ install: @if test `pwd` != ${LIBPREFIX}/$(SCIBASE); then \ -@@ -159,12 +157,12 @@ +@@ -159,12 +153,12 @@ (cd ${LIBPREFIX}/$(SCIBASE); make); \ $(RM) .binary; \ fi |