summaryrefslogtreecommitdiff
path: root/java/berkeley-db (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Follow portlint's recommendation to NOT hide an install-command under @.Mikhail Teterin2015-05-121-1/+1
| | | | | | | Use this opportunity to correct an error in an earlier commit, which referenced an incorrect PR. The correct number is: PR: 199869
* Make regression-test target depend on build and always use "test", when ↵Mikhail Teterin2015-05-121-2/+2
| | | | invoking tests.
* Fix the build in the case of newer JUnit, that, in its turn, uses hamcrest now.Mikhail Teterin2015-05-124-20/+25
| | | | | | | | | | 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.
* Doesn't build with java 6.Alex Dupre2014-10-031-1/+1
|
* Upgrade from 3.2.76 to 6.1.5 (the latest at this time). Fix up the WWW-entryMikhail Teterin2014-09-294-9/+7
| | | | | | | in pkg-descr. Vendor's self tests continue to fail (timeouts), so this feature remains disabled by default.
* Convert to USES=dos2unixBaptiste Daroussin2014-05-261-1/+2
| | | | With hat: portmgr
* Stage supportAntoine Brodin2014-02-161-12/+6
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | java)
* - adopt optionsNGJason Helfman2013-03-161-15/+10
| | | | | | - cleanup of EXAMPLES and unconditionally assign PORTDOCS Approved by: portmgr (miwi)
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | suppress any reference to JAVA_VERSION= 1.5+ (part2)
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
|
* 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)
* Upgrade from 3.2.13 to 3.2.76.Mikhail Teterin2008-05-162-6/+5
| | | | | PR: ports/123699 Submitted by: Lapo Luchini
* - 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)
* - 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}.
* 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.
* 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
* Unbreak by adding another patch from the vendor.Mikhail Teterin2006-11-232-4/+137
|
* BROKEN: Self-tests failKris Kennaway2006-11-171-0/+2
|
* Fix the test-target to, actually, succeed, when the testsMikhail Teterin2006-10-201-4/+5
| | | | | | succeed... Approved by: portmgr (erwin)
* 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)
* Be sure to fail our test-target, if the vendor's self-test fails.Mikhail Teterin2006-10-081-1/+2
|
* 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.
* 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.
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* 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)
* 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.