summaryrefslogtreecommitdiff
path: root/java/berkeley-db/files/patch-test-failure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak by adding another patch from the vendor.Mikhail Teterin2006-11-231-1/+135
| | | | Notes: svn path=/head/; revision=177865
* Disable two more self-tests, which may hang in rare circumstance.Mikhail Teterin2006-10-181-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
* Tune the port a little finer:Mikhail Teterin2006-10-081-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