ruby: update to 1.9.1-p129
This commit is contained in:
parent
51ae9da947
commit
7b4d4856a6
1398
ruby/.footprint
1398
ruby/.footprint
File diff suppressed because it is too large
Load Diff
@ -1,2 +1,2 @@
|
||||
bf297efaa24ec6cdb74963c0f608f6f1 ruby-1.8.7-p173.tar.bz2
|
||||
c4a32b5ca6006dc210e4022edbe85951 ruby-arch.patch
|
||||
6fa62b20f72da471195830dec4eb2013 ruby-1.9.1-p129.tar.bz2
|
||||
47d04c87886689f454361249d255d823 ruby-arch.patch
|
||||
|
12
ruby/Pkgfile
12
ruby/Pkgfile
@ -4,9 +4,9 @@
|
||||
# Depends on: db, gdbm, ncurses, openssl, readline, zlib
|
||||
|
||||
name=ruby
|
||||
version=1.8.7-p173
|
||||
version=1.9.1-p129
|
||||
release=1
|
||||
source=(ftp://ftp.ruby-lang.org/pub/$name/1.8/$name-$version.tar.bz2 \
|
||||
source=(ftp://ftp.ruby-lang.org/pub/$name/1.9/$name-$version.tar.bz2 \
|
||||
$name-arch.patch)
|
||||
|
||||
build () {
|
||||
@ -17,9 +17,9 @@ build () {
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--enable-shared \
|
||||
--enable-pthread
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
--disable-install-doc \
|
||||
--with-ruby-version=minor
|
||||
|
||||
chmod -x $PKG/usr/lib/ruby/1.8/linux/*.h
|
||||
make -j1
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
diff -Nru ruby-1.8.7-p71.orig/configure ruby-1.8.7-p71/configure
|
||||
--- ruby-1.8.7-p71.orig/configure 2008-08-08 08:26:41.000000000 +0200
|
||||
+++ ruby-1.8.7-p71/configure 2008-08-08 08:26:57.000000000 +0200
|
||||
@@ -17676,7 +17676,7 @@
|
||||
diff -Nru ruby-1.9.1-p129.orig/configure ruby-1.9.1-p129/configure
|
||||
--- ruby-1.9.1-p129.orig/configure 2009-06-11 16:48:17.886630091 +0200
|
||||
+++ ruby-1.9.1-p129/configure 2009-06-11 16:48:39.136631089 +0200
|
||||
@@ -22515,7 +22515,7 @@
|
||||
_ACEOF
|
||||
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user