summaryrefslogtreecommitdiffstats
path: root/lang/ruby16_static
Commit message (Collapse)AuthorAgeFilesLines
* Another BUILD_DEPENDS -> EXTRACT_DEPENDS leftover.knu2003-03-181-1/+1
| | | | Noted by: kris
* Change BUILD_DEPENDS to EXTRACT_DEPENDS.knu2003-03-111-1/+1
| | | | Submitted by: bento
* De-pkg-comment.knu2003-02-182-1/+1
|
* Explicitly specify RUBY_VER?=1.6 to avoid duplicate INDEX entry whenknu2003-01-241-0/+2
| | | | | | RUBY_DEFAULT_VER=1.8. Submitted by: kris
* Remove an obsolete LANG=C kludge.knu2002-11-181-2/+7
| | | | Add a knob for debugging.
* Zero PORTREVISION after the PORTVERSION is bumped.knu2002-11-071-1/+1
|
* Update lang/ruby-devel to the latest snapshot as of 2002-09-27, whichknu2002-09-271-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.knu2002-09-241-4/+2
| | | | (but lang/ruby_static-devel still does)
* Fix a silly typo introduced in the previous commit and unbreak.knu2002-09-231-1/+1
| | | | Submitted by: bento
* Use RUBY_SHIM18_PORT.knu2002-09-211-2/+2
|
* - Integrate the digest/*, racc/cparse, iconv, shim16_18 modules intoknu2002-09-111-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.knu2002-06-091-2/+1
| | | | Reported by: make index
* devel/ruby-fnmatch has been replaced with lang/ruby16-shim-ruby18.knu2002-06-081-4/+0
|
* Update lang/ruby and lang/ruby-devel to the latest snapshots as ofknu2002-05-241-1/+1
| | | | 2002-05-23.
* Use autoconf 2.53 for lang/ruby_static-devel and unbreak it.knu2002-03-301-2/+18
|
* Include databases/ruby-bdb1.knu2002-02-201-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.35knu2002-02-191-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;knu2002-01-291-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.knu2001-12-261-2/+1
| | | | Submitted by: olgeni
* Update ruby to the 1.6.5 release.knu2001-09-191-1/+0
|
* Do not static link everything (including libc) but just compile inknu2001-09-172-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.knu2001-06-211-2/+4
|
* Compile ruby-fnmatch in.knu2001-06-111-0/+2
|
* Introduce RUBY_DEFALUT_VER to choose a default version of ruby to use.knu2001-06-042-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_sknu2001-05-061-3/+4
| | | | and ruby17_s, and ruby_s as a symlink to either)
* Do not link libc_r when it is unnecessary.knu2001-04-011-0/+1
|
* Add lang/ruby_static, the statically linked version of the "ruby"knu2001-02-193-0/+71
executable, with some basic extensions compiled in. This is added so people can use ruby even in an emergency.
OpenPOWER on IntegriCloud