git: 7378f1a62fae - main - net/samba419: Update required version for tevent
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Jul 2024 09:04:05 UTC
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