git: 55e98b8490b5 - main - devel/gbump: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Apr 2023 17:19:51 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=55e98b8490b532faa8a6b581f229556a37b721f7 commit 55e98b8490b532faa8a6b581f229556a37b721f7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-28 12:58:05 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-28 17:18:23 +0000 devel/gbump: Mark BROKEN_SSL - Fails to find OpenSSL development headers Approved by: portmgr (blanket) --- devel/gbump/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/gbump/Makefile b/devel/gbump/Makefile index ba6875be92c9..6ebc291fc016 100644 --- a/devel/gbump/Makefile +++ b/devel/gbump/Makefile @@ -16,6 +16,8 @@ LIB_DEPENDS= libgit2.so:devel/libgit2 \ libssh2.so:security/libssh2 USES= cargo ssl +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Fails to find OpenSSL development headers CARGO_CRATES= aho-corasick-0.7.6 \ ansi_term-0.11.0 \