Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another BUILD_DEPENDS -> EXTRACT_DEPENDS leftover. | knu | 2003-03-18 | 1 | -1/+1 |
| | | | | Noted by: kris | ||||
* | Change BUILD_DEPENDS to EXTRACT_DEPENDS. | knu | 2003-03-11 | 1 | -1/+1 |
| | | | | Submitted by: bento | ||||
* | De-pkg-comment. | knu | 2003-02-18 | 2 | -1/+1 |
| | |||||
* | Explicitly specify RUBY_VER?=1.6 to avoid duplicate INDEX entry when | knu | 2003-01-24 | 1 | -0/+2 |
| | | | | | | RUBY_DEFAULT_VER=1.8. Submitted by: kris | ||||
* | Remove an obsolete LANG=C kludge. | knu | 2002-11-18 | 1 | -2/+7 |
| | | | | Add a knob for debugging. | ||||
* | Zero PORTREVISION after the PORTVERSION is bumped. | knu | 2002-11-07 | 1 | -1/+1 |
| | |||||
* | Update lang/ruby-devel to the latest snapshot as of 2002-09-27, which | knu | 2002-09-27 | 1 | -14/+0 |
| | | | | | | | | 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. | ||||
* | lang/ruby_static doesn't depend on autoconf any more. | knu | 2002-09-24 | 1 | -4/+2 |
| | | | | (but lang/ruby_static-devel still does) | ||||
* | Fix a silly typo introduced in the previous commit and unbreak. | knu | 2002-09-23 | 1 | -1/+1 |
| | | | | Submitted by: bento | ||||
* | Use RUBY_SHIM18_PORT. | knu | 2002-09-21 | 1 | -2/+2 |
| | |||||
* | - Integrate the digest/*, racc/cparse, iconv, shim16_18 modules into | knu | 2002-09-11 | 1 | -11/+38 |
| | | | | | | lang/ruby_static. - Integrate the iconv module into lang/ruby_static-devel. | ||||
* | devel/ruby-strscan has been replaced with lang/ruby16-shim-ruby18. | knu | 2002-06-09 | 1 | -2/+1 |
| | | | | Reported by: make index | ||||
* | devel/ruby-fnmatch has been replaced with lang/ruby16-shim-ruby18. | knu | 2002-06-08 | 1 | -4/+0 |
| | |||||
* | Update lang/ruby and lang/ruby-devel to the latest snapshots as of | knu | 2002-05-24 | 1 | -1/+1 |
| | | | | 2002-05-23. | ||||
* | Use autoconf 2.53 for lang/ruby_static-devel and unbreak it. | knu | 2002-03-30 | 1 | -2/+18 |
| | |||||
* | Include databases/ruby-bdb1. | knu | 2002-02-20 | 1 | -3/+8 |
| | | | | | | Improve the extconf.rb detection routine in Makefile. Bump PORTREVISION. | ||||
* | Set MAKE_ENV to "LANG=C" to prevent bison 1.33 w/ gettext 0.10.35 | knu | 2002-02-19 | 1 | -0/+3 |
| | | | | | | (what is built from ports) from coredumping. [workaround] Set MAKE_ARGS to "-j3" to hasten the build. | ||||
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | knu | 2002-01-29 | 1 | -2/+2 |
| | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. | ||||
* | Remove ruby-syslog from here too. | knu | 2001-12-26 | 1 | -2/+1 |
| | | | | Submitted by: olgeni | ||||
* | Update ruby to the 1.6.5 release. | knu | 2001-09-19 | 1 | -1/+0 |
| | |||||
* | Do not static link everything (including libc) but just compile in | knu | 2001-09-17 | 2 | -5/+20 |
| | | | | | some dynamic modules, and leave a knob which links everything as before (-DSTATIC). | ||||
* | Now Ruby 1.7 has fnmatch out-of-the-box. | knu | 2001-06-21 | 1 | -2/+4 |
| | |||||
* | Compile ruby-fnmatch in. | knu | 2001-06-11 | 1 | -0/+2 |
| | |||||
* | Introduce RUBY_DEFALUT_VER to choose a default version of ruby to use. | knu | 2001-06-04 | 2 | -3/+12 |
| | | | | | | Introduce RUBY_R in preparation for ruby_r & ruby_r-devel ports. Define RUBY_CONFIGURE_ARGS. | ||||
* | Support installing multiple versions of ruby_s. (You'll have ruby16_s | knu | 2001-05-06 | 1 | -3/+4 |
| | | | | and ruby17_s, and ruby_s as a symlink to either) | ||||
* | Do not link libc_r when it is unnecessary. | knu | 2001-04-01 | 1 | -0/+1 |
| | |||||
* | Add lang/ruby_static, the statically linked version of the "ruby" | knu | 2001-02-19 | 3 | -0/+71 |
executable, with some basic extensions compiled in. This is added so people can use ruby even in an emergency. |