Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2024 09:04:05 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: 7378f1a62fae - main - net/samba419: Update required version for tevent
Message-ID:  <202407310904.46V945fr027456@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=7378f1a62fae23ce1817085992e2823a572c162c

commit 7378f1a62fae23ce1817085992e2823a572c162c
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2024-07-30 12:50:53 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2024-07-31 09:01:54 +0000

    net/samba419: Update required version for tevent
    
    The configure step fails with:
    
    > Checking for system tevent (>=0.15.0) : not found
    > ERROR: System library tevent of version 0.15.0 not found, and bundling disabled
    > ===>  Script "configure" failed unexpectedly.
    
    PR:             280510, 280511
    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 62d538025fe4..982d6cd47f66 100644
--- a/net/samba419/Makefile
+++ b/net/samba419/Makefile
@@ -229,8 +229,8 @@ PLIST_SUB+=			SAMBA4_BUNDLED_TEVENT=""
 SUB_LIST+=			SAMBA4_BUNDLED_TEVENT=""
 .else
 SAMBA4_BUNDLED_LIBS+=		!tevent
-BUILD_DEPENDS+=			tevent>=0.11.0:devel/tevent
-RUN_DEPENDS+=			tevent>=0.11.0:devel/tevent
+BUILD_DEPENDS+=			tevent>=0.15.0:devel/tevent
+RUN_DEPENDS+=			tevent>=0.15.0:devel/tevent
 PLIST_SUB+=			SAMBA4_BUNDLED_TEVENT="@comment "
 SUB_LIST+=			SAMBA4_BUNDLED_TEVENT="@comment "
 .endif



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