git: 712508dc93b3 - main - comms/gnuradio: Mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Mar 2025 13:29:37 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=712508dc93b31c52c1a789f2e8f2b997b1f0a381
commit 712508dc93b31c52c1a789f2e8f2b997b1f0a381
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-03-30 11:42:07 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-03-30 13:29:22 +0000
comms/gnuradio: Mark BROKEN
Fails to build with Boost 1.87
Reported by: pkg-fallout
---
comms/gnuradio/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile
index 1df632a8707a..d67eabe284b3 100644
--- a/comms/gnuradio/Makefile
+++ b/comms/gnuradio/Makefile
@@ -10,6 +10,8 @@ WWW= https://www.gnuradio.org/
LICENSE= GPLv3
+BROKEN= Fails to build with Boost 1.87
+
BUILD_DEPENDS= volk>0:devel/volk \
doxygen>0:devel/doxygen \
${PYTHON_PKGNAMEPREFIX}sphinx>=1.2.2,1:textproc/py-sphinx@${PY_FLAVOR} \