aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ups-debug/files
Commit message (Expand)AuthorAgeFilesLines
* Update to 3.33-03. Ups now supports both ELF and a.out debugging on FreeBSD.obrien1999-05-101-21/+8
* Upgrade to version 3.33.obrien1998-11-141-30/+26
* Dist patch fixes problems on 2.2.x.obrien1998-09-171-15/+9
* Source level C debugger that runs under X11obrien1998-06-241-0/+61
e='mate-1.18'/>
path: root/lang/ruby18
Commit message (Expand)AuthorAgeFilesLines
* - 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