svn commit: r473294 - head/comms/uhd

Mark Linimon linimon at FreeBSD.org
Mon Jun 25 06:27:02 UTC 2018


Author: linimon
Date: Mon Jun 25 06:27:01 2018
New Revision: 473294
URL: https://svnweb.freebsd.org/changeset/ports/473294

Log:
  Mark broken on arm-current.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/comms/uhd/Makefile

Modified: head/comms/uhd/Makefile
==============================================================================
--- head/comms/uhd/Makefile	Mon Jun 25 06:17:14 2018	(r473293)
+++ head/comms/uhd/Makefile	Mon Jun 25 06:27:01 2018	(r473294)
@@ -25,7 +25,10 @@ GH_TAGNAME=     ef1576780bc927b8611640091b15f3d051cb97
 
 CONFLICTS=	usrp-[0-9]*
 
-BROKEN_powerpc64=	fails to link: undefined reference to boost function
+BROKEN_FreeBSD_12_aarch64=	fails to configure: Could not find standard set_new_handler function
+BROKEN_FreeBSD_12_armv6=	fails to configure: Could not find standard set_new_handler function
+BROKEN_FreeBSD_12_armv7=	fails to configure: Could not find standard set_new_handler function
+BROKEN_powerpc64=		fails to link: undefined reference to boost function
 
 USES=		compiler:c++11-lib cmake:outsource ncurses pkgconfig \
 		dos2unix python:2.7 shebangfix


More information about the svn-ports-all mailing list