mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 3.0
PR: ports/70175 Submitted by: Jean-Sebastien Roy (maintainer)
This commit is contained in:
parent
950514d877
commit
c7724d2425
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115897
7 changed files with 13168 additions and 8733 deletions
|
@ -6,8 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= scilab
|
PORTNAME= scilab
|
||||||
PORTVERSION= 2.7
|
PORTVERSION= 3.0
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= math cad parallel
|
CATEGORIES= math cad parallel
|
||||||
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Scilab/distributions/
|
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Scilab/distributions/
|
||||||
EXTRACT_SUFX= .src.tar.gz
|
EXTRACT_SUFX= .src.tar.gz
|
||||||
|
@ -19,8 +18,10 @@ LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d \
|
||||||
f77blas.1:${PORTSDIR}/math/atlas \
|
f77blas.1:${PORTSDIR}/math/atlas \
|
||||||
lapack.3:${PORTSDIR}/math/lapack
|
lapack.3:${PORTSDIR}/math/lapack
|
||||||
BUILD_DEPENDS= pvm:${PORTSDIR}/net/pvm \
|
BUILD_DEPENDS= pvm:${PORTSDIR}/net/pvm \
|
||||||
|
wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
|
||||||
|
sabcmd:${PORTSDIR}/textproc/sablotron
|
||||||
|
RUN_DEPENDS+= pvm:${PORTSDIR}/net/pvm \
|
||||||
wish8.4:${PORTSDIR}/x11-toolkits/tk84
|
wish8.4:${PORTSDIR}/x11-toolkits/tk84
|
||||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
|
||||||
|
|
||||||
PVM_ROOT= ${LOCALBASE}/lib/pvm
|
PVM_ROOT= ${LOCALBASE}/lib/pvm
|
||||||
|
|
||||||
|
@ -39,11 +40,14 @@ CONFIGURE_ARGS= --with-tk \
|
||||||
--with-xaw3d \
|
--with-xaw3d \
|
||||||
--x-include=${X11BASE}/include \
|
--x-include=${X11BASE}/include \
|
||||||
--x-libraries=${X11BASE}/lib \
|
--x-libraries=${X11BASE}/lib \
|
||||||
--with-atlas-library=${LOCALBASE}/lib
|
--with-atlas-library=${LOCALBASE}/lib \
|
||||||
|
--without-ocaml
|
||||||
|
|
||||||
CONFIGURE_ENV= PVM_ROOT=${PVM_ROOT} X11BASE=${X11BASE}
|
CONFIGURE_ENV= PVM_ROOT=${PVM_ROOT} X11BASE=${X11BASE}
|
||||||
MAKE_ENV= PVM_INCLUDE=${LOCALBASE}/include
|
MAKE_ENV= PVM_INCLUDE=${LOCALBASE}/include
|
||||||
|
|
||||||
|
PLIST_SUB= PORTVERSION="${PORTVERSION}"
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 || ${ARCH} == "sparc64"
|
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 || ${ARCH} == "sparc64"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (scilab-2.7.src.tar.gz) = e8aa1ede5efa20eeced284963d08bebb
|
MD5 (scilab-3.0.src.tar.gz) = d6fc5fe12519f99ccdd492c4ba96935a
|
||||||
SIZE (scilab-2.7.src.tar.gz) = 9510676
|
SIZE (scilab-3.0.src.tar.gz) = 10988126
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- Makefile.in Fri Feb 7 13:53:28 2003
|
--- Makefile.in Tue Jul 6 16:12:37 2004
|
||||||
+++ Makefile.in.new Sat Feb 15 14:02:38 2003
|
+++ Makefile.in.new Sat Jul 24 10:50:09 2004
|
||||||
@@ -179,7 +179,7 @@
|
@@ -190,7 +190,7 @@
|
||||||
@STRIP@ $(SCIDIR)/bin/scilex; \
|
@STRIP@ $(SCIDIR)/bin/scilex; \
|
||||||
(cd tests; make distclean); \
|
(cd tests; make distclean); \
|
||||||
(cd examples; make distclean); \
|
(cd examples; make distclean); \
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
--- macros/util/scipad.sci.orig Fri Feb 7 07:22:29 2003
|
--- configure.orig Sat Jul 24 11:16:25 2004
|
||||||
+++ macros/util/scipad.sci
|
+++ configure Sat Jul 24 11:16:34 2004
|
||||||
@@ -14,7 +14,7 @@ if with_tk() then
|
@@ -26503,7 +26503,7 @@
|
||||||
else
|
;;
|
||||||
if TK_GetVar("isscipadinterp")=='0' then
|
esac
|
||||||
TK_EvalStr("interp create scipad")
|
|
||||||
- TK_EvalStr("load {libtk8.3.so} Tk scipad")
|
-GETLIBTK=libtk$TK_MAJOR_VERSION.$TK_MINOR_VERSION.so
|
||||||
+ TK_EvalStr("load {libtk84.so} Tk scipad")
|
+GETLIBTK=libtk$TK_MAJOR_VERSION$TK_MINOR_VERSION.so
|
||||||
TK_EvalStr("scipad eval {wm withdraw .}")
|
|
||||||
TK_EvalStr("scipad alias ScilabEval ScilabEval")
|
case "$host" in
|
||||||
end
|
*-*-darwin*)
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- Makefile.incl.orig Sun Oct 19 19:20:40 2003
|
|
||||||
+++ Makefile.incl Sun Oct 19 19:20:51 2003
|
|
||||||
@@ -75,7 +75,7 @@
|
|
||||||
#####################
|
|
||||||
TK_INC_PATH = -I/usr/include
|
|
||||||
TCL_INC_PATH = -I/usr/include
|
|
||||||
-TCLTK_LIBS = -L/usr/lib -ltk8.3 -L/usr/lib -ltcl8.3 -ldl
|
|
||||||
+TCLTK_LIBS = -L/usr/lib -ltk8.4 -L/usr/lib -ltcl8.4 -ldl
|
|
||||||
|
|
||||||
#####################
|
|
||||||
# for WIN32 version
|
|
|
@ -1,12 +0,0 @@
|
||||||
--- macros/util/help.sci.orig Sun Nov 23 21:13:37 2003
|
|
||||||
+++ macros/util/help.sci Sun Nov 23 21:11:24 2003
|
|
||||||
@@ -184,7 +184,8 @@
|
|
||||||
if MSDOS then
|
|
||||||
tcltk_help(path,key);
|
|
||||||
else
|
|
||||||
- unix(SCI+'/tcl/browsehelpexe ' +path+ '&');
|
|
||||||
+ tcltk_help(path,key);
|
|
||||||
+// unix(SCI+'/tcl/browsehelpexe ' +path+ '&');
|
|
||||||
end
|
|
||||||
else
|
|
||||||
write(%io(2),mgetl(path))
|
|
21834
math/scilab/pkg-plist
21834
math/scilab/pkg-plist
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue