aboutsummaryrefslogtreecommitdiff
path: root/java/berkeley-db
Commit message (Collapse)AuthorAgeFilesLines
* Stage supportAntoine Brodin2014-02-161-12/+6
| | | | Notes: svn path=/head/; revision=344543
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | java) Notes: svn path=/head/; revision=327738
* - adopt optionsNGJason Helfman2013-03-161-15/+10
| | | | | | | | | - cleanup of EXAMPLES and unconditionally assign PORTDOCS Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314337
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Upgrade from 3.2.13 to 3.2.76.Mikhail Teterin2008-05-162-6/+5
| | | | | | | | PR: ports/123699 Submitted by: Lapo Luchini Notes: svn path=/head/; revision=213174
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Switch defaults to not running self-tests since the maintainer has notKris Kennaway2007-04-221-1/+1
| | | | | | | been able to figure out why they fail in package build environments. Notes: svn path=/head/; revision=190608
* Update from 3.1.0 to 3.2.13. This should fix all of the self-test failuresMikhail Teterin2006-12-114-176/+5
| | | | | | | | | | | | 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
* Unbreak by adding another patch from the vendor.Mikhail Teterin2006-11-232-4/+137
| | | | Notes: svn path=/head/; revision=177865
* BROKEN: Self-tests failKris Kennaway2006-11-171-0/+2
| | | | Notes: svn path=/head/; revision=177417
* Fix the test-target to, actually, succeed, when the testsMikhail Teterin2006-10-201-4/+5
| | | | | | | | | succeed... Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175432
* Disable two more self-tests, which may hang in rare circumstance.Mikhail Teterin2006-10-182-2/+27
| | | | | | | | | | | | | | 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
* Be sure to fail our test-target, if the vendor's self-test fails.Mikhail Teterin2006-10-081-1/+2
| | | | Notes: svn path=/head/; revision=174996
* Tune the port a little finer:Mikhail Teterin2006-10-083-2/+18
| | | | | | | | | | | | | | | | | . 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
* Upgrade from 1.7.1 to 3.1.0, thanks largely to the diffs supplied by ijliaoMikhail Teterin2006-10-074-383/+86
| | | | | | | | | | | | | | | | | (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
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Upgrade from 1.7.0 to 1.7.1. The former is no longer available on theMikhail Teterin2005-03-252-3/+3
| | | | | | | | | vendor's site. Approved by: portmgr (kris) Notes: svn path=/head/; revision=131932
* This is a port of 'JE', or Berkeley DB Java Edition -- a pure JavaMikhail Teterin2005-02-055-0/+436
implementation of "db". See: http://www.sleepycat.com/products/je.shtml for more information. Notes: svn path=/head/; revision=128054