summaryrefslogtreecommitdiff
path: root/lang/ruby16 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update lang/ruby16 to the latest snapshot as of 2003-10-15.Akinori MUSHA2003-10-312-13/+1
| | | | | | | This fixes a few bugs in standard libraries. Notes: svn path=/head/; revision=92736
* Add a patch to fix coredump that occurs when you run ruby with theAkinori MUSHA2003-04-191-0/+13
| | | | | | | | | | verbose flag on. (ruby -v -e 'begin;end') PORTREVISION is not bumped since this is not a significant problem for most people. Notes: svn path=/head/; revision=79304
* Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to theAkinori MUSHA2003-04-193-15/+9
| | | | | | | | | | latest snapshots as of 2003-04-19. ruby-bigdecimal (formerly known as ruby-bigfloat) and ruby-zlib are now part of ruby 1.8. Notes: svn path=/head/; revision=79296
* Install a cookie file per variant in RUBY_ELISPDIR.Akinori MUSHA2003-04-052-2/+2
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=78294
* Sort.Akinori MUSHA2003-04-051-53/+53
| | | | Notes: svn path=/head/; revision=78293
* Touch configure in the pre-configure stage lest the timestamp ofAkinori MUSHA2003-02-181-3/+4
| | | | | | | | | | configure.in be ahead of that of configure and autoconf thus be demanded. Submitted: kris, bento Notes: svn path=/head/; revision=75796
* De-pkg-comment.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75779
* Use devel/oniguruma to build ruby with oniguruma.Akinori MUSHA2003-02-042-11/+10
| | | | Notes: svn path=/head/; revision=74668
* Update Oniguruma to 20030204.Akinori MUSHA2003-02-042-2/+2
| | | | Notes: svn path=/head/; revision=74656
* Remove an unneeded workaround.Akinori MUSHA2003-01-251-2/+0
| | | | Notes: svn path=/head/; revision=73994
* Update lang/ruby to the latest snapshot as of 2003-01-19, and OniAkinori MUSHA2003-01-253-32/+3
| | | | | | | | Guruma to 2003-01-21. This update includes a bug fix that exposes when formatting Bignums, like with ipaddr.rb. Notes: svn path=/head/; revision=73978
* Rephrase.Akinori MUSHA2003-01-181-3/+3
| | | | Notes: svn path=/head/; revision=73432
* Avoid "make: don't know how to make INSTALLS_DEPENDS. Stop" error byAkinori MUSHA2003-01-161-1/+4
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=73231
* Explicitly specify RUBY_VER=1.6.Akinori MUSHA2003-01-111-0/+2
| | | | Notes: svn path=/head/; revision=72892
* Set ONLY_FOR_ARCHS to i386, alpha and sparc64.Akinori MUSHA2003-01-111-0/+5
| | | | | | | | | 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. Notes: svn path=/head/; revision=72890
* Update Oni Guruma (alternative BSDL regexp engine) to 20030109.Akinori MUSHA2003-01-112-12/+7
| | | | Notes: svn path=/head/; revision=72885
* Add a patch to support FreeBSD/sparc64.Akinori MUSHA2002-12-311-0/+30
| | | | | | | Obtained from: self (Ruby CVS) Notes: svn path=/head/; revision=71996
* lang/ruby:Akinori MUSHA2002-12-242-3/+9
| | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=71837
* Update lang/ruby to 1.6.8-preview3, lang/ruby16-shim-ruby18 toAkinori MUSHA2002-12-124-191/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=71577
* Add a patch for tempfile.rb from CVS and bump PORTREVISION.Akinori MUSHA2002-11-182-0/+148
| | | | | | | | This fixes temporary file locking errors seen in portupgrade. (not a security vulnerability, just a problem with cleanup) Notes: svn path=/head/; revision=70424
* Update lang/ruby to 1.6.8-preview2.Akinori MUSHA2002-11-091-1/+1
| | | | | | | Feel free to send me any feedback before 1.6.8 is finally released. Notes: svn path=/head/; revision=69775
* Update lang/ruby to 1.6.8-preview1.Akinori MUSHA2002-11-062-3/+3
| | | | Notes: svn path=/head/; revision=69575
* Reroll a stable snapshot tarball as of 2002-09-12 for lang/rubyAkinori MUSHA2002-09-242-12/+7
| | | | | | | | | | 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. Notes: svn path=/head/; revision=67102
* Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to theAkinori MUSHA2002-09-111-0/+1
| | | | | | | latest snapshots as of today, 2002-09-12 (JST). Notes: svn path=/head/; revision=66160
* Add a header file that's installed only when WITH_ONIGURUMA is definedAkinori MUSHA2002-08-032-0/+4
| | | | | | | | | to pkg-plist. Reported by: nork Notes: svn path=/head/; revision=63910
* Install ChangeLog too.Akinori MUSHA2002-07-242-0/+2
| | | | | | | Suggested by: Andreas Hauser <hauser@informatik.uni-muenchen.de> Notes: svn path=/head/; revision=63478
* Update lang/ruby and lang/ruby-devel to the latest snapshots as ofAkinori MUSHA2002-07-151-0/+1
| | | | | | | 2002-07-15. Notes: svn path=/head/; revision=62980
* Make sure STRIP is defined before referencing the value. STRIP can beAkinori MUSHA2002-05-251-1/+1
| | | | | | | | | | undefined when DEBUG_FLAGS is defined. Submitted by: Dave Cornejo <dave@dogwood.com>, Joshua Goodall <joshua@roughtrade.net> Notes: svn path=/head/; revision=59938
* Update lang/ruby and lang/ruby-devel to the latest snapshots as ofAkinori MUSHA2002-05-242-3/+4
| | | | | | | 2002-05-23. Notes: svn path=/head/; revision=59876
* Update lang/ruby to the latest stable stapshot as of 2002-05-02, withAkinori MUSHA2002-05-031-1/+2
| | | | | | | a local patch applied. (which will be committed soon) Notes: svn path=/head/; revision=58512
* Minimize the difference from lang/ruby-devel.Akinori MUSHA2002-04-141-11/+25
| | | | Notes: svn path=/head/; revision=57687
* lang/ruby:Akinori MUSHA2002-03-262-4/+4
| | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=56717
* Update to the latest stable snapshot as of 2002.03.13.Akinori MUSHA2002-03-132-4/+25
| | | | | | | | | 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] Notes: svn path=/head/; revision=56043
* Update lang/ruby to the latest release, 1.6.7.Akinori MUSHA2002-03-012-3/+1
| | | | | | | Update lang/ruby-devel to the latest snapshot as of 2002-03-01. Notes: svn path=/head/; revision=55374
* Set MAKE_ENV to "LANG=C" to prevent bison 1.33 w/ gettext 0.10.35Akinori MUSHA2002-02-191-0/+2
| | | | | | | | | (what is built from ports) from coredumping. [workaround] Set MAKE_ARGS to "-j3" to hasten the build. Notes: svn path=/head/; revision=54925
* To keep users from experiencing upgrading problems, make lang/ruby andAkinori MUSHA2002-01-292-1/+14
| | | | | | | | | | | lang/ruby-devel deinstall obsoleted (integrated) packages in their post-install targets (for installation from ports) and in their plists (for installation from packages), Update to the latest snapshot as of 2002-01-29 while I'm at it. Notes: svn path=/head/; revision=53945
* Update ruby and ruby-devel to the latest snapshots as of 2002-01-26.Akinori MUSHA2002-01-252-0/+11
| | | | Notes: svn path=/head/; revision=53730
* First round of auto* cleanups:Will Andrews2002-01-061-1/+1
| | | | | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/ Notes: svn path=/head/; revision=52646
* Update lang/ruby to the 1.6.6 Xmas stable release.Akinori MUSHA2001-12-253-2/+6
| | | | | | | Update lang/ruby-devel to the 1.7.2 Xmas' development snapshot. Notes: svn path=/head/; revision=52161
* Properly set the file mode bits of the irb executables to ${BINMODE}.Akinori MUSHA2001-12-221-0/+1
| | | | Notes: svn path=/head/; revision=52001
* Update lang/ruby to the latest snapshot, 1.6-2001.11.23.Akinori MUSHA2001-11-241-1/+1
| | | | | | | | | Update lang/ruby-devel to the latest snapshot, 1.7-2001.11.22. Use bzip2 patches instead of gzip patches. Notes: svn path=/head/; revision=50463
* Update ruby and ruby-devel to the latest snapshots as ofAkinori MUSHA2001-11-031-1/+1
| | | | | | | today. (2001/11/04) Notes: svn path=/head/; revision=49528
* Update lang/ruby{,-devel} to the latest snapshots (2001.10.05).Akinori MUSHA2001-10-071-0/+1
| | | | Notes: svn path=/head/; revision=48535
* Update ruby to the 1.6.5 release.Akinori MUSHA2001-09-192-7/+4
| | | | Notes: svn path=/head/; revision=47989
* Bump the PORTREVISION's of the ports which install architectureAkinori MUSHA2001-09-171-1/+1
| | | | | | | | dependent ruby modules, due to the RUBY_ARCH change I've just committed. Notes: svn path=/head/; revision=47917
* Apply a THREAD_ALLOC hotfix.Akinori MUSHA2001-09-132-1/+3
| | | | Notes: svn path=/head/; revision=47787
* Update lang/ruby and lang/ruby-devel to the latest snapshots.Akinori MUSHA2001-09-111-1/+1
| | | | | | | | As for lang/ruby, this would perhaps be the last snapshot before the 1.6.5 release. Notes: svn path=/head/; revision=47655
* Update to the latest snapshots.Akinori MUSHA2001-09-032-4/+5
| | | | | | | We are now six hours away from the ports freeze! Notes: svn path=/head/; revision=47360
* Update ruby and ruby-devel to the latest snapshots.Akinori MUSHA2001-09-011-1/+1
| | | | Notes: svn path=/head/; revision=47302
* Utilize ${MANEXT} to fix manpage symlinks.Akinori MUSHA2001-08-221-1/+1
| | | | Notes: svn path=/head/; revision=46633