diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-29 06:53:56 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-29 06:53:56 +0000 |
commit | c5894b3b35023ea4987c5a5dfd66f1c43949ec7f (patch) | |
tree | 40fed4308de73f0f418163275b39b04d9d0df931 | |
parent | Using USE_XORG alone is deprecated, please use USES=xorg (diff) |
Mark BROKEN: fails to package
pkg-static: Unable to access file /wrkdirs/usr/ports/comms/uhd/work/stage/usr/local/share/uhd/examples/python/benchmark_rate.py:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/comms/uhd/work/stage/usr/local/share/uhd/examples/python/curses_fft.py:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/comms/uhd/work/stage/usr/local/share/uhd/examples/python/rx_to_file.py:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/comms/uhd/work/stage/usr/local/share/uhd/examples/python/tx_waveforms.py:No such file or directory
Reported by: pkg-fallout
-rw-r--r-- | comms/uhd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/uhd/Makefile b/comms/uhd/Makefile index 5e3e9d916086..fa25edf61dba 100644 --- a/comms/uhd/Makefile +++ b/comms/uhd/Makefile @@ -18,6 +18,7 @@ COMMENT= Ettus Research UHD driver framework # is understood and if appropriate, we can add that license here. LICENSE= GPLv3 +BROKEN= fails to package BROKEN_powerpc64= fails to link: undefined reference to boost function LIB_DEPENDS= ${PY_BOOST} \ |