Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2024 07:00:19 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4324bd9ca5fb - main - devel/aws-sdk-cpp: Mark as broken
Message-ID:  <202406240700.45O70JNP002698@gitrepo.freebsd.org>

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



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