svn commit: r449085 - head/lang/go14

Mark Linimon linimon at FreeBSD.org
Fri Sep 1 14:59:04 UTC 2017


Author: linimon
Date: Fri Sep  1 14:59:03 2017
New Revision: 449085
URL: https://svnweb.freebsd.org/changeset/ports/449085

Log:
  Remove obsolete comment.
  
  Reported by:	manu
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/lang/go14/Makefile

Modified: head/lang/go14/Makefile
==============================================================================
--- head/lang/go14/Makefile	Fri Sep  1 14:55:47 2017	(r449084)
+++ head/lang/go14/Makefile	Fri Sep  1 14:59:03 2017	(r449085)
@@ -31,11 +31,6 @@ WRKSRC=		${WRKDIR}/go
 
 ONLY_FOR_ARCHS=		amd64 armv6 i386
 
-# NB: apparently this failure is only when running under emulation via
-# qemu; it works fine on native hardware.  Let's leave the line in as a
-# reminder, but commented out for now while this is being investigated.
-#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