git: 95ee13d92222 - 2025Q4 - net-p2p/libtorrent: Mark broken without kqueue(2) support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Nov 2025 21:50:12 UTC
The branch 2025Q4 has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=95ee13d922228196e18b18d3350f5ed197d11464
commit 95ee13d922228196e18b18d3350f5ed197d11464
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2025-11-07 21:37:35 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2025-11-07 21:49:33 +0000
net-p2p/libtorrent: Mark broken without kqueue(2) support
Reported by: Niklas Kursu
MFH: 2025Q4
(cherry picked from commit 9ea441f72272fc711b67efde3abd17add4fa0e10)
---
net-p2p/libtorrent/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile
index b9aa2c5c0589..59ea8c332b6a 100644
--- a/net-p2p/libtorrent/Makefile
+++ b/net-p2p/libtorrent/Makefile
@@ -36,5 +36,6 @@ OPTIONS_DEFAULT= KQUEUE
KQUEUE_DESC= Use kqueue(2) support
KQUEUE_CONFIGURE_WITH= kqueue
+KQUEUE_BROKEN_OFF= rtorrent fails to build without kqueue(2) support, https://github.com/rakshasa/rtorrent/issues/1633
.include <bsd.port.mk>