aboutsummaryrefslogtreecommitdiff
path: root/math/scilab-toolbox-sivp/files
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2014-05-01 14:31:00 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2014-05-01 14:31:00 +0000
commit537ef5813fc5551f0ad35a7d2e7d82e982b3abac (patch)
tree3474e9e0567866ddccbd9ef87ba69f234c865e3e /math/scilab-toolbox-sivp/files
parent423433669b4aa365195441bf990d901c7d1fb13e (diff)
downloadports-537ef5813fc5551f0ad35a7d2e7d82e982b3abac.tar.gz
ports-537ef5813fc5551f0ad35a7d2e7d82e982b3abac.zip
math/scilab-toolbox-sivp:
- Add patch to fix loading toolbox in scilab - Use dos2unix and regenerate patches - Convert to USES=tar:xz
Notes
Notes: svn path=/head/; revision=352751
Diffstat (limited to 'math/scilab-toolbox-sivp/files')
-rw-r--r--math/scilab-toolbox-sivp/files/extrapatch-etc__SIVP.start26
-rw-r--r--math/scilab-toolbox-sivp/files/patch-etc__SIVP.start10
2 files changed, 23 insertions, 13 deletions
diff --git a/math/scilab-toolbox-sivp/files/extrapatch-etc__SIVP.start b/math/scilab-toolbox-sivp/files/extrapatch-etc__SIVP.start
index b0dd7f387420..09f75aa61f59 100644
--- a/math/scilab-toolbox-sivp/files/extrapatch-etc__SIVP.start
+++ b/math/scilab-toolbox-sivp/files/extrapatch-etc__SIVP.start
@@ -1,16 +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
- // =============================================================================
+
+ // 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-etc__SIVP.start b/math/scilab-toolbox-sivp/files/patch-etc__SIVP.start
new file mode 100644
index 000000000000..245bbe9d8dcf
--- /dev/null
+++ b/math/scilab-toolbox-sivp/files/patch-etc__SIVP.start
@@ -0,0 +1,10 @@
+--- ./etc/SIVP.start.orig 2012-02-28 11:35:59.000000000 +0000
++++ ./etc/SIVP.start 2014-03-28 21:20:26.314819626 +0000
+@@ -74,6 +74,7 @@
+ link('libopencv_calib3d' + getdynlibext());
+ link('libopencv_objdetect' + getdynlibext());
+ link('libopencv_video' + getdynlibext());
++ link('libopencv_legacy' + getdynlibext());
+ else
+ [a, b] = getversion();
+ is_x64 = or(b == 'x64');