summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2014-03-19 16:38:16 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2014-03-19 16:38:16 +0000
commit4742124907afda90f3b7b1c36247fd2bf9476d28 (patch)
treed3cef8c45dfb2af6890c20cb73b00146d6d94a27 /dev-lang/R/files
parentNew ebuild for x11-misc/mate-menu-editor, Mozo menu editor for MATE; imported... (diff)
downloadgentoo-2-4742124907afda90f3b7b1c36247fd2bf9476d28.tar.gz
gentoo-2-4742124907afda90f3b7b1c36247fd2bf9476d28.tar.bz2
gentoo-2-4742124907afda90f3b7b1c36247fd2bf9476d28.zip
Version bump
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'dev-lang/R/files')
-rw-r--r--dev-lang/R/files/R-2.11.1-parallel.patch7
-rw-r--r--dev-lang/R/files/R-2.13.1-zlib_header_fix.patch7
-rw-r--r--dev-lang/R/files/R-3.0.0-rmath-shared.patch3
3 files changed, 12 insertions, 5 deletions
diff --git a/dev-lang/R/files/R-2.11.1-parallel.patch b/dev-lang/R/files/R-2.11.1-parallel.patch
index 2be95349095a..c713d335badd 100644
--- a/dev-lang/R/files/R-2.11.1-parallel.patch
+++ b/dev-lang/R/files/R-2.11.1-parallel.patch
@@ -1,7 +1,8 @@
-Fix ocasional failure with parallel install (bug #322965)
-Patch by Sebastien Fabbro
+Fix ocasional failure with parallel install
+Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=322965
+R bug: https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14505
-https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14505
+Patch by Sebastien Fabbro
--- src/include/Makefile.in.orig 2010-06-15 18:18:54.000000000 +0000
+++ src/include/Makefile.in 2010-06-15 18:19:48.000000000 +0000
diff --git a/dev-lang/R/files/R-2.13.1-zlib_header_fix.patch b/dev-lang/R/files/R-2.13.1-zlib_header_fix.patch
index 42e3b8a811c5..136acb26055f 100644
--- a/dev-lang/R/files/R-2.13.1-zlib_header_fix.patch
+++ b/dev-lang/R/files/R-2.13.1-zlib_header_fix.patch
@@ -1,6 +1,9 @@
-Update for zlib header changes
+Update for zlib header changes for zlib > 1.2.5
-https://bugs.gentoo.org/show_bug.cgi?id=383431
+Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=383431
+R bug: https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14951
+
+Patch by Michael Schreckenbauer
--- src/main/unzip.h.orig 2011-09-24 19:35:53.000000000 -0700
+++ src/main/unzip.h 2011-09-24 19:37:06.000000000 -0700
diff --git a/dev-lang/R/files/R-3.0.0-rmath-shared.patch b/dev-lang/R/files/R-3.0.0-rmath-shared.patch
index 4f8f3956d2c0..f53fb7910511 100644
--- a/dev-lang/R/files/R-3.0.0-rmath-shared.patch
+++ b/dev-lang/R/files/R-3.0.0-rmath-shared.patch
@@ -1,7 +1,10 @@
Link with libm to fix unresolved symbols when linked with as-needed
and add a soname to the standalone math library
+R bug: https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14953
+
Patch by Sebastien Fabbro
Adapted to R-3.0.0 by Denis Dupeyron
+
--- src/nmath/standalone/Makefile.in.orig 2013-04-04 14:39:15.777544946 -0600
+++ src/nmath/standalone/Makefile.in 2013-04-04 14:40:51.256153179 -0600
@@ -64,7 +64,8 @@