Commit graph

134 commits

Author SHA1 Message Date
Akinori MUSHA
f0e1196e4b Add utility variables for ruby-iconv. 2004-03-23 09:03:32 +00:00
Akinori MUSHA
7be480ee5d Change the default version of ruby to 1.8 for i386 as well, finally.
Always put a version suffix to the ruby name (no matter if ruby is the
default version) to avoid mess in future.

[Notes for i386 users]

If you are a ruby developer and still want to stick with ruby 1.6 as
default, please add RUBY_DEFAULT_VER=1.6 to /etc/make.conf.

If you are a ruby developer and want to keep ruby 1.6 as default,
please add RUBY_DEFAULT_VER=1.6 to /etc/make.conf.  Otherwise, please
run the following series of commands to migrate to ruby 1.8:

  1) Reinstall portupgrade manually (and ruby 1.8 will be installed)
	pkg_delete portupgrade-\*
        (cd /usr/ports/sysutils/portupgrade; make install clean)

  2) Reinstall everything that depends on ruby 1.6 (to use ruby 1.8)
	portupgrade -fr lang/ruby16

  3) Reinstall ruby 1.8 (because the previous step kills symlinks)
	portupgrade -f lang/ruby18

  4) Deinstall ruby 1.6 stuff (if you are paranoia)
        pkg_deinstall -ri lang/ruby16
2004-02-26 19:20:09 +00:00
Akinori MUSHA
ba4b7305d5 Update lang/ruby18 to the 1.8.1 final release. Merry Christmas! 2003-12-24 21:08:32 +00:00
Akinori MUSHA
eab7cdca8b Update lang/ruby18 to 1.8.1.p4. 2003-12-22 10:08:34 +00:00
Akinori MUSHA
940b7f1c39 Update lang/ruby18 and lang/ruby16-shim-ruby18 to 1.8.1-preview3. 2003-12-15 06:35:48 +00:00
Akinori MUSHA
9b0614fee9 Set the configure target properly and unbreak packaging for amd64.
It turned out that the configure target does not need to be
overridable but just RUBY_ARCH does for those who are to use a
hand-built interpreter with modules from ports.

Hint given from:	obrien
Approved by:		kris (implicitly), and myself
2003-11-24 12:43:40 +00:00
Akinori MUSHA
2997d721f3 Update lang/ruby16 to the latest snapshot as of 2003-10-15.
This fixes a few bugs in standard libraries.
2003-10-31 19:34:06 +00:00
Akinori MUSHA
b23aecf8c6 Update the ruby 1.8 feature list for the new ruby16-shim-18. 2003-10-31 18:43:43 +00:00
Akinori MUSHA
aaa48e0ef8 Update lang/ruby18 to 1.8.1-preview2. 2003-10-31 12:33:35 +00:00
Akinori MUSHA
2d14ffb42b Update lang/ruby18 to the latest snapshot as of 2003-09-09.
Many bugs have been fixed since the 1.8.0 release. (The diff file is
very big because some big files were moved, sorry)
2003-09-10 07:33:57 +00:00
Akinori MUSHA
59b7a895b7 Fix the problem that RUBY_WITH_PTHREAD is unwantedly nullified for the
*_r ports.

Reported by:	kris, nork, broken make index
2003-08-22 09:25:17 +00:00
Akinori MUSHA
6aa7d2f1ef Nullify RUBY_WITH_PTHREAD for FreeBSD 5.1-RELEASE and later.
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.
2003-08-21 15:09:44 +00:00
Akinori MUSHA
ba61823a94 Add RUBY18_ONLY to PLIST_SUB. 2003-08-18 03:41:58 +00:00
Akinori MUSHA
7dc653be30 Oops, I forgot to commit this one.
lang/ruby -> lang/ruby16
lang/ruby-devel -> lang/ruby18
2003-08-07 13:21:05 +00:00
Akinori MUSHA
5e302f8074 Set the default version of ruby to 1.8 on amd64. 2003-08-05 12:00:52 +00:00
Akinori MUSHA
a11066cf7b Update lang/ruby-devel to the long-awaited 1.8.0 release. (IA64 and
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.
2003-08-04 11:15:05 +00:00
Akinori MUSHA
460ffc0359 Update lang/ruby-devel to the snapshot as of 2003-06-25 and hopefully
unbreak for alpha and sparc64. (ia64 and amd64 are not supported yet)
2003-06-26 03:25:13 +00:00
Akinori MUSHA
e53d063604 Update lang/ruby-devel to 1.8.0-preview3.
ruby-csv, drb, rexml and yaml are now part of the ruby 1.8 standard
distribution.
2003-06-23 10:16:13 +00:00
Akinori MUSHA
c82c79cfc8 Add the ruby dependency to EXTRACT_DEPENDS and PATCH_DEPENDS as well
as BUILD_DEPENDS.

Submitted by:	olgeni
2003-05-13 19:46:29 +00:00
Akinori MUSHA
40e9f7052c 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.
2003-04-19 15:57:37 +00:00
Akinori MUSHA
4838c30424 ruby-testunit and ruby-runit are now part of ruby 1.8. Do not add
unnecessary dependencies when building with ruby 1.8.

Submitted by:	bento
2003-03-11 07:16:24 +00:00
Akinori MUSHA
57e369771f Update lang/ruby-devel to 1.8.0-preview2. 2003-03-03 16:33:54 +00:00
Akinori MUSHA
3455ccce0e lang/ruby16-shim-ruby18 now includes erb, ipaddr and open-uri too. 2003-02-09 17:38:39 +00:00
Akinori MUSHA
9e0be2a43f Update lang/ruby-devel to the latest snapshot as of 2003.01.28.
Update Oni Guruma to 20030121.

Now that the MAKE_ARGS problem is gone, re-enable MAKE_ARGS for
sparc64.
2003-01-29 09:41:03 +00:00
Akinori MUSHA
55bfdfc21e 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.
2003-01-25 09:19:14 +00:00
Akinori MUSHA
bfc06b7fc4 Correct the definition of RUBY_PORT when RUBY_DEFAULT_VER=1.8 and
RUBY_VER=1.6.
2003-01-24 04:39:40 +00:00
Akinori MUSHA
c0f1f98958 Set RUBY_DEFAULT_VER to 1.8 on alpha, sparc64 and ia64. Ruby 1.6 has
some unidentified coredumping problems on these platforms and there
will be no more release from the 1.6 branch.
2003-01-11 12:13:05 +00:00
Akinori MUSHA
e5f6fc0027 Update lang/ruby-devel to the latest 1.8 snapshot as of 2003-01-11,
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.
2003-01-11 10:16:22 +00:00
Akinori MUSHA
507744a717 Turn RUBY_NO_RD_HTML on by default on i386 also and add a RUBY_RD_HTML
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.
2002-12-27 21:39:06 +00:00
Akinori MUSHA
97b20ea392 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
2002-12-24 18:12:20 +00:00
Akinori MUSHA
0d3df60c24 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)
2002-12-12 12:53:03 +00:00
Akinori MUSHA
ff2c63c35a Rd2 coredumps also on sparc64, so apply RUBY_NO_RD_HTML to sparc64 as
well as alpha.

Observed on:	panther
Reported by:	kris
2002-12-08 12:36:40 +00:00
Akinori MUSHA
185ceb675c Introduce a knob RUBY_NO_RD_HTML and enable it by default on alpha. This
replaces the non-working NOPORTDOCS workaround and fixes build on the alpha,
where rd2 coredumps.

Tested on:	the axp cluster
Approved by:	kris
2002-12-06 17:17:38 +00:00
Akinori MUSHA
77bd98e2fb Add a new utility variable: RUBY_RD_FILES. 2002-11-22 14:53:06 +00:00
Akinori MUSHA
58a1c86076 Update lang/ruby-devel to the latest snapshot as of 2002-11-22.
Add a DEBUG knob here too.
2002-11-22 12:49:49 +00:00
Akinori MUSHA
a495db85a6 Update lang/ruby-devel to the latest snapshot as of 2002-11-14. 2002-11-14 14:23:59 +00:00
Akinori MUSHA
eeba82262a Update lang/ruby to 1.6.8-preview2.
Feel free to send me any feedback before 1.6.8 is finally released.
2002-11-09 07:11:45 +00:00
Akinori MUSHA
6140b68dc0 Update lang/ruby to 1.6.8-preview1. 2002-11-06 12:28:56 +00:00
Akinori MUSHA
47041eb8ba Update lang/ruby-devel to the latest snapshot as of 2002-10-30.
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.
2002-11-02 22:02:02 +00:00
Akinori MUSHA
8867b37fc4 Define DEPEND_RUBY_RDOC properly. 2002-10-25 08:25:08 +00:00
Akinori MUSHA
b11013ef42 Add RUBY_MODNAME, RUBY_MODDOCDIR and RUBY_MODEXAMPLESDIR. 2002-10-06 20:54:37 +00:00
Akinori MUSHA
a80cf36ff5 Rename USE_RUBY_RD to USE_RUBY_RDTOOL, RUBY_RD to RUBY_RD2,
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.
2002-10-06 19:49:32 +00:00
Akinori MUSHA
978ab4f547 Ruby 1.7 on alpha does not coredump running Racc. 2002-10-05 20:53:29 +00:00
Akinori MUSHA
91f1565df9 http://www.iDaemons.org/distfiles/ -> ftp://ftp.iDaemons.org/pub/distfiles/ 2002-10-05 12:34:04 +00:00
Kris Kennaway
4626da2093 Set NOPORTDOCS in the USE_RUBY_RD case on alpha, because it is causing
coredumps.

Submitted by:	knu
2002-10-05 07:47:28 +00:00
Akinori MUSHA
4bcccab001 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.
2002-09-27 13:55:41 +00:00
Akinori MUSHA
cfeffd29da 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.
2002-09-24 20:07:08 +00:00
Akinori MUSHA
2f7566dfba - Define RUBY_SHIM18_PORT and DEPEND_RUBY_SHIM18.
- Introduce USE_RUBY_FEATURES to make life easier.
2002-09-21 07:06:39 +00:00
Akinori MUSHA
7a0aed5180 Update lang/ruby-devel to the latset snapshot as of 2002.09.20. 2002-09-20 23:21:50 +00:00
Akinori MUSHA
bf6e437343 Update lang/ruby-devel to the snapshot as of 2002-09-17.
This fixes coredump on the Alpha.
2002-09-18 09:57:29 +00:00