git: 90bbc7761f1b - 2024Q1 - devel/grpc142: mark as broken
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 07:54:31 UTC
The branch 2024Q1 has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=90bbc7761f1b086c466dff059806174119229f1e
commit 90bbc7761f1b086c466dff059806174119229f1e
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2024-01-23 05:19:21 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2024-01-23 07:54:15 +0000
devel/grpc142: mark as broken
Use devel/grpc instead
(cherry picked from commit 15c659246da797cb293be75df4a9953c757f235a)
---
devel/grpc142/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/devel/grpc142/Makefile b/devel/grpc142/Makefile
index 82d92b337229..dc1a681fdace 100644
--- a/devel/grpc142/Makefile
+++ b/devel/grpc142/Makefile
@@ -12,6 +12,10 @@ WWW= https://grpc.io/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= fails to build
+DEPRECATED= Please use devel/grpc instead
+EXPIRATION_DATE= 2024-03-20
+
LIB_DEPENDS= libabsl_base.so:devel/abseil \
libbenchmark.so:devel/benchmark \
libcares.so:dns/c-ares \