aboutsummaryrefslogtreecommitdiff
path: root/databases/db5
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Making REWARNFILE overridable was an artefact from testing.Mathieu Arnold2020-01-201-3/+0
| | | | | | | Fix that. Notes: svn path=/head/; revision=523641
* databases/db6, db5: fix JAVA-enabled build, suppress sed failed warningsMatthias Andree2020-01-121-0/+3
| | | | | | | | | | | | Add JAVA_VERSION="7 8" to db6 Add REWARNFILE=/dev/null to db6 and db5 Reported by: Tommy P <tommyhp2@gmail.com> PR: 243278 MFH: 2020Q1 (blanket, fix broken build) Notes: svn path=/head/; revision=522784
* databases/db5, databases/db6: Hook up DEBUG options helpersMatthias Andree2019-10-211-1/+1
| | | | | | | | | PR: 241361 Submitted by: tobik@ MFH: 2019Q4 (blanket, adds an option that defaults to off) Notes: svn path=/head/; revision=515117
* Remove reference to Java 1.6Greg Lewis2019-10-031-1/+1
| | | | | | | | | | | | * After the deletion of the openjdk6 port, there are no viable versions of Java 6 left in the ports tree, so remove it as a possible version PR: 241019 Approved by: mandree@ Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=513650
* Switch db5/db6 to download from Oracle's https:// sites.Matthias Andree2019-07-091-1/+1
| | | | | | | | | | | | The http:// sites issue 301-type redirects to https:// so we can spare everyone the roundtrip. Inspired by... PR: 239084 Submitted by: Miyashita Touka Notes: svn path=/head/; revision=506319
* databases/db5: remove meaningless 85+ from USES tclPietro Cerutti2019-06-121-1/+1
| | | | Notes: svn path=/head/; revision=504017
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-3/+0
| | | | | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 Notes: svn path=/head/; revision=483807
* databases/db5, db6: enable DBM compatibilityMatthias Andree2018-08-022-4/+19
| | | | | | | | | | | | | | | | | | Enable DBM API. [1] Reorder license information of db5/Makefile to fix portlint warning. [1] Bump PORTREVISON. [1] Add command creating symbolic link such as ${PREFIX}/lib/libdb-6.so to post-install target of db6/Makefile. [1] Instead of USE_GCC, patch src/dbinc/db.in to not expose the store() macro under C++. Mark db6 broken on MIPS64 for now, we do not have a workable MUTEX implementation. Unbreak build on AARCH64, where the db6 autoconfiguration chooses the wrong MUTEX. PR: 230191 Submitted by: Yasuhiro Kimura Notes: svn path=/head/; revision=476241
* - Fix license handlingDmitry Marakasov2018-05-112-1/+2
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=469617
* The src tree is splitting 32-bit arm support into 'armv6' and the newMark Linimon2017-09-011-1/+1
| | | | | | | | | | | 'armv7'. This patch adds armv7 support. It should provide no regression on any existing architecture. PR: 221921 Approved by: maintainer Notes: svn path=/head/; revision=449083
* Avoid junk pointer when __db_vrfy_datapage() failsMatthias Andree2016-11-094-3/+14
| | | | | | | | | | | | | Rather than second-guessing what the __os_free() might be doing and avoiding it, initialize the pointer to NULL, which __os_free() will skip. This should be the safer approach if Oracle ever patches other parts of db 5.3. PR: 210829 Submitted by: Mark Millard Notes: svn path=/head/; revision=425813
* Force pthreads mutexes on 11+ and aarch64/ARMV6Matthias Andree2016-11-041-1/+6
| | | | | | | | | | | | This currently leaves ARMv6 and aarch64 on FreeBSD 9.x and 10.x out in the rain because these will still autoconfigure to only permit private mutexes. PR: 213167 Submitted by: jbeich (IRC) Notes: svn path=/head/; revision=425280
* ${RM} already has -f.Mathieu Arnold2016-10-211-4/+4
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Add LICENSE_GROUPS.Matthias Andree2016-10-071-0/+1
| | | | | | | | | Note that the license specifically is NOT copyfree: http://copyfree.org/standard/rejected, see under 'Open Source License for Oracle Berkeley DB' Notes: svn path=/head/; revision=423484
* Correct license information to Sleepycat.Matthias Andree2016-10-071-1/+2
| | | | | | | It's not BSD3CLAUSE but Sleepycat (unknown to the framework). Notes: svn path=/head/; revision=423483
* Clean up, modernize, add LICENSE.Matthias Andree2016-10-071-13/+12
| | | | | | | | | | | The clean up drops an obsolete comment (overcome by a patch), drops the --disable-tcl that is overridden anyhow, and replaces a few .if empty(PORT_OPTIONS:Mfoo) by post-install-FOO-{on|off}: targets. This is to get the port closer to db6. Notes: svn path=/head/; revision=423478
* Fix strncat() misuse, and enable TCL option.Matthias Andree2016-05-244-5/+96
| | | | | | | | PR: 209730 Submitted by: gahr@ Notes: svn path=/head/; revision=415812
* Modernize Makefile and chase new requisites.Matthias Andree2016-05-236-68/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Modernize Makefile [1]. * The Tcl changes suggested in the PR [1] are applied but commented out because the code causes scary "warning: the value of the size argument in 'strncat' is too large, might lead to a buffer overflow [-Wstrncat-size]" in lang/tcl/tcl_*.c on FreeBSD 10.3 amd64. * Other than what is suggested in the PR, refuse to add the TCL option, and leave --disable-tcl in. * JAVA option: restrict to Java versions 1.6 and 1.7 because the port fails to compile with JAVA option enabled and openjdk8 (IllegalArgument exception). portlint cleanups: * Set PATCH_WRKSRC, and refresh patches with "make makepatch". * Use Space (not HTab) after WWW: tag in pkg-descr * Drop "The" from COMMENT. PR: 208740 [1] Submitted by: gahr@ [1] Notes: svn path=/head/; revision=415749
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* Grab after bapt's initial clarification on 413096.Matthias Andree2016-04-121-1/+1
| | | | Notes: svn path=/head/; revision=413104
* Drop maintainership.Matthias Andree2016-04-121-1/+1
| | | | | | | | | | If portmgr@ needs to commit against better advise, two years after this was first discussed without any motion of the upstream. Drop a few more maintainerships along the way. Notes: svn path=/head/; revision=413097
* Fix crash by using POSIX mutexes on all armv6* ARCHes not just armv6.Matthias Andree2015-12-191-2/+3
| | | | | | | | | | | | This is to fix illegal-instruction crashes on armv6hf. PR: 205001 Submitted by: dave@dogwood.com Reviewed by: mikael.urankar@gmail.com MFH: 2015Q4 Notes: svn path=/head/; revision=404013
* As with armv6 we need to use POSIX mutexes. Without this the ports try toAndrew Turner2015-11-091-1/+1
| | | | | | | | | | use fcntl mutexes and fails as they are deprecated. Approved by: mandree (maintainer) Differential Revision: https://reviews.freebsd.org/D4107 Notes: svn path=/head/; revision=401088
* enable posix-mutexes by default for armv6 targets as db will crash and burnSean Bruno2015-05-071-0/+5
| | | | | | | | | | | when using the internal mutex implementation via unsupported instructions. PR: 197227 Submitted by: andrew@ Approved by: mandree@ Notes: svn path=/head/; revision=385644
* Cleanup plistBaptiste Daroussin2014-10-201-3/+0
| | | | Notes: svn path=/head/; revision=371255
* Add USES=libtoolTijl Coosemans2014-08-312-8/+7
| | | | Notes: svn path=/head/; revision=366741
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361939
* Fix mutex code on powerpc64.Matthias Andree2014-07-022-0/+12
| | | | | | | | PR: 191453 Submitted by: jhibbits@ Notes: svn path=/head/; revision=360264
* Update to 5.3.28, fixing nearly two dozen bugs.Matthias Andree2013-12-163-5/+10
| | | | | | | While at it, re-enable the db185 compatibility interface that some ports use. Notes: svn path=/head/; revision=336679
* Convert to staging.Matthias Andree2013-12-141-15/+16
| | | | | | | Strip debug symbols for installed .so files unless WITH_DEBUG is set. Notes: svn path=/head/; revision=336431
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Fix C++11 compatibility by renaming atomic_init().Matthias Andree2013-07-242-0/+19
| | | | | | | | | | Modified version of dim's patch, where most of the stuff moves into a REINPLACE_CMD called from post-patch. Submitted by: dim Notes: svn path=/head/; revision=323621
* Convert one more NOPORTDOCS occasion to port optionsNG framework.Matthias Andree2013-02-061-5/+5
| | | | | | | | PR: ports/175878 Submitted by: Takefu Notes: svn path=/head/; revision=311794
* 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
* - Update to new upstream release 5.3.21. Please see UPDATING!Matthias Andree2012-06-183-113/+113
| | | | | | | | | | | | | | | http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.htm - Convert to OptionsNG. Sunpoet, relative to the PR, there were more Makefile and pkg-plist changes, as well as an update of Mk/bsd.database.mk and UPDATING. Port and pkg-plist updates based on PR: ports/165574 Submitted by: sunpoet@ Notes: svn path=/head/; revision=299590
* Fix compilation with clang, patch taken fromMatthias Andree2012-06-141-0/+20
| | | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2012-May/033615.html Reported by: Mel Flynn Patch by: Dimitry Andric Notes: svn path=/head/; revision=299294
* Update to upstream bug-fix patchlevel release [11.2.]5.2.42.Matthias Andree2012-03-132-4/+4
| | | | | | | | ChangeLog: <http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_2.html#idp580848> Feature safe: yes Notes: svn path=/head/; revision=293258
* Fix broken symbolic links in libdb*-5.so.0 files.Matthias Andree2012-02-161-2/+3
| | | | | | | | Reported and patch Submitted by: Herbert J. Skuhra Notes: svn path=/head/; revision=291521
* - Remove manual fix for FreeBSD 10.x as the FreeBSD 10.x workaround inBeat Gaetzi2012-01-221-5/+0
| | | | | | | | | bsd.port.mk also handles configure script outside of WRKSRC. Exp-runs by: miwi Notes: svn path=/head/; revision=289626
* - Fix build on FreeBSD 10. Apply manual fix as the configure script isBeat Gaetzi2011-10-291-0/+5
| | | | | | | | | | outside of WRKSRC and the WITH_FBSD10_FIX knob doesn't work in this case. Approved by: portmgr (miwi) Notes: svn path=/head/; revision=284636
* Update to new upstream bugfix release. ChangeLog:Matthias Andree2011-09-232-3/+4
| | | | | | | http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_2.html Notes: svn path=/head/; revision=282255
* - Update databases/db5 to new upstream release 5.2.28.0. ChangeLog:Matthias Andree2011-08-253-104/+152
| | | | | | | | | | | | | | | | | http://download.oracle.com/docs/cd/E17076_02/html/installation/changelog_5_2.html - Remove databases/db51 (no hard dependencies), users having set db51 manually for their ports need to set db5 and rebuild dependent ports. - Add OPTIONS for localization (default off) and crypto (default on). - Install libdb*-5.so symlinks into $PREFIX/lib - If WITH_DEBUG is set, pass --enable-umrw to pacify valgrind, and --enable-debug. Notes: svn path=/head/; revision=280427
* Move CPPFLAGS out of CONFIGURE_ENV.Matthias Andree2011-03-212-9/+15
| | | | | | | | | Fix up pkg-plist for WITH_JAVA and WITH_SQL builds. Remove trailing whitespace. Bump PORTREVISION. Notes: svn path=/head/; revision=271409
* Update to new BDB 5.1.25 patch release.Matthias Andree2011-02-072-4/+3
| | | | | | | | ChangeLog: http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_1.html Feature safe: yes Notes: svn path=/head/; revision=268747
* Update WWW: links for db* ports in pkg-descr.Matthias Andree2010-11-121-1/+1
| | | | Notes: svn path=/head/; revision=264443
* Update MASTER_SITES.Matthias Andree2010-11-121-3/+1
| | | | | | | | | Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com> PR: ports/152158 Approved by: gslin@gslin.org (for db4[5-8]) (implicit, see Makefile) Notes: svn path=/head/; revision=264442
* New version 5.1 of Oracle Berkeley DB 5.0, descended and repocopied from db50.Matthias Andree2010-09-213-89/+100
| | | | Notes: svn path=/head/; revision=261539
* Update to new upstream release 5.0.26.Matthias Andree2010-07-192-4/+4
| | | | | | | Reported by: Kurt J. Lidl Notes: svn path=/head/; revision=257977