notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: Mk/Uses/bdb.mk
SVNWeb

Number of commits found: 13

Mon, 9 May 2022
[ 18:58 Bryan Drewery (bdrewery) search for other commits by this committer ]    commit hash:a396e4f131341b58bf897f73d1ce1f8a6f6e5256  commit hash:a396e4f131341b58bf897f73d1ce1f8a6f6e5256  commit hash:a396e4f131341b58bf897f73d1ce1f8a6f6e5256  a396e4f 
Mk/Uses/bdb.mk: Allow bdb:18 to work by default.

mail/mutt currently has USES=bdb:18 which causes an obscure error in
Poudriere causing it to be IGNORED unless WITH_BDB6_PERMITTED is set.
We already have a license framework so this flag seems odd but in the
case where a port explicitly is asking for the version it makes sense
to permit it as the default.
Sun, 24 Apr 2022
[ 10:00 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa2539679084872cd84112e9df6bfee571570623  commit hash:aa2539679084872cd84112e9df6bfee571570623  commit hash:aa2539679084872cd84112e9df6bfee571570623  aa25396  (Only the first 10 of 118 ports in this commit are shown above. View all ports for this commit)
framework: cleanup conditional-indentations in Mk/

Run Tools/scripts/indent_make_if.pl on all of Mk.

These white space changes contribute greatly to the readability of those files.
As we have a version control system, finding out the reasons for the changes
prior to these white space changes is still easily possible

Differential Revision:	https://reviews.freebsd.org/D35024
Reviewed by:		portmgr (rene, bapt)
Tue, 6 Apr 2021
[ 14:27 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:5d33e045968104ac678d8b4b4ec1e8956bbf68e0  commit hash:5d33e045968104ac678d8b4b4ec1e8956bbf68e0  commit hash:5d33e045968104ac678d8b4b4ec1e8956bbf68e0  5d33e04  (Only the first 10 of 224 ports in this commit are shown above. View all ports for this commit)
framework: Remove $FreeBSD$

Where appropriate fiddle with a few other things.
Thu, 3 Dec 2020
[ 20:41 rene search for other commits by this committer ] Original commit   Revision:556922
Unregister expired databases/db6 and remove it as an option.
Wed, 2 Dec 2020
[ 00:09 mandree search for other commits by this committer ] Original commit   Revision:556798
New port: databases/db18 Oracle Berkeley DB, Release 18.1

Oracle Berkeley DB is a family of open source embeddable databases
that allows developers to incorporate within their applications a
fast, scalable, transactional database engine with industrial grade
reliability and availability. As a result, customers and end-users
will experience an application that simply works, reliably manages
data, can scale under extreme load, but requires no ongoing database
administration. As a developer, you can focus on your application and
be confident that Oracle Berkeley DB will manage your persistence
needs.

This port is derived from databases/db6 (by svn copy + edits).

PR:		248415
Submitted by:	Yasuhiro KIMURA
Tue, 2 Jun 2020
[ 13:25 mandree search for other commits by this committer ] Original commit   Revision:537552
databases/db48: Axe. Expired 25 months ago, no users left.

Thanks to vd@'s preparation around PR 245220 and r533562,
we can now finally axe databases/db48 before 2020Q3 branches.

PR:		245220 (related)
Thu, 18 Apr 2019
[ 05:34 tobik search for other commits by this committer ] Original commit   Revision:499233
Mk/Uses/bdb.mk: Make debug-bdb output {BUILD,LIB}_DEPENDS again

${PORTSDIR}/ in *_DEPENDS has been gone for a while.
Tue, 9 Jan 2018
[ 07:40 mat search for other commits by this committer ] Original commit   Revision:458513 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Remove support for variables that have been deprecated for a while.

variables                  deprecation       revision
WITHOUT_NLS                2013-12-13        r336337
WITH_/WITHOUT_             2014-02-24        r345870
NOPORT(DOC|EXAMPLE)S       2014-04-19        r351587
WITH_BDB_VER               2016-05-02        r414444
OVERRIDE_LINUX_BASE_PORT   2016-09-05        r421387
WITH_OPENSSL_(BASE|PORT)   2016-06-16        r416965

While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.

Cleanup bsd.sanity.mk a bit.

Fix fallout.

PR:		224613
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D13490
Wed, 3 Aug 2016
[ 12:09 mat search for other commits by this committer ] Original commit   Revision:419511 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Always include bsd.default-versions.mk in bsd.port.mk.

The variable defined in it are now always available after including
bsd.port.pre.mk.

PR:		210666
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6933
Thu, 16 Jun 2016
[ 13:21 mat search for other commits by this committer ] Original commit   Revision:416964
Fix USES=bdb.

Turns out that the conversion to USES was broken, and did not take the
DEFAULT_VERSIONS=bdb=foo into account.

PR:		210149
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	The FreeBSD Foundation, Absolight
Mon, 23 May 2016
[ 20:18 mandree search for other commits by this committer ] Original commit   Revision:415741
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@
Mon, 2 May 2016
[ 13:16 mat search for other commits by this committer ] Original commit   Revision:414444
Fix WITH_BDB_VER support, and switch to DEFAULT_VERSIONS.

PR:		209183
Reported by:	peter
Sponsored by:	Absolight
Mon, 25 Apr 2016
[ 16:17 mat search for other commits by this committer ] Original commit   Revision:414018 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Move USE_BDB support from bsd.databases.mk to its own file.

Also:
- Deorbit WANT_BDB_VER, one can use USES=bdb:<ver> instead.
- USE_BDB can't happen after bsd.port.pre.mk because it is a USES.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951

Number of commits found: 13