Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.8.2003.04.19 07 Aug 2003 11:10:05 |
knu |
Now that ruby 1.8.0 is officially released, rename ruby to ruby16, and
ruby-devel to ruby18. |
1.6.8.2003.04.19 19 Apr 2003 19:36:28 |
knu |
Add a patch to fix coredump that occurs when you run ruby with the
verbose flag on. (ruby -v -e 'begin;end')
PORTREVISION is not bumped since this is not a significant problem for
most people. |
1.6.8.2003.04.19 19 Apr 2003 15:57:37 |
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. |
1.6.8.2003.01.19 05 Apr 2003 11:37:55 |
knu |
Install a cookie file per variant in RUBY_ELISPDIR.
Reported by: kris |
1.6.8.2003.01.19 05 Apr 2003 11:31:55 |
knu |
Sort. |
1.6.8.2003.01.19 18 Feb 2003 11:24:59 |
knu |
Touch configure in the pre-configure stage lest the timestamp of
configure.in be ahead of that of configure and autoconf thus be
demanded.
Submitted: kris, bento |
1.6.8.2003.01.19 18 Feb 2003 05:28:16 |
knu |
De-pkg-comment. |
1.6.8.2003.01.19 04 Feb 2003 13:13:05 |
knu |
Use devel/oniguruma to build ruby with oniguruma. |
1.6.8.2003.01.19 04 Feb 2003 12:53:42 |
knu |
Update Oniguruma to 20030204. |
1.6.8.2003.01.19 25 Jan 2003 21:02:57 |
knu |
Remove an unneeded workaround. |
1.6.8.2003.01.19 25 Jan 2003 09:19:14 |
knu |
Update lang/ruby to the latest snapshot as of 2003-01-19, and Oni
Guruma to 2003-01-21. This update includes a bug fix that exposes
when formatting Bignums, like with ipaddr.rb. |
1.6.8 18 Jan 2003 21:51:20 |
knu |
Rephrase. |
1.6.8 16 Jan 2003 05:39:55 |
knu |
Avoid "make: don't know how to make INSTALLS_DEPENDS. Stop" error by
disabling parallel build on sparc64. The INSTALLS_DEPENDS thing
probably comes from bsd.port.mk, but I wonder why it is regarded as a
target when it is only used as a boolean variable. I think make(1)
has some problem with parallel build (-jN) on that platform.
I could not really reproduce the error on panther, but a submitter [1]
says the build went fine if he commented the -jN option out as I
suggested.
Submitted by: Anders Andersson <anders@hack.org>,
Joao Pedras <jpedras@webvolution.net> [1],
kris |
1.6.8 11 Jan 2003 10:23:52 |
knu |
Explicitly specify RUBY_VER=1.6. |
1.6.8 11 Jan 2003 10:13:05 |
knu |
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. |
1.6.8 11 Jan 2003 08:45:19 |
knu |
Update Oni Guruma (alternative BSDL regexp engine) to 20030109. |
1.6.8 31 Dec 2002 10:41:03 |
knu |
Add a patch to support FreeBSD/sparc64.
Obtained from: self (Ruby CVS) |
1.6.8 24 Dec 2002 18:12:20 |
knu |
lang/ruby:
- Update to the 1.6.8 final release. (which fixes a couple of
coredumping bugs)
- Update Oni Guruma (alternative BSDL regexp engine) to 20021210.
- Attach a small knob for debugging.
lang/ruby-devel
- Update to 1.8.0 preview 1 + errata patch. (fixes a couple of
coredumping bugs)
- Update Oni Guruma (alternative BSDL regexp engine) to 20021210.
- Fix pkg-plist nits.
lang/ruby16-shim-ruby18
- Update to 1.8.0 preview 1. (sync with 1.6.8 & 1.8.0 preview1)
- Fix pkg-plist nits.
Approved by: lioux (and self)
A Merry Christmas to: all of you |
1.6.8.p3 12 Dec 2002 12:53:03 |
knu |
Update lang/ruby to 1.6.8-preview3, lang/ruby16-shim-ruby18 to
1.7.3.2002.12.11, and lang/ruby-devel to 1.7.3-2002.12.12.
- Fix a few bugs that lead to core dump, one in the ruby interpreter
and another in the syslog module.
Reported by: ume (net/dtcp was a victim)
- Fix an installation problem occasionally seen on bento. (a bug in
Makefile that caused race)
Submitted by: bento
- Fix a problem that irb(1) didn't work because the symlink was wrong.
Submitted by: Jos Backus <jos@catnook.com>
- Get rid of move & symlink spaghetti completely from the installation
process.
Discussed with: portmgr (will) |
1.6.8.p2_1 18 Nov 2002 20:36:14 |
knu |
Add a patch for tempfile.rb from CVS and bump PORTREVISION.
This fixes temporary file locking errors seen in portupgrade. (not a
security vulnerability, just a problem with cleanup) |
1.6.8.p2 09 Nov 2002 07:11:45 |
knu |
Update lang/ruby to 1.6.8-preview2.
Feel free to send me any feedback before 1.6.8 is finally released. |
1.6.8.p1 06 Nov 2002 12:28:56 |
knu |
Update lang/ruby to 1.6.8-preview1. |
1.6.7.2002.09.12 24 Sep 2002 20:07:08 |
knu |
Reroll a stable snapshot tarball as of 2002-09-12 for lang/ruby
containing a pregenerated configure and a parse.c generated with bison
1.35. This is to offer a smaller (.tar.bz2) distfile, remove the
autoconf dependency and benefit from a bit more efficient parse.c than
that which byacc(1) generates. |
1.6.7.2002.09.12 11 Sep 2002 17:30:21 |
knu |
Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to the
latest snapshots as of today, 2002-09-12 (JST). |
1.6.7.2002.07.15 03 Aug 2002 12:36:22 |
knu |
Add a header file that's installed only when WITH_ONIGURUMA is defined
to pkg-plist.
Reported by: nork |
1.6.7.2002.07.15 24 Jul 2002 10:56:42 |
knu |
Install ChangeLog too.
Suggested by: Andreas Hauser <hauser@informatik.uni-muenchen.de> |
1.6.7.2002.07.15 15 Jul 2002 11:26:49 |
knu |
Update lang/ruby and lang/ruby-devel to the latest snapshots as of
2002-07-15. |
1.6.7.2002.05.23 25 May 2002 00:30:24 |
knu |
Make sure STRIP is defined before referencing the value. STRIP can be
undefined when DEBUG_FLAGS is defined.
Submitted by: Dave Cornejo <dave@dogwood.com>,
Joshua Goodall <joshua@roughtrade.net> |
1.6.7.2002.05.23 24 May 2002 10:57:31 |
knu |
Update lang/ruby and lang/ruby-devel to the latest snapshots as of
2002-05-23. |
1.6.7.2002.05.02p 03 May 2002 19:24:15 |
knu |
Update lang/ruby to the latest stable stapshot as of 2002-05-02, with
a local patch applied. (which will be committed soon) |
1.6.7.2002.03.27 14 Apr 2002 12:38:26 |
knu |
Minimize the difference from lang/ruby-devel. |
1.6.7.2002.03.13 26 Mar 2002 22:20:00 |
knu |
lang/ruby:
- Update to the latest 1.6 stable snapshot as of 2002-03-27.
- Update the Oni Guruma alternative regex engine to 20020325.
lang/ruby-devel:
- Update to the latest 1.7 development snapshot as of 2002-03-26.
- Add the WITH_ONIGURUMA knob as well as lang/ruby.
- Require devel/autoconf (2.53 or later is required).
- Add several modules to the obsoleted modules list (now included):
bigfloat
fileutils
racc-runtime
strscan |
13 Mar 2002 22:57:20 |
knu |
Update to the latest stable snapshot as of 2002.03.13.
Add a WITH_ONIGURUMA knob that enables the Oni Guruma regex engine
that's currently under development that will eventually replace the
stock one that's derived from LGPL'd GNU regex. [experimental] |
01 Mar 2002 16:53:55 |
knu |
Update lang/ruby to the latest release, 1.6.7. |
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:14:09 |
knu |
To keep users from experiencing upgrading problems, make lang/ruby and
lang/ruby-devel deinstall obsoleted (integrated) packages in their
post-install targets (for installation from ports) and in their plists (for
installation from packages), |
25 Jan 2002 20:58:05 |
knu |
Update ruby and ruby-devel to the latest snapshots as of 2002-01-26. |
06 Jan 2002 06:20:22 |
will |
First round of auto* cleanups: - USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK -
Other minor changes to fix things |
25 Dec 2001 17:02:33 |
knu |
Update lang/ruby to the 1.6.6 Xmas stable release. |
22 Dec 2001 16:45:05 |
knu |
Properly set the file mode bits of the irb executables to ${BINMODE}. |
24 Nov 2001 09:02:52 |
knu |
Update lang/ruby to the latest snapshot, 1.6-2001.11.23. |
03 Nov 2001 16:13:25 |
knu |
Update ruby and ruby-devel to the latest snapshots as of today. (2001/11/04)
|
07 Oct 2001 20:30:39 |
knu |
Update lang/ruby{,-devel} to the latest snapshots (2001.10.05). |
19 Sep 2001 15:34:06 |
knu |
Update ruby to the 1.6.5 release. |
17 Sep 2001 18:54:32 |
knu |
Bump the PORTREVISION's of the ports which install architecture dependent ruby
modules, due to the RUBY_ARCH change I've just committed. |
13 Sep 2001 06:51:38 |
knu |
Apply a THREAD_ALLOC hotfix. |
11 Sep 2001 11:29:10 |
knu |
Update lang/ruby and lang/ruby-devel to the latest snapshots. |
03 Sep 2001 14:00:01 |
knu |
Update to the latest snapshots. |
02 Sep 2001 00:54:05 |
knu |
Update ruby and ruby-devel to the latest snapshots. |
22 Aug 2001 11:08:19 |
knu |
Utilize ${MANEXT} to fix manpage symlinks. |
16 Aug 2001 12:38:45 |
knu |
Update lang/ruby and lang/ruby-devel to the latest snapshots. (as of
2001/08/16 20:00 JST) |
06 Aug 2001 13:11:24 |
knu |
Add missing entries to pkg-plist. |
31 Jul 2001 17:46:55 |
knu |
Update lang/ruby and lang/ruby-devel to the latest snapshots as of 2001.07.31.
|
11 Jul 2001 13:08:37 |
knu |
Add a backup server to PATCH_SITES. |
21 Jun 2001 17:36:48 |
knu |
Update lang/ruby and lang/ruby-devel to the latest snapshots. |
16 Jun 2001 09:46:37 |
knu |
Put dummy files in the empty directories so they are surely packed. |
13 Jun 2001 05:11:57 |
knu |
Fix misordered plist. |
11 Jun 2001 10:32:03 |
knu |
Fix plist problems. |
09 Jun 2001 03:33:13 |
knu |
Do a ldconfig before invoking the just installed binary in post-install. |
09 Jun 2001 02:43:02 |
knu |
Dig ${RUBY_EXAMPLESDIR} and ${RUBY_DOCDIR} even if NOPORTDOCS is defined. (But
not actual examples & docs) |
04 Jun 2001 16:12:45 |
knu |
Update lang/ruby to the long-awaited 1.6.4 release! Yeah! |
04 Jun 2001 15:54:32 |
knu |
Introduce RUBY_DEFALUT_VER to choose a default version of ruby to use. |
01 Jun 2001 12:39:36 |
knu |
Update lang/ruby to 1.6.4-preview5. |
29 May 2001 22:38:44 |
knu |
It's not my day... Fix typo and unbreak. |
29 May 2001 22:22:10 |
knu |
Forgot to bump PORTREVISION's in the previous commit. |
29 May 2001 22:16:54 |
knu |
As some people including me are seeing reproduceable coredump, temporarily
stop linking ruby with libc_r. This will break such extension modules as
ruby-qt, but we have to investigate the annoying problems we are seeing,
present in both ruby and our libc_r. |
26 May 2001 04:59:20 |
knu |
Update lang/ruby to 1.6.4-preview4. |
24 May 2001 18:48:46 |
knu |
Prepare a distribution patch and unbreak. |
24 May 2001 18:27:20 |
knu |
Temporarily mark as broken. The 1.6.4-preview3 tarball is missing some
library and document files. I'll unbreak when the new tarball is ready.
Sorry for inconvenience. |
24 May 2001 11:23:39 |
knu |
Update lang/ruby to 1.6.4-preview3. |
17 May 2001 22:16:46 |
knu |
Update lang/ruby and lang/ruby-devel to the latest snapshots. |
11 May 2001 19:22:57 |
knu |
Update lang/ruby to 1.6.4.p2.2001.05.12. |
07 May 2001 20:52:04 |
knu |
Update lang/ruby and lang/ruby-devel to the latest snapshots. |
06 May 2001 17:48:04 |
knu |
Let irb16 properly run on ruby16 and irb17 on ruby17. |
06 May 2001 00:08:50 |
knu |
Install "irb" as "irb16" and make "irb" a symlink to it. |
06 May 2001 00:06:03 |
knu |
Install "irb" as "irb16" and make "irb" a symlink to it. |
05 May 2001 23:39:59 |
knu |
Emacs lisp modules have been moved to lang/ruby-mode.el. |
05 May 2001 23:03:08 |
knu |
Update lang/ruby to the latest snapshot of the stable branch. |
01 May 2001 18:16:37 |
knu |
Update to the latest snapshot of the ruby_1_6 branch. - irb 0.7.3 &
irb-tools 0.7.1 merged - numerous bugs fixed, including gdbm/dbm memory
leakage |
25 Apr 2001 05:17:47 |
knu |
Add missing files. |
24 Apr 2001 12:25:59 |
knu |
Update to the latest snapshot of the ruby_1_6 branch. |
18 Apr 2001 20:29:54 |
knu |
Apply one more latest fix. |
17 Apr 2001 19:08:25 |
knu |
Update to 1.6.4 preview2 + a tiny hotfix. |
12 Apr 2001 17:57:18 |
knu |
Update to the latest snapshot plus a fix against malloc race issue.
(1.6.4.p1.2001.04.11) |
11 Apr 2001 06:09:54 |
knu |
Remove extras. |
10 Apr 2001 08:23:49 |
knu |
Update to 1.6.4-preview1. |
01 Apr 2001 22:21:28 |
knu |
Do a ${MV} with -f so that the installation process won't stop and ask a
question when some version of ruby is already installed. This is useful when
you want to automatically upgrade the port using portupgrade. :) |
01 Apr 2001 18:52:01 |
knu |
Update to the latest snapshot of the stable branch, plus a workaround for the
longstanding libc vs. libc_r issue. |
28 Mar 2001 11:45:09 |
knu |
Update to the latest snapshot of the stable branch. |
21 Mar 2001 11:02:33 |
knu |
Update to the latest stable snapshot. A couple of significant bugfixes have
been made since the 1.6.3 release. C'est la vie. ;) |
19 Mar 2001 11:46:40 |
knu |
Fix plist. ;*) |
19 Mar 2001 11:13:39 |
knu |
Alter the build process for the standard libraries of Ruby. |
19 Mar 2001 10:51:53 |
knu |
Update to 1.6.3 release. |
17 Mar 2001 20:57:05 |
knu |
Update to the snapshot of the stable branch as of yesterday. |
12 Mar 2001 18:07:44 |
knu |
Update to the latest snapshot of the stable branch. The long-awaited 1.6.3
release is scheduled for this week... |
04 Mar 2001 11:17:01 |
knu |
Update to the stable branch's snapshot as of today (2001.03.04). |
19 Feb 2001 16:17:18 |
knu |
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. |
19 Feb 2001 15:51:38 |
knu |
Kill unwanted extension directories rather than "hiding" them. |
19 Feb 2001 15:50:18 |
knu |
Update the author's mail address. |
19 Feb 2001 07:54:09 |
knu |
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. |