summaryrefslogtreecommitdiffstats
path: root/Mk/bsd.ruby.mk
Commit message (Collapse)AuthorAgeFilesLines
* Update lang/ruby to the 1.6.6 Xmas stable release.knu2001-12-251-6/+6
| | | | Update lang/ruby-devel to the 1.7.2 Xmas' development snapshot.
* Update lang/ruby to the latest snapshot, 1.6-2001.11.23.knu2001-11-241-5/+5
| | | | | | Update lang/ruby-devel to the latest snapshot, 1.7-2001.11.22. Use bzip2 patches instead of gzip patches.
* Update ruby-devel to the latest snapshot (1.7.2-2001.11.09).knu2001-11-101-3/+3
|
* Update ruby and ruby-devel to the latest snapshots as ofknu2001-11-031-4/+4
| | | | today. (2001/11/04)
* Properly support the case where a user sets RUBY_DEFAULT_VER=1.7.knu2001-10-081-2/+6
| | | | Reported by: roberto
* Update lang/ruby{,-devel} to the latest snapshots (2001.10.05).knu2001-10-071-4/+4
|
* Update ruby to the 1.6.5 release.knu2001-09-191-4/+4
|
* Stop including the OS minor version in RUBY_ARCH which is used inknu2001-09-171-1/+1
| | | | | | | | | ruby's architecture specific library paths, so that users do not need to rebuild and reinstall ruby & all the modules when they minor upgrade FreeBSD. i.e. i386-freebsd4.4 -> i386-freebsd4 alpha-freebsd5.0 -> alpha-freebsd5
* Update lang/ruby and lang/ruby-devel to the latest snapshots.knu2001-09-111-4/+4
| | | | | As for lang/ruby, this would perhaps be the last snapshot before the 1.6.5 release.
* Update to the latest snapshots.knu2001-09-031-5/+5
| | | | We are now six hours away from the ports freeze!
* Update ruby and ruby-devel to the latest snapshots.knu2001-09-011-4/+4
|
* Update lang/ruby and lang/ruby-devel to the latest snapshots.knu2001-08-161-4/+4
| | | | (as of 2001/08/16 20:00 JST)
* USE_RUBY_SETUP shouldn't imply USE_RUBY_AMSTD any more.knu2001-08-121-3/+1
|
* Update lang/ruby and lang/ruby-devel to the latest snapshots as ofknu2001-07-311-7/+6
| | | | 2001.07.31.
* Update lang/ruby and lang/ruby-devel to the latest snapshots.knu2001-06-211-4/+4
|
* Update lang/ruby to the long-awaited 1.6.4 release! Yeah!knu2001-06-041-2/+2
|
* Introduce RUBY_DEFALUT_VER to choose a default version of ruby to use.knu2001-06-041-21/+42
| | | | | | Introduce RUBY_R in preparation for ruby_r & ruby_r-devel ports. Define RUBY_CONFIGURE_ARGS.
* Update ruby-devel to the latest snapshot, which now enters upon theknu2001-06-011-3/+3
| | | | 1.7.1 phase.
* Update lang/ruby to 1.6.4-preview5.knu2001-06-011-2/+2
|
* Uh oh, the PKGNAME of lang/ruby-devel was bogus... Sorry.knu2001-05-291-1/+1
|
* Update lang/ruby to 1.6.4-preview4.knu2001-05-261-6/+6
| | | | Update lang-ruby-devel to the latest development snapshot.
* Prepare a distribution patch and unbreak.knu2001-05-241-2/+2
|
* Update lang/ruby to 1.6.4-preview3.knu2001-05-241-3/+3
|
* Update lang/ruby and lang/ruby-devel to the latest snapshots.knu2001-05-171-4/+4
| | | | | | | | Remove shells/ruby-shell as it is now part of the standard distribution. (in both Ruby 1.6.4 and 1.7.0) Mark security/ruby-sha1 broken for Ruby >= 1.7.0, as it is also part of the standard distribution now.
* Define RUBY_ELISPDIR.knu2001-05-111-1/+4
|
* Update lang/ruby to 1.6.4.p2.2001.05.12.knu2001-05-111-12/+9
| | | | Update lang/ruby-devel to 1.7.0-a2001.05.12.
* Update lang/ruby and lang/ruby-devel to the latest snapshots.knu2001-05-071-3/+3
|
* Add a new variable RUBY_WITHOUT_SUFFIX.knu2001-05-061-2/+4
|
* Adjust RUBY_PORT for Ruby 1.7. Ruby 1.7 port is lang/ruby-devel, notknu2001-05-061-0/+1
| | | | lang/ruby17.
* Add a new variable RUBY_WITH_SUFFIX.knu2001-05-051-0/+3
|
* Update lang/ruby to the latest snapshot of the stable branch.knu2001-05-051-6/+13
| | | | | | Rename RUBY_SNAPSHOTVERSION to RUBY_PATCHLEVEL. Prepare for the development branch. (1.7.x)
* Update to the latest snapshot of the ruby_1_6 branch.knu2001-05-011-1/+1
| | | | | | | | | - 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...
* Backout the previous --with-opt-dir change. I think I needed someknu2001-04-241-1/+1
| | | | | | sleep... Problem found by: roberto
* Update to the latest snapshot of the ruby_1_6 branch.knu2001-04-241-2/+2
| | | | | | Set --with-opt-dir="${X11BASE}" instead of --with-opt-dir="${LOCALBASE}". ${LOCALBASE}/{include,lib} is included in the CPPFLAGS and LIBS by default anyway.
* Apply one more latest fix.knu2001-04-181-1/+1
|
* Update to 1.6.4 preview2 + a tiny hotfix.knu2001-04-171-2/+2
|
* Update to the latest snapshot plus a fix against malloc race issue.knu2001-04-121-10/+9
| | | | | | | (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.
* Update to 1.6.4-preview1.knu2001-04-101-6/+14
| | | | Make bsd.ruby.mk easily handle preview releases.
* Do the RUBY_WITH_PTHREAD hack in a more elegant way.knu2001-04-061-3/+15
|
* Introduce a new variable: RUBY_WITH_PTHREAD.knu2001-04-061-0/+9
| | | | With it, extconf.rb is modified to link with -pthread instead of -lc.
* Invoke ruby with -d when the variable DEBUG is defined. (make -DDEBUG)knu2001-04-021-6/+11
|
* Update to the latest snapshot of the stable branch, plus a workaroundknu2001-04-011-1/+1
| | | | | | | 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. :)
* Update to the latest snapshot of the stable branch.knu2001-03-281-1/+1
| | | | Yes, 1.6.4 release will be released soon before 4.3-RELEASE.
* Update to the latest stable snapshot. A couple of significantknu2001-03-211-1/+1
| | | | bugfixes have been made since the 1.6.3 release. C'est la vie. ;)
* Update to 1.6.3 release.knu2001-03-191-2/+6
|
* Update to the snapshot of the stable branch as of yesterday.knu2001-03-171-1/+1
| | | | The 1.6.3 release has been postponed but now scheduled on next Monday.
* Update to the latest snapshot of the stable branch. The long-awaitedknu2001-03-121-1/+1
| | | | 1.6.3 release is scheduled for this week...
* Improve ruby-shebang-patch routine. Add a #! line when the scriptknu2001-03-111-1/+8
| | | | doesn't have one.
* Update to the stable branch's snapshot as of today (2001.03.04).knu2001-03-041-1/+1
| | | | Hopefully 1.6.3 will come out soon...
* Update to 2001.02.19b, the second snapshot of today's. The Rubiconknu2001-02-191-1/+1
| | | | | test suite found a bug in the previous snapshot. The 1.6.3 release is drawing near.
OpenPOWER on IntegriCloud