pkgsrc/lang/ruby-base/patches/patch-ag
taca 4547b16077 Update ruby-base package to 1.6.6. Changes from 1.6.4 are too many,
see ${LOCALBASE}/share/doc/ruby/NEWS file.

plus two fixes noted on ruby-dev@ruby-lang.org.

[ruby-dev:15549] lib/irb/locale.rb
[ruby-dev:15551] lib/weakref.rb

And some ruby pakcage own changes:

- Handle proper RUBY_ARCH variable on current.
- REPLACE_RUBY is processed by sed(1) not ruby.
- Proper handle with RUBY_EXTCONF.
- USE_RUBY_SETUP dosen't implicit define USE_RUBY_AMSTD now.
2001-12-30 16:21:51 +00:00

12 lines
284 B
Text

$NetBSD: patch-ag,v 1.1 2001/12/30 16:21:52 taca Exp $
--- lib/irb/locale.rb.orig Fri Jun 29 17:25:29 2001
+++ lib/irb/locale.rb
@@ -135,6 +135,7 @@
end
lc_file.close
toplevel_load lc_file.path, priv
+ lc_file.close(true)
end
private :real_load