summaryrefslogtreecommitdiff
path: root/databases/ruby-bdb/files/patch-bdbxml2__bdbxml.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* suppress deprecate warning with Ruby 2.7Hajimu UMEMOTO2020-04-281-1/+165
| | | | | PR: 245339 Approved by: maintainer timeout
* Remove always-true RUBY_VER checkSunpoet Po-Chuan Hsieh2017-01-131-2/+2
| | | | | | | - Pet portlint: fix diff header of patch files - Convert to options target helper With hat: ruby
* - Minimize patches to just remove the comparisonSteve Wills2014-01-031-23/+4
| | | | | Pointed out by: mandree Pointyhat to: swills
* - Make check for bdb version ignore the patch levelSteve Wills2014-01-021-0/+48
PR: ports/184921