svn commit: r550669 - head/security/honeytrap

Antoine Brodin antoine at FreeBSD.org
Wed Sep 30 09:46:39 UTC 2020


Author: antoine
Date: Wed Sep 30 09:46:38 2020
New Revision: 550669
URL: https://svnweb.freebsd.org/changeset/ports/550669

Log:
  Mark BROKEN
  
  vendor/gvisor.dev/gvisor/pkg/linewriter/linewriter.go:28:2: undefined: "gvisor.dev/gvisor/pkg/sync".Mutex
  
  Reported by:	pkg-fallout

Modified:
  head/security/honeytrap/Makefile

Modified: head/security/honeytrap/Makefile
==============================================================================
--- head/security/honeytrap/Makefile	Wed Sep 30 09:45:00 2020	(r550668)
+++ head/security/honeytrap/Makefile	Wed Sep 30 09:46:38 2020	(r550669)
@@ -9,6 +9,8 @@ COMMENT=	HoneyTrap Freebsd port
 
 LICENSE=	ART20
 
+BROKEN=		fails to build
+
 USES=		go:modules
 USE_GITHUB=	yes
 GH_TAGNAME=	d8d94c8f


More information about the svn-ports-all mailing list