1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

net/samba419: Update version checks for ldb; switch to ldb28

Samba 4.19 requires ldb 2.8.1 or newer to build without bundled
dependencies.

PR:		280510
Approved by:	portmgr blanket
Sponsored by:	Klara, Inc.
This commit is contained in:
Mateusz Piotrowski 2024-07-30 18:30:09 +02:00
parent 7378f1a62f
commit cdfadb1ecc

View File

@ -256,8 +256,8 @@ SUB_LIST+= SAMBA4_BUNDLED_LDB=""
SAMBA4_MODULEDIR= ${SAMBA4_LIBDIR}/modules
.else
SAMBA4_BUNDLED_LIBS+= !ldb
BUILD_DEPENDS+= ldb25>=2.5.2:databases/ldb25
RUN_DEPENDS+= ldb25>=2.5.2:databases/ldb25
BUILD_DEPENDS+= ldb28>=2.8.1:databases/ldb28
RUN_DEPENDS+= ldb28>=2.8.1:databases/ldb28
PLIST_SUB+= SAMBA4_BUNDLED_LDB="@comment "
SUB_LIST+= SAMBA4_BUNDLED_LDB="@comment "
SAMBA4_MODULEDIR= ${PREFIX}/lib/shared-modules