Bug 296559 - net/samba423: database/lmdb0 update dependency broken
Summary: net/samba423: database/lmdb0 update dependency broken
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: FreeBSD Samba Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-07-06 17:46 UTC by Dean E. Weimer
Modified: 2026-07-06 19:53 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (samba)


Attachments
Path to Makefile (575 bytes, patch)
2026-07-06 17:46 UTC, Dean E. Weimer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean E. Weimer 2026-07-06 17:46:00 UTC
Created attachment 272548 [details]
Path to Makefile

After the Update 4.23.8_1, fails to build

dependency on databases/lmdb0 has wrong PKGNAME of 'lmdb' but should be 'lmdb0'


Pathc attached for Makefile, fixed build for me.

-_LMDB_DEPDENDS=                        lmdb>=0.9.16:databases/lmdb0
+_LMDB_DEPDENDS=                        lmdb0>=0.9.16:databases/lmdb0