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-scr-server-freebsd-PerformanceFreeBSD.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-scr-server-freebsd-PerformanceFreeBSD.cpp')
-rw-r--r-- | emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-scr-server-freebsd-PerformanceFreeBSD.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-scr-server-freebsd-PerformanceFreeBSD.cpp b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-scr-server-freebsd-PerformanceFreeBSD.cpp deleted file mode 100644 index 9ef5b64d7175..000000000000 --- a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-scr-server-freebsd-PerformanceFreeBSD.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- src/VBox/Main/src-server/freebsd/PerformanceFreeBSD.cpp.orig 2012-10-19 19:51:26.256773940 +0400 -+++ src/VBox/Main/src-server/freebsd/PerformanceFreeBSD.cpp 2012-10-19 19:51:49.835771918 +0400 -@@ -109,5 +109,10 @@ - return E_NOTIMPL; - } - -+int getDiskListByFs(const char *name, DiskList& list) -+{ -+ return VERR_NOT_IMPLEMENTED; -+} -+ - } /* namespace pm */ - |