| Commit message (Expand) | Author | Age | Files | Lines |
* | - Don't build ruby with threads support on FreeBSD versions before 7.2 | stas | 2009-10-12 | 3 | -18/+150 |
* | - Add ${PTHREAD_LIBS} to LDFLAGS in threaded build. This fixes the issue | stas | 2009-07-20 | 1 | -0/+1 |
* | - Fix stack overflow detection algorithm. It has not worked before as | stas | 2009-06-19 | 3 | -19/+183 |
* | - Fix the bug in ruby GC when object finalizer were never called. This has | stas | 2009-06-18 | 3 | -0/+41 |
* | - Fix BigDecimal DoS vulnerability in ruby 1.8.7. | stas | 2009-06-13 | 1 | -0/+211 |
* | - Really remove GC patch support. | stas | 2009-06-03 | 1 | -6/+0 |
* | - Update ruby 1.8.7 to the latest revision available from ruby-lang.org. | stas | 2009-06-03 | 8 | -539/+216 |
* | - Ruby socket connect code seems to work unstably in case if connection | stas | 2009-02-23 | 1 | -0/+105 |
* | - Fix ruby-tk build. | stas | 2009-02-14 | 1 | -3/+5 |
* | - Fix build with port's openssl version. | stas | 2009-02-13 | 2 | -19/+0 |
* | - Fix pkg-plist. | stas | 2009-02-12 | 2 | -8/+34 |
* | - Update ruby18 to 1.8.7p72. | stas | 2009-02-12 | 4 | -16/+25 |
* | - Fix build with OPENSSL_PORT. | stas | 2009-01-12 | 2 | -0/+17 |
* | - Remove conditional checks for FreeBSD 5.x and older | pav | 2009-01-06 | 2 | -18/+1 |
* | - Remove files forgotten in previous commit. | stas | 2008-08-16 | 6 | -511/+0 |
* | - Update ruby to 1.8.6 patchset 287. | stas | 2008-08-16 | 13 | -687/+149 |
* | - Fix CVE-2008-1447 (DNS spoofing vulnerability). | stas | 2008-08-11 | 6 | -0/+511 |
* | - Add a couple of other patches from ruby SVN repo: | stas | 2008-06-26 | 3 | -0/+45 |
* | - Fix possible memory corruption when using String; | stas | 2008-06-21 | 4 | -0/+243 |
* | - Fix webrick vulnerability | stas | 2008-04-06 | 4 | -11/+397 |
* | - Fix a typo in the bundled REXML package. | stas | 2007-12-04 | 1 | -0/+11 |
* | - Update ruby to the latest 111 patchversion. | stas | 2007-10-30 | 18 | -855/+13 |
* | Remove support for OSVERSION < 5 | edwin | 2007-10-04 | 1 | -1/+1 |
* | - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script | rafan | 2007-07-23 | 1 | -2/+1 |
* | - Delete rb_thread_status prototype from public header, since it causes | stas | 2007-07-15 | 1 | -5/+2 |
* | - Add a bunch of fixes and patchs from the upstream. These fixes a lot of | stas | 2007-07-10 | 16 | -1/+857 |
* | Do pre-install actions as root | brian | 2007-05-26 | 1 | -1/+1 |
* | - Install NEWS file too. | stas | 2007-05-04 | 2 | -0/+2 |
* | - Hack around RUBY_PORTEPOCH being set later than PKGNAME suffix is determined | pav | 2007-04-05 | 1 | -0/+3 |
* | - Use common RUBY_PORTEPOCH variable. | stas | 2007-04-04 | 1 | -1/+1 |
* | - Update ruby to 1.8.6 | stas | 2007-04-04 | 5 | -16/+23 |
* | - COPYTREE_* are now part of bsd.port.mk | pav | 2007-03-24 | 1 | -7/+0 |
* | - Add patch that allows GC performance profiling and analasys. | stas | 2007-01-03 | 2 | -0/+542 |
* | - Update lang/ruby18 to 1.8.5p12 (bugfix release) | stas | 2007-01-03 | 6 | -10561/+304 |
* | - Fix an another cgi library vulnerability | stas | 2006-12-05 | 2 | -4/+29 |
* | - Back-out the previous commit, as it can cause linking problems (pthread's | stas | 2006-11-20 | 1 | -2/+3 |
* | - Don't links agains threading libraries in case if pthreads support was | stas | 2006-11-15 | 1 | -2/+4 |
* | - Add a workaround for the recently disclosed DoS vulnerability in the cgi.rb | stas | 2006-11-04 | 2 | -1/+12 |
* | - Fix pkg-plist when ONIGURUMA option used | stas | 2006-10-15 | 2 | -1/+6 |
* | - Add runtime knob to allow libraries installation under user | stas | 2006-10-09 | 1 | -5/+12 |
* | - Prepare port to make ruby libraries PREFIX-clean (also requires bsd.ruby.mk | stas | 2006-10-02 | 4 | -11022/+11133 |
* | - Assign a new ruby maintainer who submitted patches which will be committed | sem | 2006-09-13 | 1 | -1/+1 |
* | - Update to 1.8.5 | sem | 2006-08-27 | 9 | -525/+7918 |
* | - s,INSTALLS_SHLIB,USE_LDCONFIG,g | clsung | 2006-08-15 | 1 | -1/+1 |
* | - Fix last discovered security vulnerabilities. | sem | 2006-07-30 | 4 | -1/+77 |
* | - Revert previous commit, it broke ruby-gtk2 | pav | 2006-05-25 | 1 | -3/+4 |
* | - Don't link pthread libs in non-pthread case (the default case) | pav | 2006-05-24 | 1 | -4/+3 |
* | - Fix PKGNAMESUFFIX when both Oniguruma and pthreads are enabled | pav | 2006-05-15 | 1 | -1/+1 |
* | Remove obsolete USE_REINPLACE. | okazaki | 2006-05-03 | 2 | -1/+4 |
* | Wrong type of integer argument to ioctl(2) cause ruby18 to produce lots | anray | 2006-05-02 | 2 | -1/+23 |
* | Show the message about WITH_PTHREADS knob only when WITH_PTHREADS isn't defined. | nobutaka | 2006-05-01 | 1 | -0/+2 |
* | - Disable pthread support by default to fix breakage of some ruby applications | nobutaka | 2006-03-31 | 1 | -5/+15 |
* | Use the code actually committed into Ruby CVS against | ume | 2006-01-24 | 2 | -42/+99 |
* | Better fix for the problem on AMD64 and Pentium4 since rev1.4. | ume | 2006-01-22 | 1 | -22/+19 |
* | WITHOUT_CPU_CFLAGS hack is not required anymore. | ume | 2006-01-22 | 1 | -6/+0 |
* | fix build on AMD64 for workaround. | ume | 2006-01-22 | 1 | -17/+22 |
* | ${CPUTYPE} might not defined. | ume | 2006-01-21 | 1 | -0/+2 |
* | It was not buildable with CPUTYPE=athlon64 or CPUTYPE=athlon-xp | ume | 2006-01-21 | 1 | -0/+4 |
* | eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): use only for SPARC and IA64 | ume | 2006-01-21 | 2 | -17/+43 |
* | - Fix build on sparc64 | pav | 2006-01-19 | 1 | -0/+44 |
* | - Provide WITHOUT_PTHREADS option | pav | 2006-01-16 | 1 | -3/+9 |
* | - Fix bug: FileUtils.mv() does not unlink source file when moving over | pav | 2006-01-16 | 2 | -1/+11 |
* | - OPENSSLINC is even better | pav | 2006-01-15 | 1 | -1/+1 |
* | - Use OPENSSLBASE | pav | 2006-01-15 | 1 | -5/+2 |
* | - Add patchfile neded for ruby-tk | pav | 2006-01-15 | 1 | -0/+7 |
* | - Account for removal of tcltklib; 1.8 is now default | pav | 2006-01-14 | 1 | -7/+3 |
* | - Enable pthreads using configure switch, so autodetection based on headers | pav | 2006-01-14 | 1 | -3/+2 |
* | - Correct OpenSSL handling from previous commit | pav | 2006-01-14 | 1 | -1/+1 |
* | - Make OpenSSL handling more obvious | pav | 2006-01-14 | 1 | -2/+6 |
* | - Update to 1.8.4 | pav | 2006-01-14 | 6 | -472/+696 |
* | Fix build when BATCH and WITH_ONIGURUMA is set. | lawrance | 2005-11-29 | 1 | -0/+25 |
* | - Add SHA256 | pav | 2005-11-25 | 1 | -0/+2 |
* | - Drop maintinership to ports@ | sem | 2005-11-22 | 1 | -1/+1 |
* | - Back out the last update. It breaks many ruby ports install. | sem | 2005-11-14 | 3 | -304/+235 |
* | bsd.ruby.mk: | sem | 2005-11-09 | 3 | -234/+304 |
* | - Fix a ruby vulnerabuility in the safe level settings. | sem | 2005-10-28 | 3 | -14/+6 |
* | Fix arbitrary command execution in XMLRPC server. | simon | 2005-07-03 | 2 | -1/+12 |
* | Disable threads again; it has caused the more troubles. This time, it has | mezz | 2005-02-25 | 2 | -11/+24 |
* | Hack commit to allow ruby18 to build on sparc64. This changes to threading, | obrien | 2005-02-24 | 1 | -1/+1 |
* | The slippery pthread support for systems prior to 502102 has been | knu | 2005-02-05 | 2 | -14/+24 |
* | Update to the "second" 1.8.2 release. (officially announced, of course) | knu | 2004-12-26 | 2 | -2/+3 |
* | Update lang/ruby18 to the 1.8.2 release. Happy holidays! | knu | 2004-12-25 | 3 | -11/+11 |
* | Fix plist. | knu | 2004-12-25 | 2 | -2/+6 |
* | Update lang/ruby18 to 1.8.2-preview4. | knu | 2004-12-24 | 4 | -31/+220 |
* | Fix DoS in the Ruby CGI module. | simon | 2004-11-25 | 2 | -1/+28 |
* | Handle ri document directories properly. | knu | 2004-08-12 | 2 | -2036/+2047 |
* | Update lang/ruby18 to 1.8.2-preview2. | knu | 2004-08-12 | 4 | -25/+2136 |
* | Pull in the latest change to mkmf.rb to avoid build error when | knu | 2004-07-13 | 2 | -0/+22 |
* | Update lang/ruby18 and the bundled modules to the latest 1.8 branch | knu | 2004-05-03 | 3 | -15/+71 |
* | Add SIZE data. | knu | 2004-03-22 | 1 | -0/+1 |
* | Update pkg-message to match the current state of the default version | knu | 2004-03-21 | 1 | -4/+0 |
* | BROKEN on ia64: segfault during build | kris | 2004-03-14 | 1 | -0/+4 |
* | Change the default version of ruby to 1.8 for i386 as well, finally. | knu | 2004-02-27 | 2 | -13/+13 |
* | Fix plist and bump PORTREVISION. | knu | 2004-02-17 | 2 | -21/+84 |
* | Update lang/ruby18 to the 1.8.1 final release. Merry Christmas! | knu | 2003-12-25 | 2 | -2/+2 |
* | Update lang/ruby18 to 1.8.1.p4. | knu | 2003-12-22 | 3 | -1/+17 |
* | Update lang/ruby18 and lang/ruby16-shim-ruby18 to 1.8.1-preview3. | knu | 2003-12-15 | 5 | -26/+64 |
* | Now that the build on ia64 has been fixed, remove the ONLY_FOR_ARCHS | marcel | 2003-11-27 | 1 | -3/+0 |
* | Fix the build on ia64: | marcel | 2003-11-27 | 2 | -0/+24 |
* | Update lang/ruby18 to 1.8.1-preview2. | knu | 2003-10-31 | 3 | -8/+114 |
* | Update lang/ruby18 to the latest snapshot as of 2003-09-09. | knu | 2003-09-10 | 3 | -1/+18 |
* | Ruby 1.8.0 builds fine and make test passes on amd64. | knu | 2003-08-05 | 1 | -1/+1 |
* | Update lang/ruby-devel to the long-awaited 1.8.0 release. (IA64 and | knu | 2003-08-04 | 3 | -9/+84 |
* | The dl module seems to cause coredump on Pentium4 boxen when compiled | knu | 2003-07-20 | 2 | -0/+20 |
* | Correct the checksum for the 2003-06-25 patch. | knu | 2003-06-26 | 1 | -1/+1 |
* | Update lang/ruby-devel to the snapshot as of 2003-06-25 and hopefully | knu | 2003-06-26 | 2 | -2/+2 |
* | It turned out that ruby 1.8.0-preview3 only works with i386 due to | knu | 2003-06-23 | 1 | -1/+2 |
* | Update lang/ruby-devel to 1.8.0-preview3. | knu | 2003-06-23 | 4 | -21/+95 |
* | Add a patch to fix coredump that occurs when you run ruby with the | knu | 2003-04-20 | 1 | -0/+13 |
* | Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to the | knu | 2003-04-19 | 3 | -20/+29 |
* | Install a cookie file per variant in RUBY_ELISPDIR. | knu | 2003-04-05 | 2 | -2/+2 |
* | ruby-testunit has been integrated into ruby. | knu | 2003-03-04 | 1 | -0/+1 |
* | Update lang/ruby-devel to 1.8.0-preview2. | knu | 2003-03-04 | 3 | -84/+115 |
* | Touch configure in the pre-configure stage lest the timestamp of | knu | 2003-02-18 | 1 | -3/+4 |
* | De-pkg-comment. | knu | 2003-02-18 | 2 | -1/+1 |
* | ruby-erb is now part of ruby 1.8 and shim-ruby18. | knu | 2003-02-13 | 1 | -0/+1 |
* | Use devel/oniguruma to build ruby with oniguruma. | knu | 2003-02-04 | 2 | -11/+10 |
* | Update Oniguruma to 20030204. | knu | 2003-02-04 | 2 | -2/+2 |
* | Update lang/ruby-devel to the latest snapshot as of 2003.01.28. | knu | 2003-01-29 | 2 | -5/+3 |
* | Properly update for 1.8 [*] and rephrase. | knu | 2003-01-19 | 1 | -9/+8 |
* | Avoid "make: don't know how to make INSTALLS_DEPENDS. Stop" error by | knu | 2003-01-16 | 1 | -1/+4 |
* | Add missing files to pkg-plist and bump PORTREVISION. | knu | 2003-01-14 | 2 | -0/+3 |
* | Update lang/ruby-devel to the latest 1.8 snapshot as of 2003-01-11, | knu | 2003-01-11 | 2 | -1/+4 |
* | Update Oni Guruma (alternative BSDL regexp engine) to 20030109. | knu | 2003-01-11 | 2 | -10/+7 |
* | lang/ruby: | knu | 2002-12-25 | 3 | -12/+10 |
* | Update lang/ruby to 1.6.8-preview3, lang/ruby16-shim-ruby18 to | knu | 2002-12-12 | 2 | -25/+8 |
* | Fix the build of lang/ruby_static-devel, i.e. the build of | knu | 2002-11-28 | 1 | -33/+0 |
* | Update lang/ruby-devel to the latest snapshot as of 2002-11-22. | knu | 2002-11-22 | 5 | -171/+46 |
* | Add a patch for tempfile.rb from CVS and bump PORTREVISION. | knu | 2002-11-19 | 2 | -0/+148 |
* | Update lang/ruby-devel to the latest snapshot as of 2002-11-14. | knu | 2002-11-14 | 3 | -4/+5 |
* | Fix installation. | knu | 2002-11-04 | 1 | -1/+1 |
* | Update lang/ruby-devel to the latest snapshot as of 2002-10-30. | knu | 2002-11-03 | 1 | -1/+1 |
* | Update lang/ruby-devel to the latest snapshot as of 2002-09-27, which | knu | 2002-09-27 | 3 | -9/+4 |
* | Update lang/ruby-devel to the latset snapshot as of 2002.09.20. | knu | 2002-09-21 | 1 | -0/+1 |
* | Update lang/ruby-devel to the snapshot as of 2002-09-17. | knu | 2002-09-18 | 1 | -0/+1 |
* | Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to the | knu | 2002-09-12 | 2 | -1/+2 |
* | Add a header file that's installed only when WITH_ONIGURUMA is defined | knu | 2002-08-03 | 2 | -0/+4 |
* | Install ChangeLog too. | knu | 2002-07-24 | 2 | -0/+2 |
* | Update lang/ruby and lang/ruby-devel to the latest snapshots as of | knu | 2002-07-15 | 3 | -20/+40 |
* | Funnily enough, missing.h was missing in the pkg-plist. | knu | 2002-06-08 | 2 | -0/+2 |
* | Make sure STRIP is defined before referencing the value. STRIP can be | knu | 2002-05-25 | 1 | -1/+1 |
* | Update lang/ruby and lang/ruby-devel to the latest snapshots as of | knu | 2002-05-24 | 2 | -0/+3 |
* | Update lang/ruby-devel to the latest development snapshot as of | knu | 2002-05-05 | 2 | -2/+4 |
* | Update lang/ruby-devel to the latest development stapshot as of 2002-05-03. | knu | 2002-05-04 | 3 | -6/+5 |
* | Update ruby-devel to the latest 1.7 snapshot as of 2002-04-12. | knu | 2002-04-14 | 3 | -11/+44 |
* | lang/ruby: | knu | 2002-03-27 | 3 | -12/+53 |
* | Update lang/ruby to the latest release, 1.6.7. | knu | 2002-03-02 | 2 | -3/+1 |
* | Set MAKE_ENV to "LANG=C" to prevent bison 1.33 w/ gettext 0.10.35 | knu | 2002-02-20 | 1 | -0/+2 |
* | Update lang/ruby-devel to the latest snapshot as of 2002-02-10. | knu | 2002-02-12 | 1 | -1/+1 |
* | To keep users from experiencing upgrading problems, make lang/ruby and | knu | 2002-01-29 | 2 | -1/+14 |
* | Update ruby and ruby-devel to the latest snapshots as of 2002-01-26. | knu | 2002-01-26 | 2 | -0/+10 |
* | First round of auto* cleanups: | will | 2002-01-06 | 1 | -1/+1 |
* | Update lang/ruby to the 1.6.6 Xmas stable release. | knu | 2001-12-26 | 3 | -2/+9 |
* | Properly set the file mode bits of the irb executables to ${BINMODE}. | knu | 2001-12-23 | 1 | -0/+1 |
* | Update lang/ruby to the latest snapshot, 1.6-2001.11.23. | knu | 2001-11-24 | 1 | -1/+1 |
* | Update ruby-devel to the latest snapshot (1.7.2-2001.11.09). | knu | 2001-11-11 | 1 | -1/+1 |
* | Set LATEST_LINK to "ruby_static-devel". | knu | 2001-11-07 | 1 | -0/+2 |
* | Update ruby and ruby-devel to the latest snapshots as of | knu | 2001-11-04 | 1 | -1/+1 |
* | Update lang/ruby{,-devel} to the latest snapshots (2001.10.05). | knu | 2001-10-08 | 2 | -4/+2 |
* | Bump the PORTREVISION's of the ports which install architecture | knu | 2001-09-18 | 1 | -1/+1 |
* | Accompanying commit for Makefile rev 1.20. | asami | 2001-09-13 | 1 | -0/+1 |
* | Apply a THREAD_ALLOC hotfix. | knu | 2001-09-13 | 1 | -1/+2 |
* | Update lang/ruby and lang/ruby-devel to the latest snapshots. | knu | 2001-09-11 | 1 | -1/+1 |
* | Update to the latest snapshots. | knu | 2001-09-03 | 2 | -4/+5 |
* | Update ruby and ruby-devel to the latest snapshots. | knu | 2001-09-02 | 1 | -1/+1 |
* | Utilize ${MANEXT} to fix manpage symlinks. | knu | 2001-08-22 | 1 | -1/+1 |
* | Update lang/ruby and lang/ruby-devel to the latest snapshots. | knu | 2001-08-16 | 1 | -1/+1 |
* | Add missing entries to pkg-plist. | knu | 2001-08-06 | 1 | -0/+4 |
* | Update lang/ruby and lang/ruby-devel to the latest snapshots as of | knu | 2001-08-01 | 3 | -29/+38 |
* | Add a backup server to PATCH_SITES. | knu | 2001-07-11 | 1 | -1/+2 |
* | Update lang/ruby and lang/ruby-devel to the latest snapshots. | knu | 2001-06-22 | 3 | -2/+2 |
* | Put dummy files in the empty directories so they are surely packed. | knu | 2001-06-16 | 2 | -3/+8 |
* | Fix misordered plist. | knu | 2001-06-13 | 1 | -2/+2 |
* | Fix plist problems. | knu | 2001-06-11 | 2 | -3/+7 |
* | Do a ldconfig before invoking the just installed binary in | knu | 2001-06-09 | 2 | -0/+6 |
* | Dig ${RUBY_EXAMPLESDIR} and ${RUBY_DOCDIR} even if NOPORTDOCS is | knu | 2001-06-09 | 2 | -4/+4 |
* | Introduce RUBY_DEFALUT_VER to choose a default version of ruby to use. | knu | 2001-06-04 | 3 | -129/+140 |
* | Update ruby-devel to the latest snapshot, which now enters upon the | knu | 2001-06-01 | 3 | -4/+5 |
* | It's not my day... Fix typo and unbreak. | knu | 2001-05-30 | 1 | -1/+1 |
* | Forgot to bump PORTREVISION's in the previous commit. | knu | 2001-05-30 | 1 | -0/+1 |
* | As some people including me are seeing reproduceable coredump, | knu | 2001-05-30 | 1 | -0/+4 |
* | Update lang/ruby to 1.6.4-preview4. | knu | 2001-05-26 | 2 | -3/+3 |
* | Update lang/ruby and lang/ruby-devel to the latest snapshots. | knu | 2001-05-18 | 3 | -1/+18 |
* | Update lang/ruby to 1.6.4.p2.2001.05.12. | knu | 2001-05-12 | 3 | -6/+10 |
* | Update lang/ruby and lang/ruby-devel to the latest snapshots. | knu | 2001-05-08 | 3 | -6/+4 |
* | Let irb16 properly run on ruby16 and irb17 on ruby17. | knu | 2001-05-07 | 1 | -7/+16 |
* | Add lang/ruby-devel, the development version of Ruby. (1.7) | knu | 2001-05-06 | 6 | -0/+350 |