svn commit: r483487 - head/sysutils/liburcu

Mark Linimon linimon at FreeBSD.org
Tue Oct 30 13:29:48 UTC 2018


Author: linimon
Date: Tue Oct 30 13:29:47 2018
New Revision: 483487
URL: https://svnweb.freebsd.org/changeset/ports/483487

Log:
  Unmark broken on aarch64.
  
  PR:		229726
  Submitted by:	greg at unrelenting dot technology
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/liburcu/Makefile

Modified: head/sysutils/liburcu/Makefile
==============================================================================
--- head/sysutils/liburcu/Makefile	Tue Oct 30 12:37:15 2018	(r483486)
+++ head/sysutils/liburcu/Makefile	Tue Oct 30 13:29:47 2018	(r483487)
@@ -12,7 +12,6 @@ COMMENT=	Userspace read-copy-update (RCU) data synchro
 
 LICENSE=	LGPL21
 
-BROKEN_aarch64=	Fails to build: Cannot build: unrecognized architecture detected
 BROKEN_mips=	Fails to build: undefined reference to `__sync_bool_compare_and_swap_4
 BROKEN_mips64=	Fails to build: undefined reference to `__sync_bool_compare_and_swap_4
 


More information about the svn-ports-all mailing list