Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/rpy/files: rpy-1.0.2-rpymodule-R-2.7.patch
Date: Wed, 07 May 2008 08:33:05
Message-Id: E1Jtf5D-0003hI-0p@stork.gentoo.org
1 bicatali 08/05/07 08:33:03
2
3 Added: rpy-1.0.2-rpymodule-R-2.7.patch
4 Log:
5 Patched for R >= 2.7, thanks dawe for his patch (bug #219522)
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 dev-python/rpy/files/rpy-1.0.2-rpymodule-R-2.7.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rpy/files/rpy-1.0.2-rpymodule-R-2.7.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rpy/files/rpy-1.0.2-rpymodule-R-2.7.patch?rev=1.1&content-type=text/plain
13
14 Index: rpy-1.0.2-rpymodule-R-2.7.patch
15 ===================================================================
16 --- rpy-1.0.2.orig/src/rpymodule.c 2008-04-10 18:49:04.000000000 +0200
17 +++ rpy-1.0.2/src/rpymodule.c 2008-05-02 14:28:42.000000000 +0200
18 @@ -1778,7 +1778,11 @@
19 R_dot_Last();
20 R_RunExitFinalizers();
21 CleanEd();
22 +#if (R_VERSION >= R_Version(2,7,0))
23 + Rf_KillAllDevices();
24 +#else
25 KillAllDevices();
26 +#endif
27
28 #if (R_VERSION >= R_Version(2,7,0))
29 R_CleanTempDir();
30
31
32
33 --
34 gentoo-commits@l.g.o mailing list