diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-11 10:16:22 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-11 10:16:22 +0000 |
commit | e5f6fc00272cc31845cdaee8f9abf0273a8b77c3 (patch) | |
tree | 72a5985399b3a0b35cae9c1bdb1e272b54da08e3 /lang/ruby18 | |
parent | Set ONLY_FOR_ARCHS to i386, alpha and sparc64. (diff) |
Update lang/ruby-devel to the latest 1.8 snapshot as of 2003-01-11,
which now supports FreeBSD/sparc64.
Set ONLY_FOR_ARCHS to i386, alpha and sparc64. Ruby does not support
IA64 yet. It does not even build or install correctly. We need some
clue to the IA64 stack structure and handling of the IA64 register
windows.
Diffstat (limited to 'lang/ruby18')
-rw-r--r-- | lang/ruby18/Makefile | 3 | ||||
-rw-r--r-- | lang/ruby18/distinfo | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 0614137736a3..b8ea4fb6ad93 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -32,6 +32,9 @@ PLIST_SUB+= ONIGURUMA="" PLIST_SUB+= ONIGURUMA="@comment " .endif +# Ruby 1.8 does not support IA64 yet. +ONLY_FOR_ARCHS= i386 alpha sparc64 + #USE_BZIP2= yes RUBY_VER= 1.8 diff --git a/lang/ruby18/distinfo b/lang/ruby18/distinfo index dd1e5d43b2e3..1ee2345c8b2a 100644 --- a/lang/ruby18/distinfo +++ b/lang/ruby18/distinfo @@ -1,3 +1,3 @@ MD5 (ruby/ruby-1.8.0-preview1.tar.gz) = 1c37ec680b91cbea7a343252e4bd1e8d -MD5 (ruby/ruby-1.8.0-preview1-errata.diff) = 7ae6289348c59ca5107064cc75edc64e +MD5 (ruby/ruby-1.8.0-preview1-2003.01.11.diff.bz2) = 3264264760b657920a3540152c062f19 MD5 (ruby/onigd20030109.tar.gz) = b553a8fda41cdec52fed70002b2d3f26 |