Page MenuHomeFreeBSD

net/samba422: Do not keep ldb private
ClosedPublic

Authored by 0mp on Sep 4 2025, 9:14 AM.
Tags
None
Referenced Files
F135575201: D52377.id161492.diff
Mon, Nov 10, 11:28 PM
Unknown Object (File)
Fri, Nov 7, 11:31 PM
Unknown Object (File)
Wed, Nov 5, 2:34 PM
Unknown Object (File)
Tue, Nov 4, 2:22 AM
Unknown Object (File)
Mon, Oct 27, 12:20 AM
Unknown Object (File)
Sat, Oct 25, 5:36 PM
Unknown Object (File)
Sat, Oct 25, 5:36 PM
Unknown Object (File)
Sat, Oct 25, 12:11 PM
Subscribers
None

Details

Reviewers
None
Group Reviewers
samba
Commits
R11:d195b82a96a1: net/samba422: Do not keep ldb private
Summary

Since version 4.22, Samba requires ldb to be bundled. This is
problematic for packaging because ldb is also used by ports such as
security/sssd2. In the past, we used a standalone ldb port to address
that.

Luckily, it turns out that Samba can turn its private libraries into
public ones via its configure script. This commit makes Samba's ldb
public.

PR: 289272
Sponsored by: Klara, Inc.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

0mp requested review of this revision.Sep 4 2025, 9:14 AM
0mp created this revision.

Refresh after the lmdb fixes

This revision was not accepted when it landed; it landed in state Needs Review.Wed, Oct 22, 2:31 PM
This revision was automatically updated to reflect the committed changes.