notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: databases/db6/Makefile

Number of commits found: 37

Tuesday, 2 Jun 2020
13:26 mandree search for other commits by this committer
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.
Original commitRevision:537553 
Monday, 20 Jan 2020
19:27 mat search for other commits by this committer
Making REWARNFILE overridable was an artefact from testing.

Fix that.
Original commitRevision:523641 
Sunday, 12 Jan 2020
12:47 mandree search for other commits by this committer
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)
Original commitRevision:522784 
Tuesday, 26 Nov 2019
21:46 jkim search for other commits by this committer
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
Original commitRevision:518482 
Monday, 21 Oct 2019
18:21 mandree search for other commits by this committer
databases/db5, databases/db6: Hook up DEBUG options helpers

PR:		241361
Submitted by:	tobik@
MFH:		2019Q4 (blanket, adds an option that defaults to off)
Original commitRevision:515117 
Tuesday, 9 Jul 2019
21:44 mandree search for other commits by this committer
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
Original commitRevision:506319 
Wednesday, 12 Jun 2019
15:38 gahr search for other commits by this committer
databases/db6: remove meaningless 85+ from USES tcl
Original commitRevision:504018 
Friday, 2 Nov 2018
13:32 rene search for other commits by this committer
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
Original commitRevision:483807 
Thursday, 2 Aug 2018
16:05 mandree search for other commits by this committer
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
Original commitRevision:476241 
Saturday, 12 Aug 2017
10:24 mandree search for other commits by this committer
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.
Original commitRevision:447822 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Friday, 7 Oct 2016
18:12 mandree search for other commits by this committer
Fix packaging with enabled TCL option.

PR:		213279
Submitted by:	osidorkin@gmail.com
Original commitRevision:423474 
Wednesday, 5 Oct 2016
20:17 mandree search for other commits by this committer
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
Original commitRevision:423388 
Tuesday, 4 Oct 2016
09:35 mandree search for other commits by this committer
Bump PORTREVISION for the benefit of ARMv6 users.
Original commitRevision:423247 
09:32 mandree search for other commits by this committer
Avoid POSIX mutexes on armv6* and aarch64.

db6 switched from the stpb-based mutexes that db5 used to ldrex/strex.

PR:		213167 (related)
Original commitRevision:423245 
Sunday, 26 Jun 2016
18:01 sunpoet search for other commits by this committer
- Revert WRKSRC_SUBDIR change in r417590 which breaks make makepatch

Notified by:	mat
Original commitRevision:417595 
17:24 sunpoet search for other commits by this committer
- Use WRKSRC_SUBDIR
- Convert to new options target helper

Approved by:	portmgr (blanket)
Original commitRevision:417590 
Monday, 23 May 2016
20:59 mandree search for other commits by this committer
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.
Original commitRevision:415743 
20:18 mandree search for other commits by this committer
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@
Original commitRevision:415741 
Tuesday, 12 Apr 2016
07:49 mandree search for other commits by this committer
Grab after bapt's initial clarification on 413096.
Original commitRevision:413104 
05:54 mandree search for other commits by this committer
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.
Original commitRevision:413097 
Sunday, 20 Dec 2015
12:51 mandree search for other commits by this committer
New upstream bug-fix release.

ChangeLog:
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_1.html
Original commitRevision:404052 
Saturday, 19 Dec 2015
11:03 mandree search for other commits by this committer
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
Original commitRevision:404013 
Monday, 9 Nov 2015
09:29 andrew search for other commits by this committer
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
Original commitRevision:401088 
Thursday, 7 May 2015
17:35 sbruno search for other commits by this committer
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@
Original commitRevision:385644 
Saturday, 13 Sep 2014
19:24 tijl search for other commits by this committer
Remove unused LIBTOOLFILES
Original commitRevision:368131 
Tuesday, 15 Jul 2014
15:06 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Original commitRevision:361939 
Monday, 14 Jul 2014
20:51 mandree search for other commits by this committer
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
Original commitRevision:361832 
Wednesday, 2 Jul 2014
20:59 mandree search for other commits by this committer
Fix mutex code on powerpc64.

PR:		191453
Submitted by:	jhibbits@
Original commitRevision:360264 
Tuesday, 27 May 2014
15:40 mandree search for other commits by this committer
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.
Original commitRevision:355535 
Monday, 16 Dec 2013
23:49 mandree search for other commits by this committer
Update to 6.0.20, fixing a wrong LICENSE file.
While at it, re-enable the db185 compatibility interface that some ports use.
Original commitRevision:336680 
Saturday, 14 Dec 2013
09:57 mandree search for other commits by this committer
Convert to staging.
Strip debug symbols for installed .so files unless WITH_DEBUG is set.
Original commitRevision:336431 
Friday, 20 Sep 2013
16:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Original commitRevision:327717 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Wednesday, 24 Jul 2013
21:57 mandree search for other commits by this committer
Simplify, for conciseness:
Move function of patch file into post-patch target, too.
Original commitRevision:323622 
21:35 mandree search for other commits by this committer
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
Original commitRevision:323621 
Tuesday, 11 Jun 2013
08:15 mandree search for other commits by this committer
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
Original commitRevision:320540 

Number of commits found: 37