aboutsummaryrefslogtreecommitdiff
path: root/math/scilab-toolbox-sivp/files
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2012-04-26 23:16:05 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2012-04-26 23:16:05 +0000
commit416bd7e34359761613ca47873e9ad16c11ad7fd7 (patch)
treee1fc9c8b7207d5343ed6a924b4d93817ce2a4b2d /math/scilab-toolbox-sivp/files
parenta1eca950670275d2541bf48466b7bae4e0c36379 (diff)
downloadports-416bd7e34359761613ca47873e9ad16c11ad7fd7.tar.gz
ports-416bd7e34359761613ca47873e9ad16c11ad7fd7.zip
Unbreak by updating to svn snapshot
Add option to build help file
Notes
Notes: svn path=/head/; revision=295577
Diffstat (limited to 'math/scilab-toolbox-sivp/files')
-rw-r--r--math/scilab-toolbox-sivp/files/extrapatch-etc__SIVP.start16
-rw-r--r--math/scilab-toolbox-sivp/files/patch-builder.sce16
-rw-r--r--math/scilab-toolbox-sivp/files/patch-sci_gateway__c__detectforeground.c11
3 files changed, 16 insertions, 27 deletions
diff --git a/math/scilab-toolbox-sivp/files/extrapatch-etc__SIVP.start b/math/scilab-toolbox-sivp/files/extrapatch-etc__SIVP.start
new file mode 100644
index 000000000000..b0dd7f387420
--- /dev/null
+++ b/math/scilab-toolbox-sivp/files/extrapatch-etc__SIVP.start
@@ -0,0 +1,16 @@
+--- ./etc/SIVP.start.orig 2012-02-28 11:35:59.000000000 +0000
++++ ./etc/SIVP.start 2012-04-25 15:51:27.604824817 +0000
+@@ -107,13 +107,6 @@
+
+ // Load and add help chapter
+ // =============================================================================
+- if or(getscilabmode() == ["NW";"STD"]) then
+- mprintf("\tLoad help\n");
+- path_addchapter = pathconvert(root_tlbx+"/jar");
+- if ( isdir(path_addchapter) <> [] ) then
+- add_help_chapter(TOOLBOX_TITLE, path_addchapter, %F);
+- end
+- end
+
+ // Load demos
+ // =============================================================================
diff --git a/math/scilab-toolbox-sivp/files/patch-builder.sce b/math/scilab-toolbox-sivp/files/patch-builder.sce
deleted file mode 100644
index 7685e3fba925..000000000000
--- a/math/scilab-toolbox-sivp/files/patch-builder.sce
+++ /dev/null
@@ -1,16 +0,0 @@
---- ./builder.sce.orig 2010-01-31 15:21:14.000000000 +0300
-+++ ./builder.sce 2010-07-10 19:24:17.021776380 +0400
-@@ -33,7 +33,6 @@
- tbx_builder_macros(toolbox_dir);
- //tbx_builder_src(toolbox_dir);
- tbx_builder_gateway(toolbox_dir);
--tbx_builder_help(toolbox_dir);
- tbx_build_loader(TOOLBOX_NAME, toolbox_dir);
- tbx_build_cleaner(TOOLBOX_NAME, toolbox_dir);
-
-@@ -41,3 +40,5 @@
- // =============================================================================
-
- clear toolbox_dir TOOLBOX_NAME TOOLBOX_TITLE;
-+
-+quit
diff --git a/math/scilab-toolbox-sivp/files/patch-sci_gateway__c__detectforeground.c b/math/scilab-toolbox-sivp/files/patch-sci_gateway__c__detectforeground.c
deleted file mode 100644
index da5423de525b..000000000000
--- a/math/scilab-toolbox-sivp/files/patch-sci_gateway__c__detectforeground.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./sci_gateway/c/detectforeground.c.orig 2010-01-31 15:21:14.000000000 +0300
-+++ ./sci_gateway/c/detectforeground.c 2010-12-19 12:25:28.752039065 +0300
-@@ -93,7 +93,7 @@
- //foreground detection
- else
- {
-- cvUpdateBGStatModel(pSrcImg, bg_model);
-+ cvUpdateBGStatModel(pSrcImg, bg_model, -1);
-
- IplImg2Mat(bg_model->foreground, Rhs+1);
- }