svn commit: r426910 - head/devel/protobuf

Mark Linimon linimon at FreeBSD.org
Wed Nov 23 12:46:18 UTC 2016


Author: linimon
Date: Wed Nov 23 12:46:16 2016
New Revision: 426910
URL: https://svnweb.freebsd.org/changeset/ports/426910

Log:
  Unfortunately even with the earlier fix, there are still no Atomic shims for
  sparc64; in fact, it attempts to use the x86 ones, which of course fail.
  
  Perhaps the earlier fix will help the situation on arm and mips; there are
  shims specifically for those archs.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/protobuf/Makefile

Modified: head/devel/protobuf/Makefile
==============================================================================
--- head/devel/protobuf/Makefile	Wed Nov 23 12:46:12 2016	(r426909)
+++ head/devel/protobuf/Makefile	Wed Nov 23 12:46:16 2016	(r426910)
@@ -22,4 +22,6 @@ USES=		autoreconf gmake libtool pathfix 
 GH_ACCOUNT=	google
 USE_GITHUB=	yes
 
+BROKEN_sparc64=	Fails to compile: no atomic ops available for FreeBSD/sparc64
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list