aboutsummaryrefslogtreecommitdiff
path: root/math/scilab/files/patch-fnocommon
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2021-07-20 20:49:57 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2021-07-23 11:05:29 +0000
commitc1a14b441f38e3fc8f713bb3f75e24d1be6eb198 (patch)
treefe8cc95782b9fb77ca88c8532158683309ee6000 /math/scilab/files/patch-fnocommon
parent1b994585643fc17ef49e7c403a67dc19dfd3b886 (diff)
downloadports-c1a14b441f38e3fc8f713bb3f75e24d1be6eb198.tar.gz
ports-c1a14b441f38e3fc8f713bb3f75e24d1be6eb198.zip
math/scilab: Update to 6.1.1
- Drop stale patches - Add missing deps after math/suitesparse* split Changes: https://help.scilab.org/docs/6.1.1/en_US/CHANGES.html
Diffstat (limited to 'math/scilab/files/patch-fnocommon')
-rw-r--r--math/scilab/files/patch-fnocommon30
1 files changed, 0 insertions, 30 deletions
diff --git a/math/scilab/files/patch-fnocommon b/math/scilab/files/patch-fnocommon
deleted file mode 100644
index 5481c29c53a4..000000000000
--- a/math/scilab/files/patch-fnocommon
+++ /dev/null
@@ -1,30 +0,0 @@
---- modules/tclsci/src/c/TCL_Command.c.orig 2020-02-25 10:00:14 UTC
-+++ modules/tclsci/src/c/TCL_Command.c
-@@ -38,6 +38,12 @@ int TclInterpReturn;
- // Global Tcl Return Result.
- char * TclInterpResult;
-
-+/* The tclLoop thread Id
-+in order to wait it ends when closing Scilab */
-+__threadId TclThread;
-+__threadSignal InterpReady;
-+__threadSignalLock InterpReadyLock;
-+
- // Single execution
- __threadLock singleExecutionLock;
-
---- modules/tclsci/src/c/TCL_Command.h.orig 2020-02-25 10:00:14 UTC
-+++ modules/tclsci/src/c/TCL_Command.h
-@@ -85,9 +85,9 @@ char *getTclCommandResult(void);
-
- /* The tclLoop thread Id
- in order to wait it ends when closing Scilab */
--__threadId TclThread;
-+extern __threadId TclThread;
-
--__threadSignal InterpReady;
--__threadSignalLock InterpReadyLock;
-+extern __threadSignal InterpReady;
-+extern __threadSignalLock InterpReadyLock;
-
- #endif /* !__TCL_COMMAND_H__ */