summaryrefslogtreecommitdiff
path: root/java/berkeley-db/files/patch-junit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build in the case of newer JUnit, that, in its turn, uses hamcrest now.Mikhail Teterin2015-05-121-12/+20
| | | | | | | | | | | | | Upgrade from 6.1.5 to 6.2.31. Based on: PR: 156251 Submitted by: pi Now that the test-target fully works, add "regression-test" alias to it so it can be used for that purpose. Notes: svn path=/head/; revision=386168
* Upgrade from 3.2.76 to 6.1.5 (the latest at this time). Fix up the WWW-entryMikhail Teterin2014-09-291-4/+3
| | | | | | | | | | in pkg-descr. Vendor's self tests continue to fail (timeouts), so this feature remains disabled by default. Notes: svn path=/head/; revision=369561
* Upgrade from 1.7.1 to 3.1.0, thanks largely to the diffs supplied by ijliaoMikhail Teterin2006-10-071-4/+25
| | | | | | | | | | | | | | | | | (for the earlier version 3.0.12). Make post-build test possible (via OPTIONS) and, unfortunately, disable it by default due to several test failures. (Java-maintainers may want to take a look.) Switch to an auto-generated pkg-plist (HUGE amount of examples and documentation). Ying-Chieh is planning to delete his databases/java-db and is invited to take over this port. Notes: svn path=/head/; revision=174699
* This is a port of 'JE', or Berkeley DB Java Edition -- a pure JavaMikhail Teterin2005-02-051-0/+11
implementation of "db". See: http://www.sleepycat.com/products/je.shtml for more information. Notes: svn path=/head/; revision=128054