svn commit: r423821 - head/lang/go14

Mark Linimon linimon at FreeBSD.org
Wed Oct 12 02:08:06 UTC 2016


Author: linimon
Date: Wed Oct 12 02:08:04 2016
New Revision: 423821
URL: https://svnweb.freebsd.org/changeset/ports/423821

Log:
  Mark as broken on armv6 after recent runs.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/lang/go14/Makefile

Modified: head/lang/go14/Makefile
==============================================================================
--- head/lang/go14/Makefile	Wed Oct 12 02:01:11 2016	(r423820)
+++ head/lang/go14/Makefile	Wed Oct 12 02:08:04 2016	(r423821)
@@ -24,6 +24,8 @@ sh_CMD=		${SH}
 WRKSRC=		${WRKDIR}/go
 ONLY_FOR_ARCHS=	i386 amd64 armv6 armv6hf
 
+BROKEN_armv6=		Fails to configure: wait: interrupted system call
+
 .include <bsd.port.pre.mk>
 
 # If cc is clang, change it to clang to help Go identify the compiler


More information about the svn-ports-all mailing list