diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-04-26 23:15:36 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-04-26 23:15:36 +0000 |
commit | a1eca950670275d2541bf48466b7bae4e0c36379 (patch) | |
tree | b0702ea74be61bfb1c17b04ddb6e14b1dd83c67d /math/scilab-toolbox-swt/files | |
parent | - Depend on gsettings-desktop-schemas to prevent startup abort (diff) |
Add option to build help file
Notes
Notes:
svn path=/head/; revision=295576
Diffstat (limited to 'math/scilab-toolbox-swt/files')
-rw-r--r-- | math/scilab-toolbox-swt/files/extrapatch-etc__swt.start (renamed from math/scilab-toolbox-swt/files/patch-etc__swt.start) | 0 | ||||
-rw-r--r-- | math/scilab-toolbox-swt/files/patch-builder.sce | 17 |
2 files changed, 0 insertions, 17 deletions
diff --git a/math/scilab-toolbox-swt/files/patch-etc__swt.start b/math/scilab-toolbox-swt/files/extrapatch-etc__swt.start index 4b9e07f0262d..4b9e07f0262d 100644 --- a/math/scilab-toolbox-swt/files/patch-etc__swt.start +++ b/math/scilab-toolbox-swt/files/extrapatch-etc__swt.start diff --git a/math/scilab-toolbox-swt/files/patch-builder.sce b/math/scilab-toolbox-swt/files/patch-builder.sce deleted file mode 100644 index 3461826356e3..000000000000 --- a/math/scilab-toolbox-swt/files/patch-builder.sce +++ /dev/null @@ -1,17 +0,0 @@ ---- ./builder.sce.orig 2010-06-30 18:31:36.000000000 +0400 -+++ ./builder.sce 2010-07-10 20:13:24.901709864 +0400 -@@ -33,7 +33,7 @@ - tbx_builder_macros(toolbox_dir); - //tbx_builder_src(toolbox_dir); - tbx_builder_gateway(toolbox_dir); --tbx_builder_help(toolbox_dir); -+// tbx_builder_help(toolbox_dir); - tbx_build_loader(TOOLBOX_NAME, toolbox_dir); - tbx_build_cleaner(TOOLBOX_NAME, toolbox_dir); - -@@ -41,3 +41,5 @@ - // ============================================================================= - - clear toolbox_dir TOOLBOX_NAME TOOLBOX_TITLE; -+ -+quit |