git: fb7abac7e10a - main - net/samba419: Update version requirements for talloc

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Wed, 31 Jul 2024 09:04:03 UTC
The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fb7abac7e10aa0312303fd298eba7e92d6d7b4d8

commit fb7abac7e10aa0312303fd298eba7e92d6d7b4d8
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2024-07-30 12:23:51 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2024-07-31 09:00:41 +0000

    net/samba419: Update version requirements for talloc
    
    The configure step fails with the following message:
    
    > Checking for system talloc (>=2.4.1) : not found
    > ERROR: System library talloc of version 2.4.1 not found, and bundling disabled
    > ===>  Script "configure" failed unexpectedly.
    
    Update the required talloc version accordingly in the makefile.
    
    PR:             280510, 280509
    Sponsored by:   Klara, Inc.
    Approved by:    portmgr blanket
---
 net/samba419/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/samba419/Makefile b/net/samba419/Makefile
index 23b9d5af4ad5..62d538025fe4 100644
--- a/net/samba419/Makefile
+++ b/net/samba419/Makefile
@@ -216,8 +216,8 @@ PLIST_SUB+=			SAMBA4_BUNDLED_TALLOC=""
 SUB_LIST+=			SAMBA4_BUNDLED_TALLOC=""
 .else
 SAMBA4_BUNDLED_LIBS+=		!talloc
-BUILD_DEPENDS+=			talloc>=2.3.3:devel/talloc
-RUN_DEPENDS+=			talloc>=2.3.3:devel/talloc
+BUILD_DEPENDS+=			talloc>=2.4.1:devel/talloc
+RUN_DEPENDS+=			talloc>=2.4.1:devel/talloc
 PLIST_SUB+=			SAMBA4_BUNDLED_TALLOC="@comment "
 SUB_LIST+=			SAMBA4_BUNDLED_TALLOC="@comment "
 .endif