summaryrefslogtreecommitdiff
path: root/lang/ruby_static (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Axe dangling files.Akinori MUSHA2003-08-223-148/+0
| | | | Notes: svn path=/head/; revision=87488
* Get lang/ruby_static-devel to build.Akinori MUSHA2003-08-041-1/+1
| | | | Notes: svn path=/head/; revision=86297
* Load rbconfig.rb before referring to Config and unbreak.Akinori MUSHA2003-07-312-26/+2
| | | | Notes: svn path=/head/; revision=86088
* Unbreak the build.Akinori MUSHA2003-04-263-0/+37
| | | | Notes: svn path=/head/; revision=79688
* Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to theAkinori MUSHA2003-04-191-2/+1
| | | | | | | | | | 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
* Another BUILD_DEPENDS -> EXTRACT_DEPENDS leftover.Akinori MUSHA2003-03-181-1/+1
| | | | | | | Noted by: kris Notes: svn path=/head/; revision=77150
* Change BUILD_DEPENDS to EXTRACT_DEPENDS.Akinori MUSHA2003-03-111-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=77092
* De-pkg-comment.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75779
* Explicitly specify RUBY_VER?=1.6 to avoid duplicate INDEX entry whenAkinori MUSHA2003-01-241-0/+2
| | | | | | | | | RUBY_DEFAULT_VER=1.8. Submitted by: kris Notes: svn path=/head/; revision=73906
* Remove an obsolete LANG=C kludge.Akinori MUSHA2002-11-181-2/+7
| | | | | | | Add a knob for debugging. Notes: svn path=/head/; revision=70401
* Zero PORTREVISION after the PORTVERSION is bumped.Akinori MUSHA2002-11-071-1/+1
| | | | Notes: svn path=/head/; revision=69624
* Update lang/ruby-devel to the latest snapshot as of 2002-09-27, whichAkinori MUSHA2002-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. Notes: svn path=/head/; revision=67167
* lang/ruby_static doesn't depend on autoconf any more.Akinori MUSHA2002-09-241-4/+2
| | | | | | | (but lang/ruby_static-devel still does) Notes: svn path=/head/; revision=67106
* Fix a silly typo introduced in the previous commit and unbreak.Akinori MUSHA2002-09-231-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=67061
* Use RUBY_SHIM18_PORT.Akinori MUSHA2002-09-211-2/+2
| | | | Notes: svn path=/head/; revision=67001
* - Integrate the digest/*, racc/cparse, iconv, shim16_18 modules intoAkinori MUSHA2002-09-111-11/+38
| | | | | | | | | lang/ruby_static. - Integrate the iconv module into lang/ruby_static-devel. Notes: svn path=/head/; revision=66162
* devel/ruby-strscan has been replaced with lang/ruby16-shim-ruby18.Akinori MUSHA2002-06-091-2/+1
| | | | | | | Reported by: make index Notes: svn path=/head/; revision=60951
* devel/ruby-fnmatch has been replaced with lang/ruby16-shim-ruby18.Akinori MUSHA2002-06-081-4/+0
| | | | Notes: svn path=/head/; revision=60878
* Update lang/ruby and lang/ruby-devel to the latest snapshots as ofAkinori MUSHA2002-05-241-1/+1
| | | | | | | 2002-05-23. Notes: svn path=/head/; revision=59876
* Use autoconf 2.53 for lang/ruby_static-devel and unbreak it.Akinori MUSHA2002-03-301-2/+18
| | | | Notes: svn path=/head/; revision=56916
* Include databases/ruby-bdb1.Akinori MUSHA2002-02-201-3/+8
| | | | | | | | | Improve the extconf.rb detection routine in Makefile. Bump PORTREVISION. Notes: svn path=/head/; revision=54944
* Set MAKE_ENV to "LANG=C" to prevent bison 1.33 w/ gettext 0.10.35Akinori MUSHA2002-02-191-0/+3
| | | | | | | | | (what is built from ports) from coredumping. [workaround] Set MAKE_ARGS to "-j3" to hasten the build. Notes: svn path=/head/; revision=54925
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-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. Notes: svn path=/head/; revision=53946
* Remove ruby-syslog from here too.Akinori MUSHA2001-12-261-2/+1
| | | | | | | Submitted by: olgeni Notes: svn path=/head/; revision=52189
* Update ruby to the 1.6.5 release.Akinori MUSHA2001-09-191-1/+0
| | | | Notes: svn path=/head/; revision=47989
* Do not static link everything (including libc) but just compile inAkinori MUSHA2001-09-172-5/+20
| | | | | | | | some dynamic modules, and leave a knob which links everything as before (-DSTATIC). Notes: svn path=/head/; revision=47906
* Now Ruby 1.7 has fnmatch out-of-the-box.Akinori MUSHA2001-06-211-2/+4
| | | | Notes: svn path=/head/; revision=44286
* Compile ruby-fnmatch in.Akinori MUSHA2001-06-111-0/+2
| | | | Notes: svn path=/head/; revision=43807
* Introduce RUBY_DEFALUT_VER to choose a default version of ruby to use.Akinori MUSHA2001-06-042-3/+12
| | | | | | | | | Introduce RUBY_R in preparation for ruby_r & ruby_r-devel ports. Define RUBY_CONFIGURE_ARGS. Notes: svn path=/head/; revision=43490
* Support installing multiple versions of ruby_s. (You'll have ruby16_sAkinori MUSHA2001-05-061-3/+4
| | | | | | | and ruby17_s, and ruby_s as a symlink to either) Notes: svn path=/head/; revision=42335
* Do not link libc_r when it is unnecessary.Akinori MUSHA2001-04-011-0/+1
| | | | Notes: svn path=/head/; revision=40698
* Add lang/ruby_static, the statically linked version of the "ruby"Akinori MUSHA2001-02-193-0/+71
executable, with some basic extensions compiled in. This is added so people can use ruby even in an emergency. Notes: svn path=/head/; revision=38488