git: 4324bd9ca5fb - main - devel/aws-sdk-cpp: Mark as broken

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Mon, 24 Jun 2024 07:00:19 UTC
The branch main has been updated by eduardo:

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

commit 4324bd9ca5fb5260ab2979d723b731ca8b33da17
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-06-24 06:57:11 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-06-24 06:57:11 +0000

    devel/aws-sdk-cpp: Mark as broken
    
    Due to incompatibility changes in devel/aws-crt-cpp (0.27.0), this port is
    waiting for upstream fix.
    
    See also: https://github.com/aws/aws-sdk-cpp/issues/3012
---
 devel/aws-sdk-cpp/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/aws-sdk-cpp/Makefile b/devel/aws-sdk-cpp/Makefile
index 78e63c41b4cf..ccb275166711 100644
--- a/devel/aws-sdk-cpp/Makefile
+++ b/devel/aws-sdk-cpp/Makefile
@@ -9,6 +9,8 @@ WWW=		https://github.com/aws/aws-sdk-cpp
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build with latest update devel/aws-crt-cpp; https://github.com/aws/aws-sdk-cpp/issues/3012
+
 LIB_DEPENDS=	libaws-c-auth.so:security/aws-c-auth \
 		libaws-c-cal.so:security/aws-c-cal \
 		libaws-c-common.so:devel/aws-c-common \