summaryrefslogtreecommitdiff
path: root/math/py-rpy/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-20 19:54:14 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-20 19:54:14 +0000
commitcf6c1d2300cfc350450ef5c744f1958d2821c2c8 (patch)
tree7a9012379f0fb0e3a717a3360d602fa0b25c5eee /math/py-rpy/patches
parent7357e7eee15d3db02abd458c342d81b78b5fcdae (diff)
downloadpkgsrc-cf6c1d2300cfc350450ef5c744f1958d2821c2c8.tar.gz
Catch up with R 2.3.1: different module name, different output of
R --version, different dependency. Bump revision.
Diffstat (limited to 'math/py-rpy/patches')
-rw-r--r--math/py-rpy/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/py-rpy/patches/patch-aa b/math/py-rpy/patches/patch-aa
new file mode 100644
index 00000000000..f536b904897
--- /dev/null
+++ b/math/py-rpy/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.4 2006/06/20 19:54:14 joerg Exp $
+
+--- rpy_tools.py.orig 2006-06-20 19:22:37.000000000 +0000
++++ rpy_tools.py
+@@ -93,7 +93,7 @@ def get_R_VERSION(RHOME=None, force_exec
+ if stat or len(output)<=0:
+ raise RuntimeError("Couldn't execute the R interpreter" +
+ " `%s'.\n" % rexec )
+- version = re.search("R +([0-9]\.[0-9]\.[0-9])", output)
++ version = re.search("R version +([0-9]\.[0-9]\.[0-9])", output)
+ if not version:
+ raise RuntimeError("Couldn't obtain version number from output\n"
+ "of `R --version'.\n")