aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ruby18
Commit message (Expand)AuthorAgeFilesLines
* - Don't build ruby with threads support on FreeBSD versions before 7.2stas2009-10-123-18/+150
* - Add ${PTHREAD_LIBS} to LDFLAGS in threaded build. This fixes the issuestas2009-07-201-0/+1
* - Fix stack overflow detection algorithm. It has not worked before asstas2009-06-193-19/+183
* - Fix the bug in ruby GC when object finalizer were never called. This hasstas2009-06-183-0/+41
* - Fix BigDecimal DoS vulnerability in ruby 1.8.7.stas2009-06-131-0/+211
* - Really remove GC patch support.stas2009-06-031-6/+0
* - Update ruby 1.8.7 to the latest revision available from ruby-lang.org.stas2009-06-038-539/+216
* - Ruby socket connect code seems to work unstably in case if connectionstas2009-02-231-0/+105
* - Fix ruby-tk build.stas2009-02-141-3/+5
* - Fix build with port's openssl version.stas2009-02-132-19/+0
* - Fix pkg-plist.stas2009-02-122-8/+34
* - Update ruby18 to 1.8.7p72.stas2009-02-124-16/+25
* - Fix build with OPENSSL_PORT.stas2009-01-122-0/+17
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-062-18/+1
* - Remove files forgotten in previous commit.stas2008-08-166-511/+0
* - Update ruby to 1.8.6 patchset 287.stas2008-08-1613-687/+149
* - Fix CVE-2008-1447 (DNS spoofing vulnerability).stas2008-08-116-0/+511
* - Add a couple of other patches from ruby SVN repo:stas2008-06-263-0/+45
* - Fix possible memory corruption when using String;stas2008-06-214-0/+243
* - Fix webrick vulnerabilitystas2008-04-064-11/+397
* - Fix a typo in the bundled REXML package.stas2007-12-041-0/+11
* - Update ruby to the latest 111 patchversion.stas2007-10-3018-855/+13
* Remove support for OSVERSION < 5edwin2007-10-041-1/+1
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-2/+1
* - Delete rb_thread_status prototype from public header, since it causesstas2007-07-151-5/+2
* - Add a bunch of fixes and patchs from the upstream. These fixes a lot ofstas2007-07-1016-1/+857
* Do pre-install actions as rootbrian2007-05-261-1/+1
* - Install NEWS file too.stas2007-05-042-0/+2
* - Hack around RUBY_PORTEPOCH being set later than PKGNAME suffix is determinedpav2007-04-051-0/+3
* - Use common RUBY_PORTEPOCH variable.stas2007-04-041-1/+1
* - Update ruby to 1.8.6stas2007-04-045-16/+23
* - COPYTREE_* are now part of bsd.port.mkpav2007-03-241-7/+0
* - Add patch that allows GC performance profiling and analasys.stas2007-01-032-0/+542
* - Update lang/ruby18 to 1.8.5p12 (bugfix release)stas2007-01-036-10561/+304
* - Fix an another cgi library vulnerabilitystas2006-12-052-4/+29
* - Back-out the previous commit, as it can cause linking problems (pthread'sstas2006-11-201-2/+3
* - Don't links agains threading libraries in case if pthreads support wasstas2006-11-151-2/+4
* - Add a workaround for the recently disclosed DoS vulnerability in the cgi.rbstas2006-11-042-1/+12
* - Fix pkg-plist when ONIGURUMA option usedstas2006-10-152-1/+6
* - Add runtime knob to allow libraries installation under userstas2006-10-091-5/+12
* - Prepare port to make ruby libraries PREFIX-clean (also requires bsd.ruby.mkstas2006-10-024-11022/+11133
* - Assign a new ruby maintainer who submitted patches which will be committedsem2006-09-131-1/+1
* - Update to 1.8.5sem2006-08-279-525/+7918
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
* - Fix last discovered security vulnerabilities.sem2006-07-304-1/+77
* - Revert previous commit, it broke ruby-gtk2pav2006-05-251-3/+4
* - Don't link pthread libs in non-pthread case (the default case)pav2006-05-241-4/+3
* - Fix PKGNAMESUFFIX when both Oniguruma and pthreads are enabledpav2006-05-151-1/+1
* Remove obsolete USE_REINPLACE.okazaki2006-05-032-1/+4
* Wrong type of integer argument to ioctl(2) cause ruby18 to produce lotsanray2006-05-022-1/+23
* Show the message about WITH_PTHREADS knob only when WITH_PTHREADS isn't defined.nobutaka2006-05-011-0/+2
* - Disable pthread support by default to fix breakage of some ruby applicationsnobutaka2006-03-311-5/+15
* Use the code actually committed into Ruby CVS againstume2006-01-242-42/+99
* Better fix for the problem on AMD64 and Pentium4 since rev1.4.ume2006-01-221-22/+19
* WITHOUT_CPU_CFLAGS hack is not required anymore.ume2006-01-221-6/+0
* fix build on AMD64 for workaround.ume2006-01-221-17/+22
* ${CPUTYPE} might not defined.ume2006-01-211-0/+2
* It was not buildable with CPUTYPE=athlon64 or CPUTYPE=athlon-xpume2006-01-211-0/+4
* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): use only for SPARC and IA64ume2006-01-212-17/+43
* - Fix build on sparc64pav2006-01-191-0/+44
* - Provide WITHOUT_PTHREADS optionpav2006-01-161-3/+9
* - Fix bug: FileUtils.mv() does not unlink source file when moving overpav2006-01-162-1/+11
* - OPENSSLINC is even betterpav2006-01-151-1/+1
* - Use OPENSSLBASEpav2006-01-151-5/+2
* - Add patchfile neded for ruby-tkpav2006-01-151-0/+7
* - Account for removal of tcltklib; 1.8 is now defaultpav2006-01-141-7/+3
* - Enable pthreads using configure switch, so autodetection based on headerspav2006-01-141-3/+2
* - Correct OpenSSL handling from previous commitpav2006-01-141-1/+1
* - Make OpenSSL handling more obviouspav2006-01-141-2/+6
* - Update to 1.8.4pav2006-01-146-472/+696
* Fix build when BATCH and WITH_ONIGURUMA is set.lawrance2005-11-291-0/+25
* - Add SHA256pav2005-11-251-0/+2
* - Drop maintinership to ports@sem2005-11-221-1/+1
* - Back out the last update. It breaks many ruby ports install.sem2005-11-143-304/+235
* bsd.ruby.mk:sem2005-11-093-234/+304
* - Fix a ruby vulnerabuility in the safe level settings.sem2005-10-283-14/+6
* Fix arbitrary command execution in XMLRPC server.simon2005-07-032-1/+12
* Disable threads again; it has caused the more troubles. This time, it hasmezz2005-02-252-11/+24
* Hack commit to allow ruby18 to build on sparc64. This changes to threading,obrien2005-02-241-1/+1
* The slippery pthread support for systems prior to 502102 has beenknu2005-02-052-14/+24
* Update to the "second" 1.8.2 release. (officially announced, of course)knu2004-12-262-2/+3
* Update lang/ruby18 to the 1.8.2 release. Happy holidays!knu2004-12-253-11/+11
* Fix plist.knu2004-12-252-2/+6
* Update lang/ruby18 to 1.8.2-preview4.knu2004-12-244-31/+220
* Fix DoS in the Ruby CGI module.simon2004-11-252-1/+28
* Handle ri document directories properly.knu2004-08-122-2036/+2047
* Update lang/ruby18 to 1.8.2-preview2.knu2004-08-124-25/+2136
* Pull in the latest change to mkmf.rb to avoid build error whenknu2004-07-132-0/+22
* Update lang/ruby18 and the bundled modules to the latest 1.8 branchknu2004-05-033-15/+71
* Add SIZE data.knu2004-03-221-0/+1
* Update pkg-message to match the current state of the default versionknu2004-03-211-4/+0
* BROKEN on ia64: segfault during buildkris2004-03-141-0/+4
* Change the default version of ruby to 1.8 for i386 as well, finally.knu2004-02-272-13/+13
* Fix plist and bump PORTREVISION.knu2004-02-172-21/+84
* Update lang/ruby18 to the 1.8.1 final release. Merry Christmas!knu2003-12-252-2/+2
* Update lang/ruby18 to 1.8.1.p4.knu2003-12-223-1/+17
* Update lang/ruby18 and lang/ruby16-shim-ruby18 to 1.8.1-preview3.knu2003-12-155-26/+64
* Now that the build on ia64 has been fixed, remove the ONLY_FOR_ARCHSmarcel2003-11-271-3/+0
* Fix the build on ia64:marcel2003-11-272-0/+24
* Update lang/ruby18 to 1.8.1-preview2.knu2003-10-313-8/+114
* Update lang/ruby18 to the latest snapshot as of 2003-09-09.knu2003-09-103-1/+18
* Ruby 1.8.0 builds fine and make test passes on amd64.knu2003-08-051-1/+1
* Update lang/ruby-devel to the long-awaited 1.8.0 release. (IA64 andknu2003-08-043-9/+84
* The dl module seems to cause coredump on Pentium4 boxen when compiledknu2003-07-202-0/+20
* Correct the checksum for the 2003-06-25 patch.knu2003-06-261-1/+1
* Update lang/ruby-devel to the snapshot as of 2003-06-25 and hopefullyknu2003-06-262-2/+2
* It turned out that ruby 1.8.0-preview3 only works with i386 due toknu2003-06-231-1/+2
* Update lang/ruby-devel to 1.8.0-preview3.knu2003-06-234-21/+95
* Add a patch to fix coredump that occurs when you run ruby with theknu2003-04-201-0/+13
* Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to theknu2003-04-193-20/+29
* Install a cookie file per variant in RUBY_ELISPDIR.knu2003-04-052-2/+2
* ruby-testunit has been integrated into ruby.knu2003-03-041-0/+1
* Update lang/ruby-devel to 1.8.0-preview2.knu2003-03-043-84/+115
* Touch configure in the pre-configure stage lest the timestamp ofknu2003-02-181-3/+4
* De-pkg-comment.knu2003-02-182-1/+1
* ruby-erb is now part of ruby 1.8 and shim-ruby18.knu2003-02-131-0/+1
* Use devel/oniguruma to build ruby with oniguruma.knu2003-02-042-11/+10
* Update Oniguruma to 20030204.knu2003-02-042-2/+2
* Update lang/ruby-devel to the latest snapshot as of 2003.01.28.knu2003-01-292-5/+3
* Properly update for 1.8 [*] and rephrase.knu2003-01-191-9/+8
* Avoid "make: don't know how to make INSTALLS_DEPENDS. Stop" error byknu2003-01-161-1/+4
* Add missing files to pkg-plist and bump PORTREVISION.knu2003-01-142-0/+3
* Update lang/ruby-devel to the latest 1.8 snapshot as of 2003-01-11,knu2003-01-112-1/+4
* Update Oni Guruma (alternative BSDL regexp engine) to 20030109.knu2003-01-112-10/+7
* lang/ruby:knu2002-12-253-12/+10
* Update lang/ruby to 1.6.8-preview3, lang/ruby16-shim-ruby18 toknu2002-12-122-25/+8
* Fix the build of lang/ruby_static-devel, i.e. the build ofknu2002-11-281-33/+0
* Update lang/ruby-devel to the latest snapshot as of 2002-11-22.knu2002-11-225-171/+46
* Add a patch for tempfile.rb from CVS and bump PORTREVISION.knu2002-11-192-0/+148
* Update lang/ruby-devel to the latest snapshot as of 2002-11-14.knu2002-11-143-4/+5
* Fix installation.knu2002-11-041-1/+1
* Update lang/ruby-devel to the latest snapshot as of 2002-10-30.knu2002-11-031-1/+1
* Update lang/ruby-devel to the latest snapshot as of 2002-09-27, whichknu2002-09-273-9/+4
* Update lang/ruby-devel to the latset snapshot as of 2002.09.20.knu2002-09-211-0/+1
* Update lang/ruby-devel to the snapshot as of 2002-09-17.knu2002-09-181-0/+1
* Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to theknu2002-09-122-1/+2
* Add a header file that's installed only when WITH_ONIGURUMA is definedknu2002-08-032-0/+4
* Install ChangeLog too.knu2002-07-242-0/+2
* Update lang/ruby and lang/ruby-devel to the latest snapshots as ofknu2002-07-153-20/+40
* Funnily enough, missing.h was missing in the pkg-plist.knu2002-06-082-0/+2
* Make sure STRIP is defined before referencing the value. STRIP can beknu2002-05-251-1/+1
* Update lang/ruby and lang/ruby-devel to the latest snapshots as ofknu2002-05-242-0/+3
* Update lang/ruby-devel to the latest development snapshot as ofknu2002-05-052-2/+4
* Update lang/ruby-devel to the latest development stapshot as of 2002-05-03.knu2002-05-043-6/+5
* Update ruby-devel to the latest 1.7 snapshot as of 2002-04-12.knu2002-04-143-11/+44
* lang/ruby:knu2002-03-273-12/+53
* Update lang/ruby to the latest release, 1.6.7.knu2002-03-022-3/+1
* Set MAKE_ENV to "LANG=C" to prevent bison 1.33 w/ gettext 0.10.35knu2002-02-201-0/+2
* Update lang/ruby-devel to the latest snapshot as of 2002-02-10.knu2002-02-121-1/+1
* To keep users from experiencing upgrading problems, make lang/ruby andknu2002-01-292-1/+14
* Update ruby and ruby-devel to the latest snapshots as of 2002-01-26.knu2002-01-262-0/+10
* First round of auto* cleanups:will2002-01-061-1/+1
* Update lang/ruby to the 1.6.6 Xmas stable release.knu2001-12-263-2/+9
* Properly set the file mode bits of the irb executables to ${BINMODE}.knu2001-12-231-0/+1
* Update lang/ruby to the latest snapshot, 1.6-2001.11.23.knu2001-11-241-1/+1
* Update ruby-devel to the latest snapshot (1.7.2-2001.11.09).knu2001-11-111-1/+1
* Set LATEST_LINK to "ruby_static-devel".knu2001-11-071-0/+2
* Update ruby and ruby-devel to the latest snapshots as ofknu2001-11-041-1/+1
* Update lang/ruby{,-devel} to the latest snapshots (2001.10.05).knu2001-10-082-4/+2
* Bump the PORTREVISION's of the ports which install architectureknu2001-09-181-1/+1
* Accompanying commit for Makefile rev 1.20.asami2001-09-131-0/+1
* Apply a THREAD_ALLOC hotfix.knu2001-09-131-1/+2
* Update lang/ruby and lang/ruby-devel to the latest snapshots.knu2001-09-111-1/+1
* Update to the latest snapshots.knu2001-09-032-4/+5
* Update ruby and ruby-devel to the latest snapshots.knu2001-09-021-1/+1
* Utilize ${MANEXT} to fix manpage symlinks.knu2001-08-221-1/+1
* Update lang/ruby and lang/ruby-devel to the latest snapshots.knu2001-08-161-1/+1
* Add missing entries to pkg-plist.knu2001-08-061-0/+4
* Update lang/ruby and lang/ruby-devel to the latest snapshots as ofknu2001-08-013-29/+38
* Add a backup server to PATCH_SITES.knu2001-07-111-1/+2
* Update lang/ruby and lang/ruby-devel to the latest snapshots.knu2001-06-223-2/+2
* Put dummy files in the empty directories so they are surely packed.knu2001-06-162-3/+8
* Fix misordered plist.knu2001-06-131-2/+2
* Fix plist problems.knu2001-06-112-3/+7
* Do a ldconfig before invoking the just installed binary inknu2001-06-092-0/+6
* Dig ${RUBY_EXAMPLESDIR} and ${RUBY_DOCDIR} even if NOPORTDOCS isknu2001-06-092-4/+4
* Introduce RUBY_DEFALUT_VER to choose a default version of ruby to use.knu2001-06-043-129/+140
* Update ruby-devel to the latest snapshot, which now enters upon theknu2001-06-013-4/+5
* It's not my day... Fix typo and unbreak.knu2001-05-301-1/+1
* Forgot to bump PORTREVISION's in the previous commit.knu2001-05-301-0/+1
* As some people including me are seeing reproduceable coredump,knu2001-05-301-0/+4
* Update lang/ruby to 1.6.4-preview4.knu2001-05-262-3/+3
* Update lang/ruby and lang/ruby-devel to the latest snapshots.knu2001-05-183-1/+18
* Update lang/ruby to 1.6.4.p2.2001.05.12.knu2001-05-123-6/+10
* Update lang/ruby and lang/ruby-devel to the latest snapshots.knu2001-05-083-6/+4
* Let irb16 properly run on ruby16 and irb17 on ruby17.knu2001-05-071-7/+16
* Add lang/ruby-devel, the development version of Ruby. (1.7)knu2001-05-066-0/+350