git: 15c659246da7 - main - devel/grpc142: mark as broken
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 05:23:54 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=15c659246da797cb293be75df4a9953c757f235a commit 15c659246da797cb293be75df4a9953c757f235a Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2024-01-23 05:19:21 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-01-23 05:19:21 +0000 devel/grpc142: mark as broken Use devel/grpc instead --- 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 \