git: e3ddeb730f49 - main - security/dirmngr: Mark BROKEN

From: Jason E. Hale <jhale_at_FreeBSD.org>
Date: Thu, 11 Jul 2024 16:48:45 UTC
The branch main has been updated by jhale:

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

commit e3ddeb730f49ea857b6d19d46b44dc5f16bb6184
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2024-07-11 16:41:00 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-07-11 16:48:40 +0000

    security/dirmngr: Mark BROKEN
    
    GNU Pth support that this port uses was dropped from security/libassuan
    in version 3.0.0.
    
    Use dirmngr from security/gnupg instead.
    
    Reported by:    dvl
---
 security/dirmngr/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile
index a2972fce0b97..16a825651468 100644
--- a/security/dirmngr/Makefile
+++ b/security/dirmngr/Makefile
@@ -12,6 +12,8 @@ WWW=		https://www.gnupg.org/aegypten2
 
 LICENSE=	GPLv2
 
+BROKEN=		does not build with security/libassuan >= 3.0.0 (GNU Pth support was dropped)
+
 LIB_DEPENDS=	libassuan.so:security/libassuan \
 		libgcrypt.so:security/libgcrypt \
 		libgpg-error.so:security/libgpg-error \