diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-01-19 13:00:53 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-01-19 13:00:53 +0000 |
commit | f37cc707e3ab86701515740f5fa3196b61262095 (patch) | |
tree | fca8ada3815a4f6f8f8611a14d3b5303f00a324c /sci-mathematics/scilab/files | |
parent | old (diff) | |
download | gentoo-2-f37cc707e3ab86701515740f5fa3196b61262095.tar.gz gentoo-2-f37cc707e3ab86701515740f5fa3196b61262095.tar.bz2 gentoo-2-f37cc707e3ab86701515740f5fa3196b61262095.zip |
Version bump (see bug #206607).
(Portage version: 2.1.4)
Diffstat (limited to 'sci-mathematics/scilab/files')
-rw-r--r-- | sci-mathematics/scilab/files/digest-scilab-4.1 | 3 | ||||
-rw-r--r-- | sci-mathematics/scilab/files/digest-scilab-4.1.2 | 3 | ||||
-rw-r--r-- | sci-mathematics/scilab/files/scilab-4.1.2-header-fix.patch | 124 |
3 files changed, 127 insertions, 3 deletions
diff --git a/sci-mathematics/scilab/files/digest-scilab-4.1 b/sci-mathematics/scilab/files/digest-scilab-4.1 deleted file mode 100644 index fdf7c7d568df..000000000000 --- a/sci-mathematics/scilab/files/digest-scilab-4.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3003fe63088558b931a11127fb8d8ccc scilab-4.1-src.tar.gz 13164450 -RMD160 6ed27ce7dcfb9231b5f3042cb7b830015d102df7 scilab-4.1-src.tar.gz 13164450 -SHA256 e2b36f6095b824feec3489c30f640bd809b3dc55bd5487319cbd641ac14fac80 scilab-4.1-src.tar.gz 13164450 diff --git a/sci-mathematics/scilab/files/digest-scilab-4.1.2 b/sci-mathematics/scilab/files/digest-scilab-4.1.2 new file mode 100644 index 000000000000..f1c0bca0c77e --- /dev/null +++ b/sci-mathematics/scilab/files/digest-scilab-4.1.2 @@ -0,0 +1,3 @@ +MD5 17a7a6aa52918f33d96777a0dc423658 scilab-4.1.2-src.tar.gz 15892277 +RMD160 f708b966143ccbf989f7a0dbed95e4dab324e66f scilab-4.1.2-src.tar.gz 15892277 +SHA256 4c0318a316c62a1206e53b936bbb1262d940e390c1d14da77c231e49b134b3a9 scilab-4.1.2-src.tar.gz 15892277 diff --git a/sci-mathematics/scilab/files/scilab-4.1.2-header-fix.patch b/sci-mathematics/scilab/files/scilab-4.1.2-header-fix.patch new file mode 100644 index 000000000000..9b68e0268ea7 --- /dev/null +++ b/sci-mathematics/scilab/files/scilab-4.1.2-header-fix.patch @@ -0,0 +1,124 @@ +diff -Naur scilab-4.1.2/pvm3/pvmgs/pvmgsu_aux.c scilab-4.1.2.new/pvm3/pvmgs/pvmgsu_aux.c +--- scilab-4.1.2/pvm3/pvmgs/pvmgsu_aux.c 2002-10-14 10:28:41.000000000 -0400 ++++ scilab-4.1.2.new/pvm3/pvmgs/pvmgsu_aux.c 2008-01-19 07:19:28.000000000 -0500 +@@ -53,6 +53,8 @@ + #include "pvmgsd.h" + #include "pvmproto.h" + ++#include <strings.h> ++ + extern int pvm_errno; + extern int pvmmytid; + extern int pvmtoplvl; +diff -Naur scilab-4.1.2/pvm3/src/hoster.c scilab-4.1.2.new/pvm3/src/hoster.c +--- scilab-4.1.2/pvm3/src/hoster.c 2005-11-23 05:12:27.000000000 -0500 ++++ scilab-4.1.2.new/pvm3/src/hoster.c 2008-01-19 07:19:28.000000000 -0500 +@@ -263,6 +263,7 @@ + #include "bfunc.h" + #include <pvmtev.h> + #include "global.h" ++#include <unistd.h> + + #ifdef IMA_BEOSCYLD + #include <string.h> +diff -Naur scilab-4.1.2/pvm3/src/lpvm.c scilab-4.1.2.new/pvm3/src/lpvm.c +--- scilab-4.1.2/pvm3/src/lpvm.c 2002-10-15 03:40:21.000000000 -0400 ++++ scilab-4.1.2.new/pvm3/src/lpvm.c 2008-01-19 07:19:28.000000000 -0500 +@@ -607,6 +607,7 @@ + #include "waitc.h" + #include "global.h" + #include "lmsg.h" ++#include "unistd.h" + + #ifdef IMA_MPP + #include "pvmmimd.h" +diff -Naur scilab-4.1.2/pvm3/tracer/cmd.c scilab-4.1.2.new/pvm3/tracer/cmd.c +--- scilab-4.1.2/pvm3/tracer/cmd.c 2002-10-14 11:00:41.000000000 -0400 ++++ scilab-4.1.2.new/pvm3/tracer/cmd.c 2008-01-19 07:19:28.000000000 -0500 +@@ -31,6 +31,8 @@ + + #include "trcglob.h" + ++#include <stdlib.h> ++ + #ifdef SYSVSTR + #include <string.h> + #else +diff -Naur scilab-4.1.2/pvm3/tracer/tracer.c scilab-4.1.2.new/pvm3/tracer/tracer.c +--- scilab-4.1.2/pvm3/tracer/tracer.c 2002-10-14 11:00:41.000000000 -0400 ++++ scilab-4.1.2.new/pvm3/tracer/tracer.c 2008-01-19 07:19:28.000000000 -0500 +@@ -31,6 +31,8 @@ + + #include "trcglob.h" + ++#include <stdlib.h> ++ + #ifdef NEEDSSELECTH + #include <sys/select.h> + #endif +diff -Naur scilab-4.1.2/pvm3/tracer/trccompat.c scilab-4.1.2.new/pvm3/tracer/trccompat.c +--- scilab-4.1.2/pvm3/tracer/trccompat.c 2002-10-14 11:00:41.000000000 -0400 ++++ scilab-4.1.2.new/pvm3/tracer/trccompat.c 2008-01-19 07:19:28.000000000 -0500 +@@ -28,6 +28,7 @@ + /* Tracer Headers */ + + #include "trclib.h" ++#include <stdlib.h> + + #include "trccompat.h" + +diff -Naur scilab-4.1.2/pvm3/tracer/trcsort.c scilab-4.1.2.new/pvm3/tracer/trcsort.c +--- scilab-4.1.2/pvm3/tracer/trcsort.c 2002-10-15 08:09:48.000000000 -0400 ++++ scilab-4.1.2.new/pvm3/tracer/trcsort.c 2008-01-19 07:19:28.000000000 -0500 +@@ -28,6 +28,7 @@ + /* Tracer Headers */ + + #include <stdio.h> ++#include <stdlib.h> + #include <sys/types.h> + #include <sys/stat.h> + +diff -Naur scilab-4.1.2/pvm3/tracer/trcutil.c scilab-4.1.2.new/pvm3/tracer/trcutil.c +--- scilab-4.1.2/pvm3/tracer/trcutil.c 2002-10-14 11:00:41.000000000 -0400 ++++ scilab-4.1.2.new/pvm3/tracer/trcutil.c 2008-01-19 07:19:28.000000000 -0500 +@@ -26,6 +26,7 @@ + + + #include "trclib.h" ++#include <stdlib.h> + + #ifdef WIN32 + #include <winsock.h> +diff -Naur scilab-4.1.2/routines/graphics/Events.c scilab-4.1.2.new/routines/graphics/Events.c +--- scilab-4.1.2/routines/graphics/Events.c 2007-09-10 03:52:29.000000000 -0400 ++++ scilab-4.1.2.new/routines/graphics/Events.c 2008-01-19 07:19:28.000000000 -0500 +@@ -3,6 +3,7 @@ + * jpc@cermics.enpc.fr + --------------------------------------------------------------------------*/ + #include <stdio.h> ++#include <string.h> + #include "bcg.h" + + typedef struct but +diff -Naur scilab-4.1.2/routines/gzvt2/vte.c scilab-4.1.2.new/routines/gzvt2/vte.c +--- scilab-4.1.2/routines/gzvt2/vte.c 2004-10-05 17:07:34.000000000 -0400 ++++ scilab-4.1.2.new/routines/gzvt2/vte.c 2008-01-19 07:19:28.000000000 -0500 +@@ -23,6 +23,7 @@ + #include <sys/stat.h> + #include <fcntl.h> + #include <string.h> ++#include <stdlib.h> + #include <unistd.h> + #include <gtk/gtk.h> + #include <gdk/gdkx.h> +diff -Naur scilab-4.1.2/routines/scicos/scoWindowScope.c scilab-4.1.2.new/routines/scicos/scoWindowScope.c +--- scilab-4.1.2/routines/scicos/scoWindowScope.c 2007-10-15 04:45:30.000000000 -0400 ++++ scilab-4.1.2.new/routines/scicos/scoWindowScope.c 2008-01-19 07:20:15.000000000 -0500 +@@ -13,6 +13,7 @@ + #include "scoGetProperty.h" + #include "scoSetProperty.h" + #include <stdio.h> ++#include <string.h> + + void scoSetWindowIDInUserData(ScopeMemory * pScopeMemory,int block_number) + { |