Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2024 09:04:03 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fb7abac7e10a - main - net/samba419: Update version requirements for talloc
Message-ID:  <202407310904.46V943Hu027405@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407310904.46V943Hu027405>