non port: databases/db6/Makefile |
SVNWeb
|
Number of commits found: 37 |
Tue, 2 Jun 2020
|
[ 13:26 mandree ]
databases/db6: sunset (expire) port in half a year's time
Oracle have hidden newer versions behind a registration-only download,
so we cannot even update to 6.2.38. Oracle haven't responded to an
inquiry to that extent.
Apparently, the port isn't very popular, no port in INDEX-12 depends on it,
users will rather use db5 (perhaps due to the more permissive license),
so deprecate db6.
|
Mon, 20 Jan 2020
|
[ 19:27 mat ]
Making REWARNFILE overridable was an artefact from testing.
Fix that.
|
Sun, 12 Jan 2020
|
[ 12:47 mandree ]
databases/db6, db5: fix JAVA-enabled build, suppress sed failed warnings
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)
|
Tue, 26 Nov 2019
|
[ 21:46 jkim ] (Only the first 10 of 443 ports in this commit are shown above. )
Clean up after java/openjdk6 and java/openjdk6-jre removal
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
|
Mon, 21 Oct 2019
|
[ 18:21 mandree ]
databases/db5, databases/db6: Hook up DEBUG options helpers
PR: 241361
Submitted by: tobik@
MFH: 2019Q4 (blanket, adds an option that defaults to off)
|
Tue, 9 Jul 2019
|
[ 21:44 mandree ]
Switch db5/db6 to download from Oracle's https:// sites.
The http:// sites issue 301-type redirects to https:// so we can spare
everyone the roundtrip.
Inspired by...
PR: 239084
Submitted by: Miyashita Touka
|
Wed, 12 Jun 2019
|
[ 15:38 gahr ]
databases/db6: remove meaningless 85+ from USES tcl
|
Fri, 2 Nov 2018
|
[ 13:32 rene ] (Only the first 10 of 243 ports in this commit are shown above. )
Remove compatibility code for FreeBSD < 11.2 from all ports.
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
|
Thu, 2 Aug 2018
|
[ 16:05 mandree ]
databases/db5, db6: enable DBM compatibility
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
|
Sat, 12 Aug 2017
|
[ 10:24 mandree ]
Update to new upstream release 6.2.32.
<http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_2.html#idm140188017503984>
This adds a new db_convert utility.
It converts the byte order of all databases in database files.
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Fri, 7 Oct 2016
|
[ 18:12 mandree ]
Fix packaging with enabled TCL option.
PR: 213279
Submitted by: osidorkin@gmail.com
|
Wed, 5 Oct 2016
|
[ 20:17 mandree ]
ARM: for mutexes, use machine/atomic.h primitives
The previous approach only worked on ARMv7+, this should now permit
build and use with environments shared between processes on a wider set
of ARM architectures.
Bump PORTREVISION.
PR: 213223
Submitted by: mikael.urankar@gmail.com
|
Tue, 4 Oct 2016
|
[ 09:35 mandree ]
Bump PORTREVISION for the benefit of ARMv6 users.
|
[ 09:32 mandree ]
Avoid POSIX mutexes on armv6* and aarch64.
db6 switched from the stpb-based mutexes that db5 used to ldrex/strex.
PR: 213167 (related)
|
Sun, 26 Jun 2016
|
[ 18:01 sunpoet ]
- Revert WRKSRC_SUBDIR change in r417590 which breaks make makepatch
Notified by: mat
|
[ 17:24 sunpoet ]
- Use WRKSRC_SUBDIR
- Convert to new options target helper
Approved by: portmgr (blanket)
|
Mon, 23 May 2016
|
[ 20:59 mandree ]
Fix portlint warnings.
Add PATCH_WRKSRC so that make makepatch works,
refresh patches with make makepatch and rename them,
and drop the "The" from COMMENT.
|
[ 20:18 mandree ]
Update to 6.2.23. Add TCL option. Cleanup.
Changes submitted by gahr@:
Enable a new TCL option, adding a pkgIndex.tcl file.
Modernize Makefile. [1]
Changes by mandree@:
Fix installation of TCL API docs if TCL option is enabled.
Update to new upstream release 6.2.23.
Install the upgrade61.sh script if SQL option is enabled, with
additional fixes distributed as a patch to avoid licensing concerns.
Add an UPDATING entry.
Add changes in Mk/Uses/bdb.mk.
db5 parts of PR 208740 to be committed in a separate transaction later.
PR: 208740
Submitted by: gahr@
|
Tue, 12 Apr 2016
|
[ 07:49 mandree ]
Grab after bapt's initial clarification on 413096.
|
[ 05:54 mandree ]
Drop maintainership.
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.
|
Sun, 20 Dec 2015
|
[ 12:51 mandree ]
New upstream bug-fix release.
ChangeLog:
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_1.html
|
Sat, 19 Dec 2015
|
[ 11:03 mandree ]
Fix crash by using POSIX mutexes on all armv6* ARCHes not just armv6.
This is to fix illegal-instruction crashes on armv6hf.
PR: 205001
Submitted by: dave@dogwood.com
Reviewed by: mikael.urankar@gmail.com
MFH: 2015Q4
|
Mon, 9 Nov 2015
|
[ 09:29 andrew ]
As with armv6 we need to use POSIX mutexes. Without this the ports try to
use fcntl mutexes and fails as they are deprecated.
Approved by: mandree (maintainer)
Differential Revision: https://reviews.freebsd.org/D4107
|
Thu, 7 May 2015
|
[ 17:35 sbruno ]
enable posix-mutexes by default for armv6 targets as db will crash and burn
when using the internal mutex implementation via unsupported instructions.
PR: 197227
Submitted by: andrew@
Approved by: mandree@
|
Sat, 13 Sep 2014
|
[ 19:24 tijl ]
Remove unused LIBTOOLFILES
|
Tue, 15 Jul 2014
|
[ 15:06 adamw ]
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Mon, 14 Jul 2014
|
[ 20:51 mandree ]
Upgrade to new upstream release 6.1.19.
Note: The log file format changed.
ChangeLog:
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_1.html
|
Wed, 2 Jul 2014
|
[ 20:59 mandree ]
Fix mutex code on powerpc64.
PR: 191453
Submitted by: jhibbits@
|
Tue, 27 May 2014
|
[ 15:40 mandree ]
Update to new upstream release 6.0.30.
ChangeLog:
<http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_0.html>
Note that databases using BLOB support require an upgrade,
adding a corresponding note to UPDATING.
|
Mon, 16 Dec 2013
|
[ 23:49 mandree ]
Update to 6.0.20, fixing a wrong LICENSE file.
While at it, re-enable the db185 compatibility interface that some ports use.
|
Sat, 14 Dec 2013
|
[ 09:57 mandree ]
Convert to staging.
Strip debug symbols for installed .so files unless WITH_DEBUG is set.
|
Fri, 20 Sep 2013
|
[ 16:13 bapt ] (Only the first 10 of 927 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Wed, 24 Jul 2013
|
[ 21:57 mandree ]
Simplify, for conciseness:
Move function of patch file into post-patch target, too.
|
[ 21:35 mandree ]
Fix C++11 compatibility by renaming atomic_init().
Modified version of dim's patch, where most of the stuff
moves into a REINPLACE_CMD called from post-patch.
Submitted by: dim
|
Tue, 11 Jun 2013
|
[ 08:15 mandree ]
Add Oracle Berkeley DB 6.0.
Simplify installation over previous versions.
License change to Affero GNU General Public License v3 (AGPL v3).
Announcement: https://oss.oracle.com/pipermail/bdb/2013-June/000056.html
ChangeLog: http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_0.html
|
Number of commits found: 37 |