git: 343002fcd4a6 - main - net/relayd: mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Feb 2023 10:53:14 UTC
The branch main has been updated by antoine:
URL: https://cgit.FreeBSD.org/ports/commit/?id=343002fcd4a6f8fa75c00088637c1bb94e0bf167
commit 343002fcd4a6f8fa75c00088637c1bb94e0bf167
Author: Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-02-20 10:50:18 +0000
Commit: Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-02-20 10:50:18 +0000
net/relayd: mark BROKEN
ca.c:241:19: error: variable has incomplete type 'RSA_METHOD' (aka 'struct rsa_meth_st')
Reported by: pkg-fallout
---
net/relayd/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net/relayd/Makefile b/net/relayd/Makefile
index 5bb79d1f54e7..5b7459c96010 100644
--- a/net/relayd/Makefile
+++ b/net/relayd/Makefile
@@ -9,6 +9,8 @@ WWW= https://github.com/mmatuska/relayd
LICENSE= ISCL
+BROKEN= fails to build
+
USES= ssl uidfix
USE_GITHUB= yes
GH_ACCOUNT= mmatuska