svn commit: r411743 - head/comms/usrp

Diane Bruce db at FreeBSD.org
Wed Mar 23 22:39:52 UTC 2016


Author: db
Date: Wed Mar 23 22:39:51 2016
New Revision: 411743
URL: https://svnweb.freebsd.org/changeset/ports/411743

Log:
  Mark as BROKEN ON I386 with CURRENT for now.
  There is a later version of the USRP code available. Time and effort
  is better spent on that.

Modified:
  head/comms/usrp/Makefile

Modified: head/comms/usrp/Makefile
==============================================================================
--- head/comms/usrp/Makefile	Wed Mar 23 21:44:54 2016	(r411742)
+++ head/comms/usrp/Makefile	Wed Mar 23 22:39:51 2016	(r411743)
@@ -35,6 +35,10 @@ USRP2_DESC=	Build Ettus USRP2 firmware
 
 .include <bsd.port.pre.mk>
 
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000
+BROKEN_i386=	does not build on i386 FreeBSD 11.x and later
+.endif
+
 .if ${PORT_OPTIONS:MDOCS}
 BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen
 CMAKE_ARGS+=	-DENABLE_DOXYGEN:STRING="ON"


More information about the svn-ports-all mailing list