OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 17-Mar-2005 13:07:36
Branch: HEAD Handle: 2005031712073600
Modified files:
openpkg-src/ruby ruby.patch ruby.spec
Log:
apply a workaround for Tru64
Summary:
Revision Changes Path
1.3 +12 -0 openpkg-src/ruby/ruby.patch
1.35 +1 -1 openpkg-src/ruby/ruby.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ruby/ruby.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 ruby.patch
--- openpkg-src/ruby/ruby.patch 5 Aug 2003 18:42:13 -0000 1.2
+++ openpkg-src/ruby/ruby.patch 17 Mar 2005 12:07:36 -0000 1.3
@@ -9,3 +9,15 @@
db_check(dblib) and break
end
end
+Index: configure
+--- configure.orig 2004-12-25 03:24:04 +0100
++++ configure 2005-03-17 13:07:01 +0100
+@@ -13991,7 +13991,7 @@
+ rb_cv_dlopen=yes ;;
+ esix*|uxpds*) : ${LDSHARED="ld -G"}
+ rb_cv_dlopen=yes ;;
+- osf*) : ${LDSHARED="ld -shared -expect_unresolved \"*\""}
++ osf*) : ${LDSHARED="ld -shared -expect_unresolved
-oldstyle_liblookup \"*\""}
+ rb_cv_dlopen=yes ;;
+ bsdi3*) case "$CC" in
+ *shlicc*) : ${LDSHARED="$CC -r"}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ruby/ruby.spec
============================================================================
$ cvs diff -u -r1.34 -r1.35 ruby.spec
--- openpkg-src/ruby/ruby.spec 16 Mar 2005 18:54:24 -0000 1.34
+++ openpkg-src/ruby/ruby.spec 17 Mar 2005 12:07:36 -0000 1.35
@@ -34,7 +34,7 @@
Group: Language
License: GPL
Version: 1.8.2
-Release: 20050316
+Release: 20050317
# list of sources
Source0: ftp://ftp.ruby-lang.org/pub/ruby/ruby-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]