Age | Commit message (Expand) | Author | Files | Lines |
2015-04-30 | Avoid to generate empty command line on some platforms: | taca | 3 | -3/+25 |
2015-04-03 | Disable CPU detection on Darwin, the result for 32-bit (i486) is incompatible | jperkin | 2 | -15/+24 |
2015-03-08 | * Add patch ot fix rdoc bug; Get rid of infitite loop with '\r' only in text. | taca | 4 | -7/+42 |
2015-01-07 | Add comment to recent patch. | taca | 2 | -3/+5 |
2014-12-28 | Fix build error on older Mac OS versions, where ndbm.h does not include db.h. | bsiegert | 2 | -1/+15 |
2014-12-15 | The "rename" rule is a published synonym for the "opt" transform rule, however | jperkin | 1 | -3/+3 |
2014-12-14 | Add patches for supporting tcl/tk 8.6 on ruby-tk package. | taca | 11 | -1/+680 |
2014-11-15 | Update ruby193-base (and ruby193) to 1.9.3p551 (Ruby 1.9.3-p551). | taca | 1 | -4/+4 |
2014-11-01 | Add a comment for MAKE_JOBS_SAFE=no: | wiz | 1 | -1/+4 |
2014-10-28 | Not MAKE_JOBS_SAFE (two tries with MAKE_JOBS=8 failed for me in a row). | wiz | 1 | -1/+2 |
2014-10-27 | Update ruby193-base and related packages to 1.9.3p550 (Ruby 1.9.3-p550). | taca | 2 | -6/+5 |
2014-10-02 | Fix typo in comment in a patch file. | taca | 2 | -4/+4 |
2014-09-30 | Add fix for CVS-2014-4975 as ruby200-base and ruby21-base. | taca | 3 | -2/+46 |
2014-09-02 | Remove MAKE_JOBS_SAFE=no. It was added 2 years ago, back when then package | jperkin | 1 | -2/+1 |
2014-08-25 | Upadte ruby193-base to 1.9.3p547 (Ruby 1.9.3 patchlevel 547). | taca | 1 | -4/+4 |
2014-06-26 | Use gmake on Darwin, bmake doesn't like the codesign / POSTLINK bits. | jperkin | 1 | -2/+3 |
2014-03-16 | Use RUBY_SUFFIX instead of RUBY_VER for consistency. | taca | 1 | -5/+5 |
2014-03-13 | Update ruby193-base and related packages to 1.9.3p545 (Ruby 1.9.3-p545). | taca | 5 | -51/+21 |
2014-03-13 | Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do | jperkin | 1 | -1/+2 |
2014-02-24 | Really fix rubygems problem, noted by joerg@ via private mail. | taca | 3 | -6/+6 |
2014-02-22 | Update distinfo. Should be fix PR pkg/48615. | taca | 1 | -2/+2 |
2014-02-22 | Fix patch for rubygems/dependency_installer.rb, noted by Joerg Sonnenberger | taca | 2 | -4/+4 |
2014-02-19 | Fix rubygems bundled in ruby193-base. | taca | 6 | -17/+17 |
2014-02-12 | Recursive PKGREVISION bump for OpenSSL API version bump. | tron | 1 | -1/+2 |
2013-11-24 | Fix wrong parameter from [ruby-list:49643] in ruby-tk package. | taca | 2 | -1/+17 |
2013-11-24 | Update ruby193-base (and related packages to 1.9.3-p484). | taca | 5 | -42/+25 |
2013-10-25 | Don't pessimize the compilation by forcing per-function call pushs. | joerg | 2 | -1/+15 |
2013-09-30 | Update a patch for CVE-2013-4363 (previous CVE-2013-4287). | taca | 3 | -8/+10 |
2013-09-10 | Add a fix for CVE-2013-4287 in rubygems. | taca | 3 | -6/+16 |
2013-08-06 | Make sure unwanted mkdir is not recorded with full path in rbconfig.rb, | fhajny | 1 | -5/+3 |
2013-07-20 | Don't specify sitedir and vendordir with CONFIGURE_ARGS. | taca | 1 | -4/+2 |
2013-07-19 | Build fix for x11/ruby-tk package. Reported by PR pkg/48064. | taca | 2 | -1/+17 |
2013-07-07 | Add partly support build_info to bundled rubygems to make compatibilty with | taca | 9 | -23/+223 |
2013-06-27 | Update ruby193-base to 1.9.3p448 (Ruby 1.9.3-p448). | taca | 5 | -48/+35 |
2013-05-18 | Correct patch of configure scripts for DragonFly/FreeBSD. | taca | 3 | -30/+30 |
2013-05-16 | Update ruby193 and related packages to 1.9.3p429 (Ruby 1.9.3 patchlevel 429). | taca | 6 | -55/+54 |
2013-04-30 | Unbreak build on MirBSD by pre-including sys/types.h and sys/time.h in | bsiegert | 3 | -31/+75 |
2013-04-20 | Cygwin also require tools.mkdir in rbconfig.rb work around. | obache | 1 | -2/+2 |
2013-04-04 | Add missing PLIST entries for Win32 (currently, on Cygwin). | obache | 2 | -2/+16 |
2013-02-24 | GNUmake is expected for Cygwin. | obache | 1 | -1/+6 |
2013-02-22 | Update ruby193-base package (and related) to 1.9.3-p392. | taca | 10 | -339/+5 |
2013-02-12 | * Add fix for CVE-2013-0269, json vulnerability. | taca | 15 | -13/+354 |
2013-02-12 | Define RUBY193_BASE_HACKS_MK instead of RUBY19_BASE_HACKS_MK. | taca | 1 | -2/+2 |
2013-02-06 | PKGREVISION bumps for the security/openssl 1.0.1d update. | jperkin | 1 | -1/+2 |
2013-02-06 | Update ruby193 pacakges to 1.9.3p385. | taca | 4 | -57/+57 |
2013-02-02 | Add a two fixes from ruby-2.0.0/rubygems 1.8.25. | taca | 4 | -6/+45 |
2013-01-31 | Update ruby193 to 1.9.3p374 (Ruby 1.9.3-p374). | taca | 8 | -113/+82 |
2012-11-26 | Fix build on SunOS as per | fhajny | 2 | -1/+29 |
2012-11-10 | Update ruby193-base (and releated packages) to 1.9.3p327 (Ruby 1.9.3 | taca | 1 | -4/+4 |
2012-10-12 | Update ruby193-base to 1.9.3p286. | taca | 7 | -123/+36 |