summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2008-01-09 03:04:11 +0000
committerMarkus Dittrich <markusle@gentoo.org>2008-01-09 03:04:11 +0000
commit9804be8ca45390f653bc69cf06593d26fc7c1e61 (patch)
tree9a25a0fc81c1212443719424d17c16aa952baba4 /sci-mathematics
parentMask some packages for removal. (diff)
downloadgentoo-2-9804be8ca45390f653bc69cf06593d26fc7c1e61.tar.gz
gentoo-2-9804be8ca45390f653bc69cf06593d26fc7c1e61.tar.bz2
gentoo-2-9804be8ca45390f653bc69cf06593d26fc7c1e61.zip
Fixed remaining QA issues caused by implicit declarations (fixes #204875).
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/scilab/ChangeLog9
-rw-r--r--sci-mathematics/scilab/files/scilab-4.1-header-fix.patch71
-rw-r--r--sci-mathematics/scilab/scilab-4.1.1.ebuild5
-rw-r--r--sci-mathematics/scilab/scilab-4.1.ebuild5
4 files changed, 52 insertions, 38 deletions
diff --git a/sci-mathematics/scilab/ChangeLog b/sci-mathematics/scilab/ChangeLog
index 574a9d814c20..7c486a420c5d 100644
--- a/sci-mathematics/scilab/ChangeLog
+++ b/sci-mathematics/scilab/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-mathematics/scilab
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.39 2007/10/20 09:58:24 markusle Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.40 2008/01/09 03:04:10 markusle Exp $
+
+ 09 Jan 2008; Markus Dittrich <markusle@gentoo.org>
+ files/scilab-4.1-header-fix.patch:
+ Fixed remaining QA issues caused by implicit declarations
+ (fixes #204875).
20 Oct 2007; Markus Dittrich <markusle@gentoo.org> scilab-4.0.ebuild,
scilab-4.1.ebuild, scilab-4.1.1.ebuild:
diff --git a/sci-mathematics/scilab/files/scilab-4.1-header-fix.patch b/sci-mathematics/scilab/files/scilab-4.1-header-fix.patch
index 6beab26d6fc8..423240bc78d0 100644
--- a/sci-mathematics/scilab/files/scilab-4.1-header-fix.patch
+++ b/sci-mathematics/scilab/files/scilab-4.1-header-fix.patch
@@ -1,6 +1,6 @@
-diff -Naur scilab-4.1/pvm3/pvmgs/pvmgsu_aux.c scilab-4.1-new/pvm3/pvmgs/pvmgsu_aux.c
---- scilab-4.1/pvm3/pvmgs/pvmgsu_aux.c 2002-10-14 10:28:41.000000000 -0400
-+++ scilab-4.1-new/pvm3/pvmgs/pvmgsu_aux.c 2007-02-10 14:56:41.000000000 -0500
+diff -Naur scilab-4.1.1/pvm3/pvmgs/pvmgsu_aux.c scilab-4.1.1.new/pvm3/pvmgs/pvmgsu_aux.c
+--- scilab-4.1.1/pvm3/pvmgs/pvmgsu_aux.c 2002-10-14 10:28:41.000000000 -0400
++++ scilab-4.1.1.new/pvm3/pvmgs/pvmgsu_aux.c 2008-01-08 21:14:35.000000000 -0500
@@ -53,6 +53,8 @@
#include "pvmgsd.h"
#include "pvmproto.h"
@@ -10,9 +10,9 @@ diff -Naur scilab-4.1/pvm3/pvmgs/pvmgsu_aux.c scilab-4.1-new/pvm3/pvmgs/pvmgsu_a
extern int pvm_errno;
extern int pvmmytid;
extern int pvmtoplvl;
-diff -Naur scilab-4.1/pvm3/src/hoster.c scilab-4.1-new/pvm3/src/hoster.c
---- scilab-4.1/pvm3/src/hoster.c 2005-11-23 05:12:27.000000000 -0500
-+++ scilab-4.1-new/pvm3/src/hoster.c 2007-02-10 23:33:45.000000000 -0500
+diff -Naur scilab-4.1.1/pvm3/src/hoster.c scilab-4.1.1.new/pvm3/src/hoster.c
+--- scilab-4.1.1/pvm3/src/hoster.c 2005-11-23 05:12:27.000000000 -0500
++++ scilab-4.1.1.new/pvm3/src/hoster.c 2008-01-08 21:14:35.000000000 -0500
@@ -263,6 +263,7 @@
#include "bfunc.h"
#include <pvmtev.h>
@@ -21,9 +21,9 @@ diff -Naur scilab-4.1/pvm3/src/hoster.c scilab-4.1-new/pvm3/src/hoster.c
#ifdef IMA_BEOSCYLD
#include <string.h>
-diff -Naur scilab-4.1/pvm3/src/lpvm.c scilab-4.1-new/pvm3/src/lpvm.c
---- scilab-4.1/pvm3/src/lpvm.c 2002-10-15 03:40:21.000000000 -0400
-+++ scilab-4.1-new/pvm3/src/lpvm.c 2007-02-10 23:34:09.000000000 -0500
+diff -Naur scilab-4.1.1/pvm3/src/lpvm.c scilab-4.1.1.new/pvm3/src/lpvm.c
+--- scilab-4.1.1/pvm3/src/lpvm.c 2002-10-15 03:40:21.000000000 -0400
++++ scilab-4.1.1.new/pvm3/src/lpvm.c 2008-01-08 21:14:35.000000000 -0500
@@ -607,6 +607,7 @@
#include "waitc.h"
#include "global.h"
@@ -32,9 +32,9 @@ diff -Naur scilab-4.1/pvm3/src/lpvm.c scilab-4.1-new/pvm3/src/lpvm.c
#ifdef IMA_MPP
#include "pvmmimd.h"
-diff -Naur scilab-4.1/pvm3/tracer/cmd.c scilab-4.1-new/pvm3/tracer/cmd.c
---- scilab-4.1/pvm3/tracer/cmd.c 2002-10-14 11:00:41.000000000 -0400
-+++ scilab-4.1-new/pvm3/tracer/cmd.c 2007-02-10 14:54:48.000000000 -0500
+diff -Naur scilab-4.1.1/pvm3/tracer/cmd.c scilab-4.1.1.new/pvm3/tracer/cmd.c
+--- scilab-4.1.1/pvm3/tracer/cmd.c 2002-10-14 11:00:41.000000000 -0400
++++ scilab-4.1.1.new/pvm3/tracer/cmd.c 2008-01-08 21:14:35.000000000 -0500
@@ -31,6 +31,8 @@
#include "trcglob.h"
@@ -44,9 +44,9 @@ diff -Naur scilab-4.1/pvm3/tracer/cmd.c scilab-4.1-new/pvm3/tracer/cmd.c
#ifdef SYSVSTR
#include <string.h>
#else
-diff -Naur scilab-4.1/pvm3/tracer/tracer.c scilab-4.1-new/pvm3/tracer/tracer.c
---- scilab-4.1/pvm3/tracer/tracer.c 2002-10-14 11:00:41.000000000 -0400
-+++ scilab-4.1-new/pvm3/tracer/tracer.c 2007-02-10 14:54:08.000000000 -0500
+diff -Naur scilab-4.1.1/pvm3/tracer/tracer.c scilab-4.1.1.new/pvm3/tracer/tracer.c
+--- scilab-4.1.1/pvm3/tracer/tracer.c 2002-10-14 11:00:41.000000000 -0400
++++ scilab-4.1.1.new/pvm3/tracer/tracer.c 2008-01-08 21:14:35.000000000 -0500
@@ -31,6 +31,8 @@
#include "trcglob.h"
@@ -56,9 +56,9 @@ diff -Naur scilab-4.1/pvm3/tracer/tracer.c scilab-4.1-new/pvm3/tracer/tracer.c
#ifdef NEEDSSELECTH
#include <sys/select.h>
#endif
-diff -Naur scilab-4.1/pvm3/tracer/trccompat.c scilab-4.1-new/pvm3/tracer/trccompat.c
---- scilab-4.1/pvm3/tracer/trccompat.c 2002-10-14 11:00:41.000000000 -0400
-+++ scilab-4.1-new/pvm3/tracer/trccompat.c 2007-02-10 14:56:02.000000000 -0500
+diff -Naur scilab-4.1.1/pvm3/tracer/trccompat.c scilab-4.1.1.new/pvm3/tracer/trccompat.c
+--- scilab-4.1.1/pvm3/tracer/trccompat.c 2002-10-14 11:00:41.000000000 -0400
++++ scilab-4.1.1.new/pvm3/tracer/trccompat.c 2008-01-08 21:14:35.000000000 -0500
@@ -28,6 +28,7 @@
/* Tracer Headers */
@@ -67,9 +67,9 @@ diff -Naur scilab-4.1/pvm3/tracer/trccompat.c scilab-4.1-new/pvm3/tracer/trccomp
#include "trccompat.h"
-diff -Naur scilab-4.1/pvm3/tracer/trcsort.c scilab-4.1-new/pvm3/tracer/trcsort.c
---- scilab-4.1/pvm3/tracer/trcsort.c 2002-10-15 08:09:48.000000000 -0400
-+++ scilab-4.1-new/pvm3/tracer/trcsort.c 2007-02-10 14:55:01.000000000 -0500
+diff -Naur scilab-4.1.1/pvm3/tracer/trcsort.c scilab-4.1.1.new/pvm3/tracer/trcsort.c
+--- scilab-4.1.1/pvm3/tracer/trcsort.c 2002-10-15 08:09:48.000000000 -0400
++++ scilab-4.1.1.new/pvm3/tracer/trcsort.c 2008-01-08 21:14:35.000000000 -0500
@@ -28,6 +28,7 @@
/* Tracer Headers */
@@ -78,9 +78,9 @@ diff -Naur scilab-4.1/pvm3/tracer/trcsort.c scilab-4.1-new/pvm3/tracer/trcsort.c
#include <sys/types.h>
#include <sys/stat.h>
-diff -Naur scilab-4.1/pvm3/tracer/trcutil.c scilab-4.1-new/pvm3/tracer/trcutil.c
---- scilab-4.1/pvm3/tracer/trcutil.c 2002-10-14 11:00:41.000000000 -0400
-+++ scilab-4.1-new/pvm3/tracer/trcutil.c 2007-02-10 14:55:25.000000000 -0500
+diff -Naur scilab-4.1.1/pvm3/tracer/trcutil.c scilab-4.1.1.new/pvm3/tracer/trcutil.c
+--- scilab-4.1.1/pvm3/tracer/trcutil.c 2002-10-14 11:00:41.000000000 -0400
++++ scilab-4.1.1.new/pvm3/tracer/trcutil.c 2008-01-08 21:14:35.000000000 -0500
@@ -26,6 +26,7 @@
@@ -89,9 +89,9 @@ diff -Naur scilab-4.1/pvm3/tracer/trcutil.c scilab-4.1-new/pvm3/tracer/trcutil.c
#ifdef WIN32
#include <winsock.h>
-diff -Naur scilab-4.1/routines/graphics/Events.c scilab-4.1-new/routines/graphics/Events.c
---- scilab-4.1/routines/graphics/Events.c 2005-12-07 04:31:48.000000000 -0500
-+++ scilab-4.1-new/routines/graphics/Events.c 2007-02-10 14:33:06.000000000 -0500
+diff -Naur scilab-4.1.1/routines/graphics/Events.c scilab-4.1.1.new/routines/graphics/Events.c
+--- scilab-4.1.1/routines/graphics/Events.c 2005-12-07 04:31:48.000000000 -0500
++++ scilab-4.1.1.new/routines/graphics/Events.c 2008-01-08 21:14:35.000000000 -0500
@@ -3,6 +3,7 @@
* jpc@cermics.enpc.fr
--------------------------------------------------------------------------*/
@@ -100,9 +100,20 @@ diff -Naur scilab-4.1/routines/graphics/Events.c scilab-4.1-new/routines/graphic
#include "bcg.h"
typedef struct but
-diff -Naur scilab-4.1/routines/scicos/matscicos.h scilab-4.1-new/routines/scicos/matscicos.h
---- scilab-4.1/routines/scicos/matscicos.h 2005-11-05 16:19:15.000000000 -0500
-+++ scilab-4.1-new/routines/scicos/matscicos.h 2007-02-10 23:32:45.000000000 -0500
+diff -Naur scilab-4.1.1/routines/gzvt2/vte.c scilab-4.1.1.new/routines/gzvt2/vte.c
+--- scilab-4.1.1/routines/gzvt2/vte.c 2004-10-05 17:07:34.000000000 -0400
++++ scilab-4.1.1.new/routines/gzvt2/vte.c 2008-01-08 21:15:19.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.1/routines/scicos/matscicos.h scilab-4.1.1.new/routines/scicos/matscicos.h
+--- scilab-4.1.1/routines/scicos/matscicos.h 2005-11-05 16:19:15.000000000 -0500
++++ scilab-4.1.1.new/routines/scicos/matscicos.h 2008-01-08 21:14:35.000000000 -0500
@@ -10,6 +10,7 @@
#include <stdio.h>
#endif
diff --git a/sci-mathematics/scilab/scilab-4.1.1.ebuild b/sci-mathematics/scilab/scilab-4.1.1.ebuild
index c2be0ea8ffaf..6a0b58cd54f6 100644
--- a/sci-mathematics/scilab/scilab-4.1.1.ebuild
+++ b/sci-mathematics/scilab/scilab-4.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.1.ebuild,v 1.5 2007/10/20 09:58:24 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.1.ebuild,v 1.6 2008/01/09 03:04:10 markusle Exp $
inherit eutils fortran toolchain-funcs multilib autotools java-pkg-opt-2
@@ -77,7 +77,6 @@ src_unpack() {
}
src_compile() {
- cd "${S}"
local myopts
myopts="${myopts} --with-atlas-library=/usr/$(get_libdir)"
diff --git a/sci-mathematics/scilab/scilab-4.1.ebuild b/sci-mathematics/scilab/scilab-4.1.ebuild
index 9dcdfb024c44..78b5bee61a6f 100644
--- a/sci-mathematics/scilab/scilab-4.1.ebuild
+++ b/sci-mathematics/scilab/scilab-4.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.ebuild,v 1.6 2007/10/20 09:58:24 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.ebuild,v 1.7 2008/01/09 03:04:10 markusle Exp $
inherit eutils fortran toolchain-funcs multilib autotools java-pkg-opt-2
@@ -91,7 +91,6 @@ src_unpack() {
}
src_compile() {
- cd "${S}"
local myopts
myopts="${myopts} --with-atlas-library=/usr/$(get_libdir)"