Port details |
- ldb25 LDAP-like embedded database
- 2.5.3_1 databases
=2 2.5.3_1Version of this port present on the latest quarterly branch. - Maintainer: samba@FreeBSD.org
 - Port Added: 2024-03-12 19:45:23
- Last Update: 2025-06-19 20:28:47
- Commit Hash: 4f0eba1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-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:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/databases/ldb25/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/ldb25
- pkg install ldb25
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ldb25
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1700563483
SHA256 (ldb-2.5.3.tar.gz) = 396d8bb9bb926a0fd2e6aa4ebec56e50942cc53648737aabcdf18d30fe6ac226
SIZE (ldb-2.5.3.tar.gz) = 1736354
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
- docbook.xsl : textproc/docbook-xsl
- xsltproc : textproc/libxslt
- pkgconf>=1.3.0_1 : devel/pkgconf
- 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
- 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
- Library dependencies:
-
- libldap.so.2 : net/openldap26-client
- This port is required by:
- for Libraries
-
- security/sssd2
Configuration Options:
- ===> The following configuration options are available for ldb25-2.5.3_1:
DEBUG=off: Build with debugging support
MANPAGES=on: Build and/or install manual pages
PYTHON3=off: Python 3.x bindings or support
===> Use 'make config' to modify these settings
- Options name:
- databases_ldb25
- USES:
- compiler ldap localbase:ldflags pkgconfig waf python:build,test
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5.3_1 19 Jun 2025 20:28:47
    |
Charlie Li (vishwin)  |
python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc
EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.
Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.
(Only the first 15 lines of the commit message are shown above ) |
2.5.3_1 13 Mar 2025 07:39:36
    |
Michael Osipov (michaelo)  |
*/*: Rework manpages handling in Samba-related ports
* Remove outdated, incorrect, precompiled manpages from ${FILESDIR}/files/man.
* Properly disable manpages generation since XSLTPROC was set to true(1) WAF
always assumed xsltproc(1) to work and if any automatic dependency pulled in
textproc/docbook-xsl, manpages were generated even if explicitly disabled.
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D49327 |
2.5.3 13 Aug 2024 11:43:09
    |
Mateusz Piotrowski (0mp)  |
*/*: Let samba@ maintain ldb, tdb, talloc, tevent, and Samba
PR: 280556
Approved by: portmgr |
2.5.3 12 Aug 2024 12:58:05
    |
Mateusz Piotrowski (0mp)  |
databases/ldb25 net/freeipa-client: Update MAINTAINER email address
Approved by: kiwi@oav.net (maintainer) |
2.5.3 13 Mar 2024 10:57:54
    |
Dima Panov (fluffy)  |
databases/ldb25: drop hardcoded path, pet portlint (+)
* replace /usr/local/libdata/pkgconfig with %%PKGCONFIGDIR%% macro in patch
* switch to USES+= localbase:ldflags
Approved by: portmgr blanket |
2.5.3 12 Mar 2024 19:42:41
    |
Mateusz Piotrowski (0mp)  Author: Xavier Beaudouin |
databases/ldb25: Add port, needed for noldb flavor of Samba
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D43748 |
Number of commits found: 6
|