Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 15:42:28 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464928 - head/devel/bhyve-vm-goagent
Message-ID:  <201803181542.w2IFgSe8040553@repo.freebsd.org>

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



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