aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/gtkperf
ModeNameSize
-rw-r--r--Makefile557logstatsplainblame
-rw-r--r--distinfo132logstatsplainblame
-rw-r--r--pkg-descr286logstatsplainblame
-rw-r--r--pkg-plist153logstatsplainblame
s'>-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