Akinori MUSHA
988f3cd2c6
Update to 1.6.4 preview2 + a tiny hotfix.
2001-04-17 18:08:24 +00:00
Akinori MUSHA
e2f7f68b82
Update to the latest snapshot plus a fix against malloc race issue.
...
(1.6.4.p1.2001.04.11)
This does not build on the very latest CURRENT due to the newly
updated libreadline, but the problem will soon be fixed.
2001-04-12 16:57:17 +00:00
Akinori MUSHA
67551d3a37
Update to 1.6.4-preview1.
...
Make bsd.ruby.mk easily handle preview releases.
2001-04-10 07:23:49 +00:00
Akinori MUSHA
369ae010ab
Do the RUBY_WITH_PTHREAD hack in a more elegant way.
2001-04-06 10:11:41 +00:00
Akinori MUSHA
f6ea678587
Introduce a new variable: RUBY_WITH_PTHREAD.
...
With it, extconf.rb is modified to link with -pthread instead of -lc.
2001-04-06 09:19:22 +00:00
Akinori MUSHA
97feddd36f
Invoke ruby with -d when the variable DEBUG is defined. (make -DDEBUG)
2001-04-02 04:36:09 +00:00
Akinori MUSHA
b4635474a2
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. :)
2001-04-01 17:52:01 +00:00
Akinori MUSHA
c08fd71075
Update to the latest snapshot of the stable branch.
...
Yes, 1.6.4 release will be released soon before 4.3-RELEASE.
2001-03-28 11:45:08 +00:00
Akinori MUSHA
c863c8984a
Update to the latest stable snapshot. A couple of significant
...
bugfixes have been made since the 1.6.3 release. C'est la vie. ;)
2001-03-21 11:02:32 +00:00
Akinori MUSHA
0a81dcd924
Update to 1.6.3 release.
2001-03-19 10:51:53 +00:00
Akinori MUSHA
235b9035e5
Update to the snapshot of the stable branch as of yesterday.
...
The 1.6.3 release has been postponed but now scheduled on next Monday.
2001-03-17 20:57:05 +00:00
Akinori MUSHA
6b186f8afb
Update to the latest snapshot of the stable branch. The long-awaited
...
1.6.3 release is scheduled for this week...
2001-03-12 18:07:40 +00:00
Akinori MUSHA
11b68518a9
Improve ruby-shebang-patch routine. Add a #! line when the script
...
doesn't have one.
2001-03-11 17:39:28 +00:00
Akinori MUSHA
b00f825c35
Update to the stable branch's snapshot as of today (2001.03.04).
...
Hopefully 1.6.3 will come out soon...
2001-03-04 11:16:59 +00:00
Akinori MUSHA
98539f4ba9
Update to 2001.02.19b, the second snapshot of today's. The Rubicon
...
test suite found a bug in the previous snapshot. The 1.6.3 release is
drawing near.
2001-02-19 16:17:17 +00:00
Akinori MUSHA
a9a7eeb4ba
Update to the stable branch's snapshot as of today (2001.02.19), which
...
is meant to be a candidate for the 1.6.3 release.
2001-02-19 07:54:08 +00:00
Akinori MUSHA
21731a090a
Update to the snapshot as of 2001/02/05.
2001-02-05 21:34:38 +00:00
Akinori MUSHA
86bd115438
Update Ruby to 1.6 branch's snapshot as of 2001/01/18, with many bugs
...
fixed. Read ChangeLog for details.
2001-01-18 19:53:38 +00:00
Akinori MUSHA
08beaaaf98
Ho-ho-ho. Here comes the latest and greatest stable release of Ruby.
...
This is Ruby 1.6.2, the "Merry Christmas" version. Have fun! :)
2000-12-25 14:07:57 +00:00
Akinori MUSHA
a67d45fab1
Update to 1.6.2-preview3. As always, Matz has prepared a preview
...
snapshot right before the freeze for the new FreeBSD release. :)
2000-11-16 17:59:40 +00:00
Akinori MUSHA
ba515d932e
Update Ruby to 1.6.2-preview2.
...
The head author of Ruby has prepared this snapshot version for us when
I told him that FreeBSD ports tree was soon to freeze for 4.2-RELEASE!
2000-11-03 15:58:01 +00:00
Akinori MUSHA
af0e61555b
Check if ${RUBY} exists before running it.
...
Reported by: fenner, asami
2000-10-21 19:57:53 +00:00
Akinori MUSHA
2639c7ae1f
Update to Ruby 1.6.2-preview.
2000-10-20 21:10:00 +00:00
Akinori MUSHA
8abf5f5754
Allow users to define RUBY variable to utilize ruby ports with
...
custom-installed Ruby. :)
For instance, if you have built Ruby from the latest snapshot and
installed, you can install ruby modules from ports only by typing
"make RUBY=/usr/local/bin/ruby install". bsd.ruby.mk will take care
of everything including RUBY_VER, RUBY_LIBDIR, CONFIGURE_TARGET, etc.
Introduce version requirement checking mechanism. You can set
RUBY_REQUIRE to any ruby expression(s) to check Ruby's version (or
other modules' versions, in future). The result will be set in
RUBY_PROVIDED.
Define RUBY_VERSION_CODE which holds full integer version of Ruby.
Define RUBY_PORTVERSION, RUBY_DISTNAME and RUBY_WRKSRC for the
standard ruby ports so as not to change PORTVERSION, DISTNAME and
RUBY_WRKSRC of ruby, ruby-gdbm, ruby-tcltklib, ruby-tk, etc. everytime
Ruby is updated.
Rename RUBY_DEPENDS to DEPEND_RUBY, etc. for a cosmetic reason.
2000-10-20 19:43:58 +00:00
Akinori MUSHA
f5507f4941
Add RUBY_SHEBANG_FILES, in which you can list files which shebang
...
lines need to be fixed.
2000-09-30 17:34:44 +00:00
Akinori MUSHA
3d3b2e83ce
Update to Ruby 1.6.1. Many bugs have been fixed since 1.6.0. :)
...
Take over the maintainership from Yasuhiro Fukuma <yasuf@bsdclub.org>,
with his approval. I can never thank him too much for his previous
work which led me in the right direction! :)
lang/ruby:
- Add a patch for find.rb, which fixes the bug found after
1.6.1 was released.
databases/ruby-gdbm, */ruby-{tcltklib,tk}:
- Remove files/md5 and refer to lang/ruby's one.
2000-09-28 19:33:39 +00:00
Akinori MUSHA
f6b2a9ebe4
Add RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS knobs.
...
Prevent this file from being included twice.
2000-09-16 11:37:37 +00:00
Akinori MUSHA
3c53b6626b
Add ruby-setup-install target which I forgot to add.
2000-09-07 07:20:02 +00:00
Akinori MUSHA
addcb1c0ad
Add _RUBY_SUFFIX, which is always set to "${RUBY_VER:S/.//}".
...
Allow users to override RUBY_VERSION and RUBY_SUFFIX.
2000-09-06 22:40:09 +00:00
Akinori MUSHA
2631f6ed9c
Add bsd.ruby.mk, which stores utility definitions for Ruby related ports.
...
Approved by: asami
2000-09-06 20:06:58 +00:00