diff options
author | John Marino <marino@FreeBSD.org> | 2014-09-09 19:18:28 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-09-09 19:18:28 +0000 |
commit | efd0d5fc6e279984ac610a97d55f4ccd5ce5016b (patch) | |
tree | 48719dd433652ddad1dbe95ebb24f153c6b77090 /emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-src-server-freebsd-NetIf-freebsd.cpp | |
parent | Add USES=libtool (diff) |
Remove virtualbox-*-legacy due to lack of staging
The virtualbox-ose-kmod-legacy port is staged, but it has no purpose
without the unstaged virtualbox-ose-legacy port, so both ports have
been removed at the same time.
Notes
Notes:
svn path=/head/; revision=367769
Diffstat (limited to 'emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-src-server-freebsd-NetIf-freebsd.cpp')
-rw-r--r-- | emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-src-server-freebsd-NetIf-freebsd.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-src-server-freebsd-NetIf-freebsd.cpp b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-src-server-freebsd-NetIf-freebsd.cpp deleted file mode 100644 index e55f2d2bb100..000000000000 --- a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-src-server-freebsd-NetIf-freebsd.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp.orig 2012-12-19 19:27:17.000000000 +0100 -+++ src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp 2012-12-20 14:55:59.492850918 +0100 -@@ -44,6 +44,7 @@ - #include <netinet/in.h> - - #include <stdio.h> -+#include <stdlib.h> - #include <unistd.h> - #include <errno.h> - |