summaryrefslogtreecommitdiff
path: root/java/berkeley-db (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mk/Uses/java.mk: Runtime fix with USES=java:antMuhammad Moinur Rahman2024-12-311-2/+2
| | | | | | | | | | | | USES=java:ant does not imply USES=java:run so we need to add the run arg seperately when we are using USES=java:ant. Not all ports require the the argument so it is better to address the ports individually instead of handling it automatically by implying run for ant. Thanks to vvd for carefully going through this. Reported by: vvd Approved by: portmgr (blanket)
* Mk/**java.mk: Convert bsd.java.mk to USESMuhammad Moinur Rahman2024-12-311-2/+3
| | | | | | | | | | | | | | | | | | | The following features have been added or changed: - Instead of USE_JAVA use USES=java. This defaults to USES=java:build,run if NO_BUILD is undefined. Else it defaults to USES=java:run - Instead of USE_ANT=yes use USES=java:ant which also implies USES=java:build - Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or extract - Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply build or run - Instead of JAVA_RUN=yes use USES=java:run does not imply extract or build - Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version> Approved by: mat (portmgr), glewis Differential Revision: https://reviews.freebsd.org/D48201
* *: Change the MAINTAINER field per requestGleb Popov2024-05-181-1/+2
| | | | PR: 278267
* Remove WWW lines that have been moved into MakefilesStefan Eßer2022-09-081-2/+0
| | | | Approved by: portmgr (implicit)
* Move more WWW entries from pkg-descr files into MakefilesStefan Eßer2022-09-081-0/+1
| | | | | | | The WWW: lines in the pkg-descr files of these ports where not at the end of those files and have been missed in prior conversion runs. Approved by: portmgr (implicit)
* java: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Alex Dupre <ale@FreeBSD.org> * Alex Semenyaka <alex@rinet.ru> * Alexander Yerenkow <yerenkow@gmail.com> * Anton Yudin (<contact@toha.org.ua>) * Anton Yudin <toha@toha.org.ua> * Benjamin Close <benjsc@FreeBSD.org> * Björn König <bkoenig@alpha-tierchen.de> * Conor McDermottroe <ports@mcdermottroe.com> * Danilo Egea Gondolfo <danilo@FreeBSD.org * Dave Glowacki <dglo@ssec.wisc.edu> * Ernst de Haan <znerd@FreeBSD.org> * Eugene Grosbein <ports@grosbein.net> * Filippo Natali <filippo@widestore.net> * Gerrit Beine <gerrit.beine@gmx.de> * Greg Lewis <glewis@FreeBSD.org> * Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> * Jason Helfman <jgh@FreeBSD.org> * Jeremy <karlj000@unbc.ca> * Johannes Dieterich <dieterich@ogolem.org> * Johannes Dieterich <jmd@FreeBSD.org> * Jonathan Chen <jonc@chen.org.nz> * Jose Marques * Jose Marques <noway@nohow.demon.co.uk> * Lapo Luchini <lapo@lapo.it> * Lev Serebryakov <lev@FreeBSD.org> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Matthew Dillon <dillon@backplane.com> * Maxim Sobolev <sobomax@FreeBSD.org> * Mikhail T. <mi@aldan.algebra.com> * Mikhail T. <michael@fun-box.ru> * Mikhail Teterin * Nicola Vitale <nivit@FreeBSD.org> * Nicola Vitale <nivit@email.it> * OISHI Masakuni <yamasa@bsdhouse.org> * OKAZAKI Tetsurou * Pedro Giffuni * Simeo Reig <reig.simeo@gmail.com> * Sutra Zhou <zhoushuqun@gmail.com> * Tom Judge <tj@FreeBSD.org> * Volker Stolz <vs@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> * gldisater@gldis.ca * ijliao * jake@checker.org * jpbeconne * lon_kamikaze@gmx.de * mi * nordwick@xcf.berkeley.edu * nork@FreeBSD.org * olgeni@FreeBSD.org * rasputin * rfarmer@predatorlabs.net * rtdean@cytherianage.net * tux@pinguru.net With hat: portmgr
* java/berkeley-db: upgrade from 6.2.31 to 7.5.11Mikhail Teterin2022-05-212-11/+20
| | | | | | | Changelog: https://docs.oracle.com/cd/E17277_02/html/changelog.html Set LICENSE and otherwise pet portlint. Limit Java to 8 -- newer versions are rejected by the vendor's code...
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-261-1/+0
| | | | | | | | | | | | | | | java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342 Notes: svn path=/head/; revision=518482
* - Update WWWDmitry Marakasov2019-04-271-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=500203
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-11-011-2/+2
| | | | Notes: svn path=/head/; revision=453284
* Mark some ports failing on armv6. In cases where the error messageMark Linimon2017-05-261-2/+4
| | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441786
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* 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 Notes: svn path=/head/; revision=386183
* Make regression-test target depend on build and always use "test", when ↵Mikhail Teterin2015-05-121-2/+2
| | | | | | | invoking tests. Notes: svn path=/head/; revision=386169
* 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. Notes: svn path=/head/; revision=386168
* Doesn't build with java 6.Alex Dupre2014-10-031-1/+1
| | | | Notes: svn path=/head/; revision=369870
* 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. Notes: svn path=/head/; revision=369561
* Convert to USES=dos2unixBaptiste Daroussin2014-05-261-1/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=355288
* 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