[Lunar-commits] r16080 - moonbase/trunk/compilers/ruby
Terry Chan
tchan at lunar-linux.org
Thu Aug 11 21:17:56 UTC 2005
Author: tchan
Date: 2005-08-11 21:17:56 +0000 (Thu, 11 Aug 2005)
New Revision: 16080
Modified:
moonbase/trunk/compilers/ruby/BUILD
moonbase/trunk/compilers/ruby/DETAILS
Log:
Added a patch to ruby so that it will compile with openssl-0.9.8. This
patch needs to be revisited when openssl-0.9.9 or higher is released or
when ruby-1.8.3 or greater is released.
Modified: moonbase/trunk/compilers/ruby/BUILD
===================================================================
--- moonbase/trunk/compilers/ruby/BUILD 2005-08-11 20:51:16 UTC (rev 16079)
+++ moonbase/trunk/compilers/ruby/BUILD 2005-08-11 21:17:56 UTC (rev 16080)
@@ -2,7 +2,7 @@
bad_flags -fomit-frame-pointer
OPTS="$OPTS --enable-shared"
-
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
default_build
) > $C_FIFO 2>&1
Modified: moonbase/trunk/compilers/ruby/DETAILS
===================================================================
--- moonbase/trunk/compilers/ruby/DETAILS 2005-08-11 20:51:16 UTC (rev 16079)
+++ moonbase/trunk/compilers/ruby/DETAILS 2005-08-11 21:17:56 UTC (rev 16080)
@@ -1,13 +1,15 @@
MODULE=ruby
VERSION=1.8.2
- #VERSION=1.8.1
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=ruby-ssl098-patch
SOURCE_URL[0]=http://xyz.lcs.mit.edu/$MODULE/1.8/
SOURCE_URL[1]=http://gd.tuwien.ac.at/languages/$MODULE/
SOURCE_VFY=sha1:409a917d3a0aba41f45bd053b767c85b2bc35ffa
+ SOURCE2_URL=$PATCH_URL/
+ SOURCE2_VFY=sha1:f4b9e02824fe78875050b3d9d2b45cfad11e292d
WEB_SITE=http://www.ruby-lang.org/en
ENTERED=20020106
- UPDATED=20041225
+ UPDATED=20050811
SHORT="Ruby is a scripting language"
cat << EOF
More information about the Lunar-commits
mailing list