summaryrefslogtreecommitdiff
path: root/devel/bhyve-vm-goagent/files/patch-Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-08-21 12:06:54 +0000
committerRene Ladan <rene@FreeBSD.org>2018-08-21 12:06:54 +0000
commit7526a10e450ca9426aaed0fa9341f56da75cdc0e (patch)
tree7247af281307dfc53b3d0e9891be0278d6ed213a /devel/bhyve-vm-goagent/files/patch-Makefile
parentUpdate to 4.8.4 and remove obsolete patches (diff)
Remove expired ports:
2018-08-20 net/openmq: Broken for more than 5 months 2018-08-20 net/coda6_server: Broken for more than 5 months 2018-08-20 net/ceph-devel: Broken for more than 5 months 2018-08-20 java/jgrapht: Broken for more than 5 months 2018-08-20 mail/mutt14: mutt 1.4.x has been out of support for 10+ years use mail/mutt 2018-08-20 www/pydio: Broken for more than 5 months 2018-08-20 security/fastd-devel: Broken for more than 5 months 2018-08-20 security/fastd: Broken for more than 5 months 2018-08-20 devel/bhyve-vm-goagent: Broken for more than 5 months 2018-08-20 devel/cherivis-devel: Depends on broken and expiring cheritrace-devel 2018-08-20 devel/cheritrace-devel: Broken for more than 5 months 2018-08-20 devel/javolution: Broken for more than 5 months 2018-08-20 devel/bisoncpp: Depends on broken and expiring libbobcat 2018-08-20 databases/php5-pdo_cassandra: Broken for more than 5 months 2018-08-20 games/crafty-open-large: Broken for more than 5 months 2018-08-20 games/crafty-open-enormous: Broken for more than 5 months 2018-08-20 games/crafty-open-medium: Broken for more than 5 months 2018-08-20 math/jakarta-commons-math: Broken for more than 5 months 2018-08-20 math/hfst: Broken for more than 5 months 2018-08-20 math/octave-forge-communications: Broken for more than 5 months 2018-08-20 lang/v8-devel: Broken for more than 5 months 2018-08-20 sysutils/rubygem-fluentd010: Broken for more than 5 months
Diffstat (limited to 'devel/bhyve-vm-goagent/files/patch-Makefile')
-rw-r--r--devel/bhyve-vm-goagent/files/patch-Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/bhyve-vm-goagent/files/patch-Makefile b/devel/bhyve-vm-goagent/files/patch-Makefile
deleted file mode 100644
index 31ef0f3f5c9c..000000000000
--- a/devel/bhyve-vm-goagent/files/patch-Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
---- Makefile.orig 2018-01-29 12:30:37 UTC
-+++ Makefile
-@@ -1,6 +1,6 @@
- GO ?= go
- TARGET := bhyve-vm-goagent
--OS := freebsd netbsd linux windows
-+OS := freebsd
- ARCH := 386 amd64
- VERSION := `grep \"VERSION\" main.go | cut -d '"' -f 2 | head -1`
-
-@@ -9,10 +9,8 @@ all: build
- deps:
- @echo "===> Downloading crossbuild dependencies."
- go get github.com/gorilla/websocket
-- go get github.com/shirou/w32
-- go get github.com/StackExchange/wmi
-- go get github.com/go-ole/go-ole
-- go get github.com/go-ole/go-ole/oleutil
-+ go get github.com/araujobsd/bhyve-vm-goagent/plugins
-+ go get github.com/araujobsd/bhyve-vm-goagent/termios
-
- build:
- @for os in $(OS); do \