| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This fixes a few bugs in standard libraries.
|
| |
|
| |
|
|
|
|
|
| |
Many bugs have been fixed since the 1.8.0 release. (The diff file is
very big because some big files were moved, sorry)
|
|
|
|
|
|
| |
*_r ports.
Reported by: kris, nork, broken make index
|
|
|
|
|
|
|
|
|
|
| |
I have tested a few modules that worked fine. I hope such things
as ruby_r will die soon.
For FreeBSD 4.x and prior, ruby_r will forever be needed because
the interpreter (ruby) linked with libc.so crashes when a module
that is (indirectly) linked with libc_r.so, because stdio and stuff
get inconsitent inside of them.
|
| |
|
|
|
|
|
| |
lang/ruby -> lang/ruby16
lang/ruby-devel -> lang/ruby18
|
| |
|
|
|
|
|
|
|
|
|
|
| |
AMD64 ports still need some more testing and tweaking)
By this update, openssl, webrick and xmlrpc modules are now part of
the standard distribution.
Since this version should no longer be called -devel, I am planning on
repo-moving lang/ruby{,-devel} to lang/ruby{16,18}, respectively.
|
|
|
|
| |
unbreak for alpha and sparc64. (ia64 and amd64 are not supported yet)
|
|
|
|
|
| |
ruby-csv, drb, rexml and yaml are now part of the ruby 1.8 standard
distribution.
|
|
|
|
|
|
| |
as BUILD_DEPENDS.
Submitted by: olgeni
|
|
|
|
|
|
|
| |
latest snapshots as of 2003-04-19.
ruby-bigdecimal (formerly known as ruby-bigfloat) and ruby-zlib are
now part of ruby 1.8.
|
|
|
|
|
|
| |
unnecessary dependencies when building with ruby 1.8.
Submitted by: bento
|
| |
|
| |
|
|
|
|
|
|
|
| |
Update Oni Guruma to 20030121.
Now that the MAKE_ARGS problem is gone, re-enable MAKE_ARGS for
sparc64.
|
|
|
|
|
| |
Guruma to 2003-01-21. This update includes a bug fix that exposes
when formatting Bignums, like with ipaddr.rb.
|
|
|
|
| |
RUBY_VER=1.6.
|
|
|
|
|
| |
some unidentified coredumping problems on these platforms and there
will be no more release from the 1.6 branch.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
option instead. ftp-master still has the old distfile of ruby-rdtool
before a repack and the checksum mismatch it causes is getting a show
stopper on bento.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.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)
|
|
|
|
|
|
|
| |
well as alpha.
Observed on: panther
Reported by: kris
|
|
|
|
|
|
|
|
| |
replaces the non-working NOPORTDOCS workaround and fixes build on the alpha,
where rd2 coredumps.
Tested on: the axp cluster
Approved by: kris
|
| |
|
|
|
|
| |
Add a DEBUG knob here too.
|
| |
|
|
|
|
| |
Feel free to send me any feedback before 1.6.8 is finally released.
|
| |
|
|
|
|
|
|
| |
FreeBSD/sparc64 fails to build this and somehow the entire OS gets
frozen while running `miniruby'. I'd appreciate if someone with a
clue could help me fix the problem.
|
| |
|
| |
|
|
|
|
|
|
|
| |
RUBY_RD_PORT to RUBY_RDTOOL_PORT and DEPEND_RUBY_RD2 to
DEPEND_RUBY_RDTOOL.
Add USE_RUBY_RDOC, RUBY_RDOC, RUBY_RDOC_PORT and DEPEND_RUBY_RDOC.
|
| |
|
| |
|
|
|
|
|
|
| |
coredumps.
Submitted by: knu
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
- Introduce USE_RUBY_FEATURES to make life easier.
|
| |
|
|
|
|
| |
This fixes coredump on the Alpha.
|
|
|
|
|
| |
mirroring all the distfiles of ruby related ports except RESTRICTED
ones.
|
|
|
|
| |
latest snapshots as of today, 2002-09-12 (JST).
|
|
|
|
|
| |
stop using CONFIGURE_TARGET. This prevents lang/{ruby,ruby-devel}
from installing binaries and libraries with weird prefixes.
|
|
|
|
| |
2002-07-15.
|
| |
|
|
|
|
| |
2002-05-23.
|