| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
22 Aug 2003 09:01:42
1.6.8.2003.04.19
|
knu  |
Axe dangling files. |
04 Aug 2003 17:55:42
1.6.8.2003.04.19
|
knu  |
Get lang/ruby_static-devel to build. |
31 Jul 2003 22:16:01
1.6.8.2003.04.19
|
knu  |
Load rbconfig.rb before referring to Config and unbreak. |
26 Apr 2003 21:17:36
1.6.8.2003.04.19
|
knu  |
Unbreak the build. |
19 Apr 2003 15:57:37
1.6.8.2003.04.19
|
knu  |
Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to the
latest snapshots as of 2003-04-19.
ruby-bigdecimal (formerly known as ruby-bigfloat) and ruby-zlib are
now part of ruby 1.8. |
18 Mar 2003 02:49:13
1.6.8.2003.01.19
|
knu  |
Another BUILD_DEPENDS -> EXTRACT_DEPENDS leftover.
Noted by: kris |
11 Mar 2003 08:57:33
1.6.8.2003.01.19
|
knu  |
Change BUILD_DEPENDS to EXTRACT_DEPENDS.
Submitted by: bento |
18 Feb 2003 05:28:16
1.6.8.2003.01.19
|
knu  |
De-pkg-comment. |
24 Jan 2003 04:39:04
1.6.8
|
knu  |
Explicitly specify RUBY_VER?=1.6 to avoid duplicate INDEX entry when
RUBY_DEFAULT_VER=1.8.
Submitted by: kris |
18 Nov 2002 12:02:29
1.6.8.p2
|
knu  |
Remove an obsolete LANG=C kludge.
Add a knob for debugging. |
07 Nov 2002 01:30:54
1.6.8.p1
|
knu  |
Zero PORTREVISION after the PORTVERSION is bumped. |
27 Sep 2002 13:55:41
1.6.7.2002.09.12_1
|
knu  |
Update lang/ruby-devel to the latest snapshot as of 2002-09-27, which
fixes several coredump bugs and fatal threading problems.
Remove the autoconf dependency by including a pre-generated configure
script in the distfile. It now also includes a pre-generated parse.c
made by bison 1.35. |
24 Sep 2002 20:24:40
1.6.7.2002.09.12_1
|
knu  |
lang/ruby_static doesn't depend on autoconf any more.
(but lang/ruby_static-devel still does) |
23 Sep 2002 12:15:24
1.6.7.2002.09.12_1
|
knu  |
Fix a silly typo introduced in the previous commit and unbreak.
Submitted by: bento |
21 Sep 2002 07:11:59
1.6.7.2002.09.12_1
|
knu  |
Use RUBY_SHIM18_PORT. |
11 Sep 2002 18:22:01
1.6.7.2002.09.12_1
|
knu  |
- Integrate the digest/*, racc/cparse, iconv, shim16_18 modules into
lang/ruby_static.
- Integrate the iconv module into lang/ruby_static-devel. |
09 Jun 2002 07:05:22
1.6.7.2002.05.23
|
knu  |
devel/ruby-strscan has been replaced with lang/ruby16-shim-ruby18.
Reported by: make index |
08 Jun 2002 18:18:52
1.6.7.2002.05.23
|
knu  |
devel/ruby-fnmatch has been replaced with lang/ruby16-shim-ruby18. |
24 May 2002 10:57:31
1.6.7.2002.05.23
|
knu  |
Update lang/ruby and lang/ruby-devel to the latest snapshots as of
2002-05-23. |
30 Mar 2002 10:10:36
1.6.7.2002.03.27_1
|
knu  |
Use autoconf 2.53 for lang/ruby_static-devel and unbreak it. |
20 Feb 2002 05:52:50 
|
knu  |
Include databases/ruby-bdb1. |
19 Feb 2002 20:48:40 
|
knu  |
Set MAKE_ENV to "LANG=C" to prevent bison 1.33 w/ gettext 0.10.35 (what is
built from ports) from coredumping. [workaround] |
29 Jan 2002 09:19:45 
|
knu  |
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
|
26 Dec 2001 06:30:29 
|
knu  |
Remove ruby-syslog from here too. |
19 Sep 2001 15:34:06 
|
knu  |
Update ruby to the 1.6.5 release. |
17 Sep 2001 08:45:58 
|
knu  |
Do not static link everything (including libc) but just compile in some
dynamic modules, and leave a knob which links everything as before (-DSTATIC).
|
21 Jun 2001 17:45:20 
|
knu  |
Now Ruby 1.7 has fnmatch out-of-the-box. |
11 Jun 2001 06:04:09 
|
knu  |
Compile ruby-fnmatch in. |
04 Jun 2001 15:54:32 
|
knu  |
Introduce RUBY_DEFALUT_VER to choose a default version of ruby to use. |
06 May 2001 17:46:06 
|
knu  |
Support installing multiple versions of ruby_s. (You'll have ruby16_s and
ruby17_s, and ruby_s as a symlink to either) |
01 Apr 2001 19:14:50 
|
knu  |
Do not link libc_r when it is unnecessary. |
19 Feb 2001 15:55:35 
|
knu  |
Add lang/ruby_static, the statically linked version of the "ruby" executable,
with some basic extensions compiled in. |