diff options
author | knu <knu@FreeBSD.org> | 2001-04-02 01:52:01 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-04-02 01:52:01 +0800 |
commit | 78d078ab4407beb7c282b76a85f4cb6c78e881c9 (patch) | |
tree | aaa4cdce3553cf629330bfdbb09a7a661af41456 /lang | |
parent | d35cddd2edceedd24c74389c2cc178b98ae9c039 (diff) | |
download | freebsd-ports-gnome-78d078ab4407beb7c282b76a85f4cb6c78e881c9.tar.gz freebsd-ports-gnome-78d078ab4407beb7c282b76a85f4cb6c78e881c9.tar.zst freebsd-ports-gnome-78d078ab4407beb7c282b76a85f4cb6c78e881c9.zip |
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. :)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby/Makefile | 3 | ||||
-rw-r--r-- | lang/ruby/distinfo | 3 | ||||
-rw-r--r-- | lang/ruby16/Makefile | 3 | ||||
-rw-r--r-- | lang/ruby16/distinfo | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 487115465e85..3cb73fb361e7 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/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/ruby/distinfo b/lang/ruby/distinfo index 6edb18d59bb8..0f7a7ba56720 100644 --- a/lang/ruby/distinfo +++ b/lang/ruby/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 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 |