Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Sep 2017 14:59:03 +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: r449085 - head/lang/go14
Message-ID:  <201709011459.v81Ex3FW058929@repo.freebsd.org>

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



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