Bug 296562 - databases/ldb29 fails to build
Summary: databases/ldb29 fails to build
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: FreeBSD Samba Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-07-06 19:32 UTC by Marek Zarychta
Modified: 2026-07-06 19:48 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Zarychta 2026-07-06 19:32:21 UTC
Please fix Makefile after the transition of lmdb to lmdb0.

diff --git a/databases/ldb29/Makefile b/databases/ldb29/Makefile
index 5dbfbb36836..b304c5ae09f 100644
--- a/databases/ldb29/Makefile
+++ b/databases/ldb29/Makefile
@@ -78,7 +78,7 @@ PYTHON3_PLIST_FILES=  ${PKGCONFIGDIR}/pyldb-util${PYTHON_TAG}.pc \
 _CFLAGS_clang= -fno-color-diagnostics
 
 _LDB_DEPENDS=  talloc242>=2.4.2:devel/talloc242 tevent016>=0.16.0:devel/tevent016 \
-               tdb1410>=1.4.10:databases/tdb1410 lmdb>=0.9.23:databases/lmdb0 \
+               tdb1410>=1.4.10:databases/tdb1410 lmdb0>=0.9.23:databases/lmdb0 \
                popt>=0:devel/popt
 _LDB_BINS=     bin/ldbedit bin/ldbmodify bin/ldbadd bin/ldbdel bin/ldbsearch \
                bin/ldbrename

This patch fixes the issue for me. Thanks.
Comment 1 Marek Zarychta 2026-07-06 19:48:32 UTC
Already fixed by 7a7dea44149e933dc87f3f116b056e252f1fa2f7