Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jun 2018 06:27:01 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473294 - head/comms/uhd
Message-ID:  <201806250627.w5P6R1gn069105@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806250627.w5P6R1gn069105>