[Lunar-commits] <moonbase> ruby: Version bump and adjusting the BUILD.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon May 9 20:38:00 CEST 2011
commit 1229935ab4c2b94ea21dc54e5a7ed023ad2847ea
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon May 9 14:38:00 2011 -0400
ruby: Version bump and adjusting the BUILD.
---
compilers/ruby/BUILD | 7 +++----
compilers/ruby/CONFIGURE | 1 +
compilers/ruby/DETAILS | 9 +++++----
3 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/compilers/ruby/BUILD b/compilers/ruby/BUILD
index 863607b..f99ec35 100644
--- a/compilers/ruby/BUILD
+++ b/compilers/ruby/BUILD
@@ -1,8 +1,7 @@
(
- bad_flags -fomit-frame-pointer
- OPTS+=" --enable-frame-address --enable-pthread --enable-shared"
- default_build &&
- make install-doc
+ OPTS+=" --enable-shared" &&
+
+ default_build
) > $C_FIFO 2>&1
diff --git a/compilers/ruby/CONFIGURE b/compilers/ruby/CONFIGURE
new file mode 100644
index 0000000..d466a7a
--- /dev/null
+++ b/compilers/ruby/CONFIGURE
@@ -0,0 +1 @@
+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 926efb2..1c7f6a1 100644
--- a/compilers/ruby/DETAILS
+++ b/compilers/ruby/DETAILS
@@ -1,12 +1,13 @@
MODULE=ruby
- VERSION=1.8.7-p334
+ MAJOR=1.9
+ VERSION=${MAJOR}.2-p180
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL[0]=http://ftp.ruby-lang.org/pub/$MODULE/1.8
+ SOURCE_URL[0]=http://ftp.ruby-lang.org/pub/$MODULE/$MAJOR
SOURCE_URL[1]=http://gd.tuwien.ac.at/languages/$MODULE
- SOURCE_VFY=sha1:4311ce257f2e54f247bfe07b48e799d293d041f2
+ SOURCE_VFY=sha1:10824b44c8060c7b9b5afc0b3519a1e9f02f7fe5
WEB_SITE=http://www.ruby-lang.org/en
ENTERED=20020106
- UPDATED=20110227
+ UPDATED=20110509
SHORT="A scripting language"
cat << EOF
More information about the Lunar-commits
mailing list