Port details |
- ldb28 LDAP-like embedded database
- 2.8.2 databases =2 2.8.1Version of this port present on the latest quarterly branch.
- Maintainer: samba@FreeBSD.org
- Port Added: 2024-07-31 09:06:08
- Last Update: 2024-10-23 04:25:19
- Commit Hash: 5a2014f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3+
- WWW:
- https://ldb.samba.org/
- Description:
- ldb is a LDAP-like embedded database.
ldb provides a fast database with an LDAP-like API designed to be used
within an application.
In some ways it can be seen as a intermediate solution between key-value
pair databases and a real LDAP database.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/databases/ldb28/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/ldb28
- pkg install ldb28
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ldb28
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729271994
SHA256 (ldb-2.8.2.tar.gz) = 0e9aeb657aedbd048b1c0de4afe5b01a8dd33c24a6adb8361a0829374a2fc016
SIZE (ldb-2.8.2.tar.gz) = 1746336
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- talloc>=2.2.0 : devel/talloc
- tevent>=0.10.0 : devel/tevent
- tdb>=1.4.0 : databases/tdb
- lmdb>=0.9.23 : databases/lmdb
- popt>=0 : devel/popt
- cmocka>=1.1.3 : sysutils/cmocka
- pkgconf>=1.3.0_1 : devel/pkgconf
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- python3.11 : lang/python311
- Test dependencies:
-
- talloc>=2.2.0 : devel/talloc
- tevent>=0.10.0 : devel/tevent
- tdb>=1.4.0 : databases/tdb
- lmdb>=0.9.23 : databases/lmdb
- popt>=0 : devel/popt
- cmocka>=1.1.3 : sysutils/cmocka
- python3.11 : lang/python311
- Runtime dependencies:
-
- talloc>=2.2.0 : devel/talloc
- tevent>=0.10.0 : devel/tevent
- tdb>=1.4.0 : databases/tdb
- lmdb>=0.9.23 : databases/lmdb
- popt>=0 : devel/popt
- python3.11 : lang/python311
- Library dependencies:
-
- libldap.so.2 : net/openldap26-client
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Build
-
- net/samba419
- for Run
-
- net/samba419
Configuration Options:
- ===> The following configuration options are available for ldb28-2.8.2:
MANPAGES=off: Build and install manpages (requires textproc/docbook-xsl)
PYTHON3=on: Python 3.x bindings or support
===> Use 'make config' to modify these settings
- Options name:
- databases_ldb28
- USES:
- compiler ldap localbase:ldflags pkgconfig gettext-runtime python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.8.2 23 Oct 2024 04:25:19 |
Yasuhiro Kimura (yasu) |
databases/ldb28: Update to 2.8.2
Necessary to update net/samba419 to 4.19.9.
Reviewed by: 0mp
Differential Revision: https://reviews.freebsd.org/D47182 |
2.8.1 13 Aug 2024 11:43:09 |
Mateusz Piotrowski (0mp) |
*/*: Let samba@ maintain ldb, tdb, talloc, tevent, and Samba
PR: 280556
Approved by: portmgr |
2.8.1 31 Jul 2024 08:59:42 |
Mateusz Piotrowski (0mp) |
databases/ldb28: Add a new version of ldb
This port is based on ldb25. The changes are:
- Fix checks for Python support
The bsd.port.pre.mk was included too early and USES=python wasn't
processed as expected. As a result, the checks for Python support were
broken.
- Switch from waf to configure and make.
Upstream wants us to do it this way. Otherwise, the build system
produces the following error message:
(Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 3
|