diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-01 17:52:01 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-01 17:52:01 +0000 |
commit | b4635474a2ccdc64b3d5e84695f7656c59fe7447 (patch) | |
tree | b483a8702ba59f47189de1517bd909a42814e22b /lang/ruby16 | |
parent | 562adb7a221823cb148d2c5f2fda34aa20640502 (diff) |
Update to the latest snapshot of the stable branch, plus a workaround
for the longstanding libc vs. libc_r issue.
This should hopefully fix all the ruby extensions such as Ruby/Qt2GL,
Ruby/Python and Ruby/SDL for both 4-STABLE and 5-CURRENT. :)
Notes
Notes:
svn path=/head/; revision=40694
Diffstat (limited to 'lang/ruby16')
-rw-r--r-- | lang/ruby16/Makefile | 3 | ||||
-rw-r--r-- | lang/ruby16/distinfo | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index 487115465e85..3cb73fb361e7 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/Makefile @@ -14,7 +14,8 @@ DISTNAME= ${RUBY_DISTNAME} DIST_SUBDIR= ruby PATCH_SITES= http://www.ruby-lang.org/~knu/ -PATCHFILES= ruby-${RUBY_VERSION}-${RUBY_SNAPSHOTDATE}.patch.gz +PATCHFILES= ${PORTNAME}-${RUBY_VERSION}-${RUBY_SNAPSHOTDATE}.patch.gz \ + ${PORTNAME}-freebsd-libc_r.patch.gz PATCH_DIST_STRIP= -p1 MAINTAINER= knu@FreeBSD.org diff --git a/lang/ruby16/distinfo b/lang/ruby16/distinfo index 6edb18d59bb8..0f7a7ba56720 100644 --- a/lang/ruby16/distinfo +++ b/lang/ruby16/distinfo @@ -1,2 +1,3 @@ MD5 (ruby/ruby-1.6.3.tar.gz) = 32a4ac2863806ebae253262c959fde66 -MD5 (ruby/ruby-1.6.3-2001.03.28.patch.gz) = da2ea97aeb2d164f776aeab00ab1109b +MD5 (ruby/ruby-1.6.3-2001.04.01.patch.gz) = c458dcfc1e4f7152bbd481f8ae96b017 +MD5 (ruby/ruby-freebsd-libc_r.patch.gz) = 3f2cd8f0d627ba2c4d26664c3f1e9a85 |