svn commit: r513193 - head/comms/uhd

Antoine Brodin antoine at FreeBSD.org
Sun Sep 29 06:53:57 UTC 2019


Author: antoine
Date: Sun Sep 29 06:53:56 2019
New Revision: 513193
URL: https://svnweb.freebsd.org/changeset/ports/513193

Log:
  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

Modified:
  head/comms/uhd/Makefile

Modified: head/comms/uhd/Makefile
==============================================================================
--- head/comms/uhd/Makefile	Sun Sep 29 04:46:33 2019	(r513192)
+++ head/comms/uhd/Makefile	Sun Sep 29 06:53:56 2019	(r513193)
@@ -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} \


More information about the svn-ports-all mailing list