aboutsummaryrefslogtreecommitdiff
path: root/databases/db5/files
Commit message (Collapse)AuthorAgeFilesLines
* Avoid junk pointer when __db_vrfy_datapage() failsMatthias Andree2016-11-093-2/+13
| | | | | | | | | | | | | 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
* Fix strncat() misuse, and enable TCL option.Matthias Andree2016-05-243-0/+90
| | | | | | | | PR: 209730 Submitted by: gahr@ Notes: svn path=/head/; revision=415812
* Modernize Makefile and chase new requisites.Matthias Andree2016-05-234-16/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix mutex code on powerpc64.Matthias Andree2014-07-021-0/+11
| | | | | | | | PR: 191453 Submitted by: jhibbits@ Notes: svn path=/head/; revision=360264
* Fix C++11 compatibility by renaming atomic_init().Matthias Andree2013-07-241-0/+18
| | | | | | | | | | 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
* 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
* Add new port databases/db50, to package Oracle Berkeley DB 5.0.21.Matthias Andree2010-04-261-0/+13
Approved by: garga (mentor) Notes: svn path=/head/; revision=253274