Skip to content

Commit

Permalink
ruby: Version bump and adjusting the BUILD.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis `stumbles` Veatch committed May 9, 2011
1 parent 6902414 commit 1229935
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 3 additions & 4 deletions compilers/ruby/BUILD
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions compilers/ruby/CONFIGURE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mquery MAKE_DOCS "Install rdoc indexes during install?" y "--enable-install-doc" "--disable-install-doc"
9 changes: 5 additions & 4 deletions compilers/ruby/DETAILS
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1229935

Please sign in to comment.