diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-09-04 18:21:20 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-09-04 18:21:20 +0000 |
commit | 660ee871fe2a14ee20f6ba5f4ec9485233d34793 (patch) | |
tree | 6cf5bd8e7cb9a53d66ab9414ed02cf775b5da328 /math/scilab-toolbox-swt/files | |
parent | math/scilab: (diff) |
math/scilab-toolbox-swt:
- Update to 0.1.20
- Don't require X for documentation building
- USE_GCC=any
- Convert to options helpers
Notes
Notes:
svn path=/head/; revision=367296
Diffstat (limited to 'math/scilab-toolbox-swt/files')
-rw-r--r-- | math/scilab-toolbox-swt/files/extrapatch-etc__swt.start | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/math/scilab-toolbox-swt/files/extrapatch-etc__swt.start b/math/scilab-toolbox-swt/files/extrapatch-etc__swt.start index 4b9e07f0262d..c57355b29832 100644 --- a/math/scilab-toolbox-swt/files/extrapatch-etc__swt.start +++ b/math/scilab-toolbox-swt/files/extrapatch-etc__swt.start @@ -1,6 +1,6 @@ ---- ./etc/swt.start.orig 2010-08-30 12:52:10.000000000 +0400 -+++ ./etc/swt.start 2010-10-17 16:02:57.850107854 +0400 -@@ -34,15 +34,6 @@ +--- ./etc/swt.start.orig 2014-05-07 16:06:39.000000000 +0000 ++++ ./etc/swt.start 2014-09-04 09:17:50.853642536 +0000 +@@ -33,13 +33,7 @@ // Load and add help chapter // ============================================================================= @@ -9,10 +9,9 @@ - path_addchapter = pathconvert(root_tlbx+"/jar"); - if ( isdir(path_addchapter) <> [] ) then - add_help_chapter("swt", path_addchapter, %F); -- clear add_help_chapter; - end -- clear path_addchapter; -end ++ - - clear root_tlbx; + // Load demos + // ============================================================================= |