diff options
author | asau <asau> | 2014-06-26 20:34:02 +0000 |
---|---|---|
committer | asau <asau> | 2014-06-26 20:34:02 +0000 |
commit | e8016f9eb17ed3efe3946dda9bc37cdeb1aac822 (patch) | |
tree | 96c4406f165cec614e590ba5b4fd7365fdc9d93e /math/R | |
parent | 3693ef2cf38c9034c4a35121a0b5c71f5dce44b6 (diff) | |
download | pkgsrc-e8016f9eb17ed3efe3946dda9bc37cdeb1aac822.tar.gz |
FreeBSD 10 is not FreeBSD 1.
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/distinfo | 4 | ||||
-rw-r--r-- | math/R/patches/patch-ac | 12 |
2 files changed, 13 insertions, 3 deletions
diff --git a/math/R/distinfo b/math/R/distinfo index 3e783dafd31..cb5b3c33289 100644 --- a/math/R/distinfo +++ b/math/R/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.59 2014/05/03 22:29:42 markd Exp $ +$NetBSD: distinfo,v 1.60 2014/06/26 20:34:54 asau Exp $ SHA1 (R-3.1.0.tar.gz) = a9d13932c739cc12667c6a17fabd9361624a1708 RMD160 (R-3.1.0.tar.gz) = 15d6c762baf36d4e2680599b5e976d0c068b7dbd Size (R-3.1.0.tar.gz) = 28469975 bytes -SHA1 (patch-ac) = cbfe9853a6b1bdfa68d21c0a291f39545b131333 +SHA1 (patch-ac) = 9c6de78be36766ceefa8aafa8a7b5d5af3f83cac SHA1 (patch-ad) = b40536fac079e2cc348a020fafac687f2f8b1dfe diff --git a/math/R/patches/patch-ac b/math/R/patches/patch-ac index 224b29ed87c..76b5700f58f 100644 --- a/math/R/patches/patch-ac +++ b/math/R/patches/patch-ac @@ -1,6 +1,7 @@ -$NetBSD: patch-ac,v 1.32 2014/01/13 11:25:54 jperkin Exp $ +$NetBSD: patch-ac,v 1.33 2014/06/26 20:34:54 asau Exp $ Do not include system paths in R_LD_LIBRARY_PATH. +FreeBSD 10 is not FreeBSD 1. --- configure.orig 2013-05-08 22:06:02.000000000 +0000 +++ configure @@ -22,6 +23,15 @@ Do not include system paths in R_LD_LIBRARY_PATH. LTOALL=-flto fi +@@ -19899,7 +19899,7 @@ dgux*) + shlibpath_var=LD_LIBRARY_PATH + ;; + +-freebsd1*) ++freebsd1|freebsd1.*) + dynamic_linker=no + ;; + @@ -20375,7 +20375,7 @@ case "${host_os}" in ## look-up sequence. Such automatic override has proven to break things ## like system frameworks (e.g. ImageIO or OpenGL framework). |