[Lunar-commits] <moonbase> Revert "ruby: Version bump and adjusting the BUILD."
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Fri May 20 13:44:50 CEST 2011
commit cf378c997f5ee5b76da41285afde7bb3928e94c7
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Fri May 20 07:44:50 2011 -0400
Revert "ruby: Version bump and adjusting the BUILD."
This reverts commit 1229935ab4c2b94ea21dc54e5a7ed023ad2847ea.
Some one shoot me for not fully testing this. A lunar fix should be
done at some point.
---
compilers/ruby/BUILD | 7 ++++---
compilers/ruby/CONFIGURE | 1 -
compilers/ruby/DETAILS | 9 ++++-----
3 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/compilers/ruby/BUILD b/compilers/ruby/BUILD
index f99ec35..863607b 100644
--- a/compilers/ruby/BUILD
+++ b/compilers/ruby/BUILD
@@ -1,7 +1,8 @@
(
- OPTS+=" --enable-shared" &&
-
- default_build
+ bad_flags -fomit-frame-pointer
+ OPTS+=" --enable-frame-address --enable-pthread --enable-shared"
+ default_build &&
+ make install-doc
) > $C_FIFO 2>&1
diff --git a/compilers/ruby/CONFIGURE b/compilers/ruby/CONFIGURE
deleted file mode 100644
index d466a7a..0000000
--- a/compilers/ruby/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-mquery MAKE_DOCS "Install rdoc indexes during install?" y "--enable-install-doc" "--disable-install-doc"
diff --git a/compilers/ruby/DETAILS b/compilers/ruby/DETAILS
index 1c7f6a1..926efb2 100644
--- a/compilers/ruby/DETAILS
+++ b/compilers/ruby/DETAILS
@@ -1,13 +1,12 @@
MODULE=ruby
- MAJOR=1.9
- VERSION=${MAJOR}.2-p180
+ VERSION=1.8.7-p334
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL[0]=http://ftp.ruby-lang.org/pub/$MODULE/$MAJOR
+ SOURCE_URL[0]=http://ftp.ruby-lang.org/pub/$MODULE/1.8
SOURCE_URL[1]=http://gd.tuwien.ac.at/languages/$MODULE
- SOURCE_VFY=sha1:10824b44c8060c7b9b5afc0b3519a1e9f02f7fe5
+ SOURCE_VFY=sha1:4311ce257f2e54f247bfe07b48e799d293d041f2
WEB_SITE=http://www.ruby-lang.org/en
ENTERED=20020106
- UPDATED=20110509
+ UPDATED=20110227
SHORT="A scripting language"
cat << EOF
More information about the Lunar-commits
mailing list