| Port details |
- lmdb0 OpenLDAP Lightning Memory-Mapped Database (legacy)
- 0.9.35 databases
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: delphij@FreeBSD.org
 - Port Added: 2026-07-06 16:00:09
- Last Update: 2026-07-06 15:57:32
- Commit Hash: 5f9d389
- License: OPENLDAP
- WWW:
- https://symas.com/lmdb/
- Description:
- LMDB is an ultra-fast, ultra-compact key-value data
store developed by Symas for the OpenLDAP Project.
It uses memory-mapped files, so it has the read
performance of a pure in-memory database while still
offering the persistence of standard disk-based
databases, and is only limited to the size of the
virtual address space, (it is not limited to the
size of physical RAM). LMDB was originally called
MDB, but was renamed to avoid confusion with other
software associated with the name MDB.
¦ ¦ ¦ ¦ 
- 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/lmdb0/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/lmdb0
- pkg install lmdb0
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lmdb0
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1770161944
SHA256 (openldap-openldap-LMDB_0.9.35_GH0.tar.gz) = 0d090c6a7c85a4f31a2ab0d734554c21097f24752393a190b0e51996b08f48c4
SIZE (openldap-openldap-LMDB_0.9.35_GH0.tar.gz) = 149788
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Build
-
- databases/ldb25
- databases/ldb28
- databases/ldb29
- devel/appstream
- devel/appstream-compose
- devel/appstream-qt
- dns/knot3
- for Libraries
-
- archivers/urbackup-server
- biology/ncbi-blast+
- biology/ncbi-cxx-toolkit
- databases/p5-LMDB_File
- databases/py-lmdb
- databases/rubygem-lmdb
- databases/tcl-lmdb
- for Run
-
- databases/ldb25
- databases/ldb28
- databases/ldb29
- net/samba416
- net/samba422
- net/samba423
Configuration Options:
- No options to configure
- Options name:
- databases_lmdb0
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.9.35 06 Jul 2026 15:57:32
    |
Xin LI (delphij)  |
databases/lmdb0: Add port for LMDB 0.9.x legacy ABI
LMDB 1.0 introduced an incompatible on-disk format change and subtle
API breakage: applications that compiled cleanly against 1.0 headers
could fail silently at run time. Known affected ports include dns/knot3,
mail/bogofilter, and mail/postfix; the postfix issue has been confirmed
upstream. Linux distributions such as Arch Linux have observed the same
breakage. Samba can also be affected in certain configurations.
Because the regression is not detectable in an -exp build run -- the
postfix failure only manifests at run time, and bogofilter was caught
only because post-build self-tests happen to exercise this path -- we
cannot rely on package builds to validate the 1.0 upgrade.
This commit introduces databases/lmdb0 as a holding port for the 0.9.35 (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|