git: cdfadb1eccd6 - main - net/samba419: Update version checks for ldb; switch to ldb28
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Jul 2024 09:04:06 UTC
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=cdfadb1eccd6af77b53cd92c8e6caf31c4174267 commit cdfadb1eccd6af77b53cd92c8e6caf31c4174267 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2024-07-30 16:30:09 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2024-07-31 09:02:36 +0000 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. --- net/samba419/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/samba419/Makefile b/net/samba419/Makefile index 982d6cd47f66..51a50ae8bb1b 100644 --- a/net/samba419/Makefile +++ b/net/samba419/Makefile @@ -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