summaryrefslogtreecommitdiff
path: root/java/berkeley-db/files (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-12Fix the build in the case of newer JUnit, that, in its turn, uses hamcrest now.Mikhail Teterin1-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
2014-09-29Upgrade from 3.2.76 to 6.1.5 (the latest at this time). Fix up the WWW-entryMikhail Teterin1-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
2006-12-11Update from 3.1.0 to 3.2.13. This should fix all of the self-test failuresMikhail Teterin1-170/+0
observed so far (spurious and real). Update WWW. Although supposedly a minor bug-fix release, this one still comes with a file-format change, unfortunately. See vendor's announcement at: http://forums.oracle.com/forums/ann.jspa?annID=372 Notes: svn path=/head/; revision=179513
2006-11-23Unbreak by adding another patch from the vendor.Mikhail Teterin1-1/+135
Notes: svn path=/head/; revision=177865
2006-10-18Disable two more self-tests, which may hang in rare circumstance.Mikhail Teterin1-1/+24
According to SleepyCat/Oracle, these will be fixed in the next release. Provide two explicit download sites for those, whose FETCH_CMD is set to NOT follow redirects (as is the default). Oracle uses such redirects to facilitate downloads from the server closer to the downloader, but the scheme breaks, when the redirects are not followed. Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175382
2006-10-08Tune the port a little finer:Mikhail Teterin1-0/+13
. Java-1.5 is required to build (although the result is usable with 1.4 as well) -- reflect this in pkg-descr for the user and in Makefile for the build process . add a patch for the "occasionaly" failing test -- on advice from Oracle: http://forums.oracle.com/forums/thread.jspa?threadID=431242 . enable automatic testing post-build -- the tests stress out both Java and JE and their failure may be a nice canary for our mine. Notes: svn path=/head/; revision=174956
2006-10-07Upgrade from 1.7.1 to 3.1.0, thanks largely to the diffs supplied by ijliaoMikhail Teterin1-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
2005-02-05This is a port of 'JE', or Berkeley DB Java Edition -- a pure JavaMikhail Teterin1-0/+11
implementation of "db". See: http://www.sleepycat.com/products/je.shtml for more information. Notes: svn path=/head/; revision=128054