Commit Graph

77 Commits

Author SHA1 Message Date
Akinori MUSHA
9a1e8fea6e Update ruby to the 1.6.5 release. 2001-09-19 14:34:06 +00:00
Akinori MUSHA
37f0f0aa36 Bump the PORTREVISION's of the ports which install architecture
dependent ruby modules, due to the RUBY_ARCH change I've just
committed.
2001-09-17 17:54:27 +00:00
Akinori MUSHA
a2e3ad8b84 Apply a THREAD_ALLOC hotfix. 2001-09-13 05:51:38 +00:00
Akinori MUSHA
7b9274b786 Update to the latest snapshots.
We are now six hours away from the ports freeze!
2001-09-03 13:00:01 +00:00
Akinori MUSHA
c2f4f10d20 Utilize ${MANEXT} to fix manpage symlinks. 2001-08-22 10:08:19 +00:00
Akinori MUSHA
aa4885a8f1 Update lang/ruby and lang/ruby-devel to the latest snapshots.
(as of 2001/08/16 20:00 JST)
2001-08-16 11:38:45 +00:00
Akinori MUSHA
50057315e9 Update lang/ruby and lang/ruby-devel to the latest snapshots as of
2001.07.31.
2001-07-31 16:46:55 +00:00
Akinori MUSHA
ddb9e893d9 Add a backup server to PATCH_SITES. 2001-07-11 12:08:36 +00:00
Akinori MUSHA
e4831fc4be Update lang/ruby and lang/ruby-devel to the latest snapshots. 2001-06-21 16:36:46 +00:00
Akinori MUSHA
adacd791e8 Put dummy files in the empty directories so they are surely packed.
Let each elisp port create XEMACSLISPDIR by itself.
2001-06-16 08:46:37 +00:00
Akinori MUSHA
ec3e81d1e4 Fix plist problems.
Reported by:	bento
2001-06-11 09:32:02 +00:00
Akinori MUSHA
a297e0702e Do a ldconfig before invoking the just installed binary in
post-install.

Dig XEmacs' site-lisp directory and RUBY_ELISPDIR.
2001-06-09 02:33:13 +00:00
Akinori MUSHA
a8de289ab4 Dig ${RUBY_EXAMPLESDIR} and ${RUBY_DOCDIR} even if NOPORTDOCS is
defined. (But not actual examples & docs)
2001-06-09 01:43:01 +00:00
Akinori MUSHA
a2bd9f0603 Introduce RUBY_DEFALUT_VER to choose a default version of ruby to use.
Introduce RUBY_R in preparation for ruby_r & ruby_r-devel ports.

Define RUBY_CONFIGURE_ARGS.
2001-06-04 14:54:32 +00:00
Akinori MUSHA
2b235ff922 Update lang/ruby to 1.6.4-preview5. 2001-06-01 11:39:36 +00:00
Akinori MUSHA
adec4b87b5 It's not my day... Fix typo and unbreak. 2001-05-29 21:38:41 +00:00
Akinori MUSHA
7de28eb434 Forgot to bump PORTREVISION's in the previous commit.
Note that you'll have to rebuild all the installed ruby modules
if you upgrade.  To do it, just install the latest portupgrade and
hit `portupgrade -rfcC ruby'.
2001-05-29 21:22:10 +00:00
Akinori MUSHA
d9141c0fa1 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.

Once suggested by:	green
2001-05-29 21:16:54 +00:00
Akinori MUSHA
92f2d73b29 Prepare a distribution patch and unbreak. 2001-05-24 17:48:44 +00:00
Akinori MUSHA
467e3eccfd 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.
2001-05-24 17:27:20 +00:00
Akinori MUSHA
6c5b653ce8 Update lang/ruby to 1.6.4.p2.2001.05.12.
Update lang/ruby-devel to 1.7.0-a2001.05.12.
2001-05-11 18:22:57 +00:00
Akinori MUSHA
04d55ceefe Update lang/ruby and lang/ruby-devel to the latest snapshots. 2001-05-07 19:52:04 +00:00
Akinori MUSHA
2bdef6aa8f Let irb16 properly run on ruby16 and irb17 on ruby17. 2001-05-06 16:48:04 +00:00
Akinori MUSHA
d7bf89e72e Install "irb" as "irb16" and make "irb" a symlink to it. 2001-05-05 23:08:50 +00:00
Akinori MUSHA
472ee05ff2 Emacs lisp modules have been moved to lang/ruby-mode.el. 2001-05-05 22:39:59 +00:00
Akinori MUSHA
d54036a13a Update lang/ruby to the latest snapshot of the stable branch.
Rename RUBY_SNAPSHOTVERSION to RUBY_PATCHLEVEL.

Prepare for the development branch. (1.7.x)
2001-05-05 22:03:07 +00:00
Akinori MUSHA
59c8516818 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

Strip the binary only when ${STRIP} == -s.

La la, still waiting for the 1.6.4 release, la la...
2001-05-01 17:16:36 +00:00
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
e295b0bcd2 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. :)

Submitted by:	Jimmy Olgeni <olgeni@uli.it>
2001-04-01 21:21:27 +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
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
6b45fedafc Alter the build process for the standard libraries of Ruby. 2001-03-19 11:13:39 +00:00
Akinori MUSHA
0a81dcd924 Update to 1.6.3 release. 2001-03-19 10:51:53 +00:00
Akinori MUSHA
f8df0902f6 Kill unwanted extension directories rather than "hiding" them. 2001-02-19 15:51:37 +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
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
849badb661 Use RUBY_PORTVERSION, RUBY_DISTNAME and RUBY_WRKSRC. 2000-10-20 19:56:05 +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
9c722f3a86 Define USE_RUBY so that bsd.ruby.mk is automatically included.
Found by:	FreshPorts
2000-09-26 09:34:52 +00:00
Akinori MUSHA
c68548820c Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY
or USE_LIBRUBY is defined, individual ruby ports no longer need to
include it explicitly.
2000-09-26 08:02:17 +00:00
Akinori MUSHA
ce1cc1462f Update to Ruby 1.6.0 official release.
lang/ruby:
	- Do not force lib/ruby/site_ruby and lib/ruby removals,
	because a user may have his/her stuff installed there.

x11-toolkits/ruby-tk:
	- Fix duplicated PKGNAMEPREFIX.
2000-09-19 15:20:16 +00:00
Akinori MUSHA
6b520813a7 Do not set MASTER_SITE_SUBDIR to an empty value, but just undefine.
I didn't know an empty MASTER_SITE_SUBDIR brings an empty
MASTER_SITES..

Found by:	green
2000-09-06 23:17:10 +00:00
Akinori MUSHA
988a074d1f Make coexistence support almost perfect except for bin/ruby and
man/man1/ruby.1 symlinks.)
2000-09-06 22:46:12 +00:00
Akinori MUSHA
85fcc0cb61 Update to 1.6.0-preview3.
Utilize bsd.ruby.mk.
2000-09-06 21:51:01 +00:00
Akinori MUSHA
760c72d9f9 Use MASTER_SITE_RUBY. 2000-09-05 12:44:13 +00:00
Akinori MUSHA
be144d8709 Don't try to build gdbm module only to fail.
(We now have it as a separate port: databases/gdbm)
2000-08-30 10:10:12 +00:00
Akinori MUSHA
15a6f940b3 Update Ruby to the new stable version, 1.4.6.
Approved by:	Yasuhiro Fukuma <yasuf@bsdclub.org> (MAINTAINER)
2000-08-18 02:19:06 +00:00
Akinori MUSHA
b08fe99025 Make all these Ruby related ports belong also in the newly-added
"ruby" virtual category.

Make textproc/eruby belong also in www.
2000-08-16 12:21:24 +00:00