Erik Michaels-Ober
c681d8c4eb
Merge pull request #342 from rkh/topaz-dev
...
add topaz-dev
2013-04-07 04:06:47 -07:00
Konstantin Haase
127cd1dcff
add topaz-dev
2013-04-07 11:14:44 +02:00
Erik Michaels-Ober
73ad8ac371
Merge pull request #341 from statianzo/mruby
...
Added mruby
2013-04-06 04:53:49 -07:00
Sam Stephenson
c557723792
Mention homebrew/dupes/apple-gcc42 if Homebrew is installed
2013-04-05 12:19:39 -05:00
Jason Staten
b193b49c6b
mruby-dev
2013-04-05 08:23:34 -06:00
Erik Michaels-Ober
a585d0b938
Merge pull request #339 from gnprice/fix-shorten-workaround
...
Fix build failure when clang installed and not used
2013-04-02 09:37:09 -07:00
Greg Price
9c3e1644e9
Better target the shorten-64-to-32 workaround ( #325 , #319 )
...
The previous version of this logic was causing us to
pass the flag when
* clang is on the PATH, and
* $CC, or 'clang' if CC unset, accepts the flag.
But this is totally wrong if we have clang installed,
haven't set $CC, and are going to end up using gcc.
We end up passing the flag to gcc, which rejects it.
The real fix is to put this in the autoconf goo in MRI
upstream -- the only correct way to decide whether to pass
this flag is after we know exactly what compiler we're using
and can test if that compiler accepts the flag. But we can
do better than before by approximating autoconf's choice of
compiler as $CC if set, 'cc' otherwise (which will typically
be a symlink to gcc or clang or another.)
Fixes: https://github.com/sstephenson/ruby-build/issues/319
and #325 , which is a dupe.
2013-04-01 19:21:17 -07:00
Erik Michaels-Ober
67ad3d0619
Merge pull request #336 from rkh/jruby-dev
...
add jruby-1.7.4-dev
2013-03-30 18:49:49 -07:00
Marc Huffnagle
ae365a3771
Updated README.md to use https to clone ruby-build
2013-03-29 11:22:09 -04:00
Konstantin Haase
b32a948415
add jruby-1.7.4-dev
2013-03-27 17:15:27 +01:00
Erik Michaels-Ober
1fb955eead
Merge pull request #326 from quark-zju/keep-downloaded-tarball
...
Keep downloaded tarball sometimes
2013-03-24 19:48:51 -07:00
Sam Stephenson
386b37613f
rbenv install 1.9.3 lists matching definitions
2013-03-21 12:40:53 -05:00
WU Jun
3d2f1a7277
keep source tarball if '--keep' or 'tar xf' fails
2013-03-18 14:11:09 +08:00
WU Jun
d0912e4fb5
use --continue when downloading tarball
2013-03-12 16:40:13 +08:00
Erik Michaels-Ober
28bdf54ef4
ruby-build 20130227
2013-02-27 16:05:26 -08:00
Sam Stephenson
c399876c7b
Merge pull request #252 from jessedearing/upgrade_191_rubygems
...
Upgrades rubygems for 1.9.1: 1.3.5 -> 1.3.7
2013-02-27 12:50:11 -08:00
Sam Stephenson
06d7994bcf
Feature detection for -Wno-error=shorten-64-to-32
2013-02-27 12:45:26 -06:00
Sam Stephenson
e75dcd07fb
Default Ruby CFLAGS to -Wno-error=shorten-64-to-32; don't set CC
...
Ref. #290 , #311
2013-02-27 11:12:41 -06:00
Erik Michaels-Ober
84820db1c0
ruby-build 20130226
2013-02-26 08:40:13 -08:00
Jeremy Kemper
fee1e499fb
Build a shared openssl to link to Ruby as a stopgap to fix build issues some people are having, pending understanding why static linking isn't working.
2013-02-25 12:45:08 -06:00
Erik Michaels-Ober
c59f4a7450
ruby-build 20130225
2013-02-25 02:04:04 -08:00
Jeremy Kemper
bdc7b4fbb6
Merge pull request #310 from znz/fix-exit-status-of-install-with-verbose
...
fix exit status of install with verbose
2013-02-24 20:42:27 -08:00
Jeremy Kemper
24a12aee0c
Merge pull request #313 from hsbt/bump-versions-210
...
bump versions to 2.1.0
2013-02-24 20:39:40 -08:00
SHIBATA Hiroshi
81bbb68de6
bump versions to 2.1.0
2013-02-25 13:04:17 +09:00
Jeremy Kemper
f6091b8b06
No need to rehash when using CAfile. Used for file-per-cert CApath hashing.
2013-02-24 20:24:19 -07:00
Jeremy Kemper
527e3e35ca
Rename the CAfile to cert.pem since that's the hardcoded default.
...
$ strings ~/.rbenv/versions/2.0.0-rc2/openssl/lib/libcrypto.a |
grep -B3 SSL_CERT_FILE
/Users/jeremy/.rbenv/versions/2.0.0-rc2/openssl/ssl/certs
/Users/jeremy/.rbenv/versions/2.0.0-rc2/openssl/ssl/cert.pem
SSL_CERT_DIR
SSL_CERT_FILE
2013-02-24 20:21:01 -07:00
Kazuhiro NISHIYAMA
f63cbf815a
fix exit status of install with verbose
2013-02-25 11:43:36 +09:00
Erik Michaels-Ober
97fc5c55e5
ruby-build 20130224
2013-02-24 09:15:31 -08:00
Erik Michaels-Ober
eccd09bca8
Merge pull request #299 from hsbt/add-definition-200p0
...
Added a definition for 2.0.0-p0
2013-02-24 09:07:52 -08:00
SHIBATA Hiroshi
3c94f7f696
switched http
2013-02-24 18:13:53 +09:00
SHIBATA Hiroshi
3083add866
Added a definition for 2.0.0-p0
2013-02-24 18:09:45 +09:00
Sam Stephenson
ac9564b552
Merge pull request #275 from sheerun/failure-cleanup
...
Autoclean on unsuccessful installation
2013-02-23 12:56:18 -08:00
Erik Michaels-Ober
2bdd07cd43
Update examples to use latest MRI
2013-02-22 11:26:15 -08:00
Adam Stankiewicz
f0d5c5979f
fix: Ensure cleaned directory did not exist
2013-02-22 20:22:15 +01:00
Erik Michaels-Ober
0416be28f4
Merge pull request #260 from shingara/patch-2
...
Update share/ruby-build/rbx-2.0.0-dev
2013-02-22 10:54:49 -08:00
Erik Michaels-Ober
1b196d79ec
ruby-build 20130222
2013-02-22 10:44:38 -08:00
Erik Michaels-Ober
4fdd6377ba
Merge pull request #294 from sorah/193p392
...
Add 1.9.3-p392
2013-02-22 10:36:25 -08:00
Shota Fukumori
55179832b8
Create 1.9.3-p392
2013-02-22 22:16:48 +09:00
Erik Michaels-Ober
5dbd6ba7eb
Merge pull request #292 from robertrolandorg/master
...
Adding in JRuby 1.7.3 support
2013-02-21 10:30:39 -08:00
Rob Roland
7dafb17367
Adding jruby-1.7.3
2013-02-21 10:09:09 -08:00
Erik Michaels-Ober
4d7071392f
Merge pull request #284 from agileanimal/master
...
fixed typo when openssl-1.0.1e was added to ruby 2.0.0
2013-02-11 16:23:23 -08:00
Mark Madsen
ea21ec4ee3
fixed typo when openssl-1.0.1e was added to ruby 2.0.0
2013-02-11 17:02:43 -07:00
Erik Michaels-Ober
ffef047307
Upgrade to OpenSSL 1.0.1e
2013-02-11 15:39:03 -08:00
Sam Stephenson
ffa621a754
Merge pull request #282 from alexstaubo/master
...
Add -q to curl.
2013-02-10 15:21:40 -08:00
Alexander Staubo
77894a2802
Pass -q to curl to avoid loading user's potentially conflicting .curlrc. Related to #244 .
2013-02-10 23:52:22 +01:00
Jeremy Kemper
a550dec3c5
Strip stray newline
2013-02-08 17:39:20 -07:00
Jeremy Kemper
b5baf47dae
Upgrade to OpenSSL 1.0.1d, released 2013-02-05
2013-02-08 17:36:08 -07:00
Sam Stephenson
3c6fa3901c
Allow building against a custom OpenSSL on OS X
2013-02-08 18:25:11 -06:00
Erik Michaels-Ober
5d36bc93bb
ruby-build 20130208
2013-02-08 15:27:08 -08:00
Sam Stephenson
94add57f17
Include certs from /System/Library/Keychains/SystemRootCertificates.keychain
2013-02-08 17:20:25 -06:00