summaryrefslogtreecommitdiff
path: root/lang/ruby200-base
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-04-03 08:59:08 +0000
committerjperkin <jperkin@pkgsrc.org>2015-04-03 08:59:08 +0000
commit83e7535a64aea1913397e1c91c73e6cefa31ec24 (patch)
tree2e957d7741c4447f466be9fa0ec2775940115266 /lang/ruby200-base
parent31b61e4b2cba088ed2398fb81b2c5295e3352d6c (diff)
downloadpkgsrc-83e7535a64aea1913397e1c91c73e6cefa31ec24.tar.gz
Disable CPU detection on Darwin, the result for 32-bit (i486) is incompatible
with pkgsrc MACHINE_ARCH (i386). Fixes 32-bit build, no change for 64-bit.
Diffstat (limited to 'lang/ruby200-base')
-rw-r--r--lang/ruby200-base/distinfo4
-rw-r--r--lang/ruby200-base/patches/patch-configure11
2 files changed, 12 insertions, 3 deletions
diff --git a/lang/ruby200-base/distinfo b/lang/ruby200-base/distinfo
index 54c08d19b67..3dae2ac8547 100644
--- a/lang/ruby200-base/distinfo
+++ b/lang/ruby200-base/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.21 2015/03/08 14:59:12 taca Exp $
+$NetBSD: distinfo,v 1.22 2015/04/03 09:01:11 jperkin Exp $
SHA1 (ruby-2.0.0-p643.tar.bz2) = d1d7d324a1f2530d67d54464fe09646583e4dda1
RMD160 (ruby-2.0.0-p643.tar.bz2) = 5ae5f1548547fe7bcce12d996419e2ac293bea9f
Size (ruby-2.0.0-p643.tar.bz2) = 10772113 bytes
-SHA1 (patch-configure) = 47db420cdef6b4b001a973c972a01613ea065587
+SHA1 (patch-configure) = aaa93fd2e4f130bb2cb852b15b58a1840e57dba5
SHA1 (patch-defs_default__gems) = 28a47952e27c22055bac6ad151d092572b96b1ec
SHA1 (patch-ext_dbm_extconf.rb) = 7322637de769b7d01650e1ed566e891801ce3e92
SHA1 (patch-ext_tk_extconf.rb) = b5141d995afc455e4d64b578200f01d9dc75c310
diff --git a/lang/ruby200-base/patches/patch-configure b/lang/ruby200-base/patches/patch-configure
index 672997697ba..737ce44053e 100644
--- a/lang/ruby200-base/patches/patch-configure
+++ b/lang/ruby200-base/patches/patch-configure
@@ -1,10 +1,19 @@
-$NetBSD: patch-configure,v 1.6 2015/03/08 14:59:12 taca Exp $
+$NetBSD: patch-configure,v 1.7 2015/04/03 09:01:11 jperkin Exp $
* Adding Interix and MirBSD support.
* Ignore doxygen.
--- configure.orig 2015-02-25 10:52:37.000000000 +0000
+++ configure
+@@ -5193,7 +5193,7 @@ esac
+ else
+ if test x"$target_alias" = x; then
+ case "$target_os" in #(
+- darwin*) :
++ notdarwin*) :
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for real target cpu" >&5
+ $as_echo_n "checking for real target cpu... " >&6; }
@@ -8385,6 +8385,10 @@ esac
superux*) :
ac_cv_func_setitimer=no