svn commit: r464928 - head/devel/bhyve-vm-goagent

Antoine Brodin antoine at FreeBSD.org
Sun Mar 18 15:42:29 UTC 2018


Author: antoine
Date: Sun Mar 18 15:42:28 2018
New Revision: 464928
URL: https://svnweb.freebsd.org/changeset/ports/464928

Log:
  Mark BROKEN: attempts to download dependencies during build
  While here remove NO_PACKAGE that doesn't make sense
  
  cd /wrkdirs/usr/ports/devel/bhyve-vm-goagent/work/bhyve-vm-goagent-a640870c90752e01af30e394ce7c8157f4371a1b ; make deps ; make build
  ===> Downloading crossbuild dependencies.
  go get github.com/gorilla/websocket
  # cd .; git clone https://github.com/gorilla/websocket /root/go/src/github.com/gorilla/websocket
  
  Reported by:	pkg-fallout

Modified:
  head/devel/bhyve-vm-goagent/Makefile

Modified: head/devel/bhyve-vm-goagent/Makefile
==============================================================================
--- head/devel/bhyve-vm-goagent/Makefile	Sun Mar 18 15:39:42 2018	(r464927)
+++ head/devel/bhyve-vm-goagent/Makefile	Sun Mar 18 15:42:28 2018	(r464928)
@@ -11,7 +11,7 @@ COMMENT=	Agent developed in Go that runs inside guest 
 
 LICENSE=	BSD2CLAUSE
 
-NO_PACKAGE=	should be recompiled for a particular FreeBSD arch
+BROKEN=		attempts to download dependencies during build
 
 ONLY_FOR_ARCHS=	amd64 i386
 


More information about the svn-ports-head mailing list