FreeBSD Bugzilla – Attachment 218039 Details for
Bug 168298
VirtualBox using AIO on a zvol crashes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
turns off aio completely
vbox.diff (text/plain), 3.22 KB, created by
Gleb Popov
on 2020-09-18 05:42:11 UTC
(
hide
)
Description:
turns off aio completely
Filename:
MIME Type:
Creator:
Gleb Popov
Created:
2020-09-18 05:42:11 UTC
Size:
3.22 KB
patch
obsolete
>Index: emulators/virtualbox-ose/Makefile >=================================================================== >--- emulators/virtualbox-ose/Makefile (revision 548241) >+++ emulators/virtualbox-ose/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= virtualbox-ose > PORTVERSION= 5.2.44 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= emulators > MASTER_SITES= https://download.oracle.com/virtualbox/${PORTVERSION}/ > DISTFILES= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS} >Index: emulators/virtualbox-ose/files/patch-src-VBox-Runtime-Makefile.kmk >=================================================================== >--- emulators/virtualbox-ose/files/patch-src-VBox-Runtime-Makefile.kmk (revision 548241) >+++ emulators/virtualbox-ose/files/patch-src-VBox-Runtime-Makefile.kmk (working copy) >@@ -1,4 +1,4 @@ >---- src/VBox/Runtime/Makefile.kmk.orig 2020-05-13 19:44:16 UTC >+--- src/VBox/Runtime/Makefile.kmk.orig 2020-07-09 16:57:23 UTC > +++ src/VBox/Runtime/Makefile.kmk > @@ -173,6 +173,11 @@ $(IPRT_OUT_DIR)/oiddb.h.ts +| $(IPRT_OUT_DIR)/oiddb.h: > >@@ -12,3 +12,12 @@ > # Unicode Specification reader used to regenerate unidata-*.cpp. > # > uniread_TEMPLATE = VBoxBldProg >+@@ -1632,7 +1637,7 @@ VBoxRT_SOURCES.solaris += \ >+ VBoxRT_SOURCES.darwin += \ >+ r3/posix/fileaio-posix.cpp >+ VBoxRT_SOURCES.freebsd += \ >+- r3/freebsd/fileaio-freebsd.cpp >++ r3/posix/fileaio-posix.cpp >+ VBoxRT_INCS := $(RuntimeR3_INCS) >+ VBoxRT_INCS.$(KBUILD_TARGET) := $(RuntimeR3_INCS.$(KBUILD_TARGET)) >+ VBoxRT_INCS.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH) := $(RuntimeR3_INCS.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)) >Index: security/qtkeychain/Makefile >=================================================================== >--- security/qtkeychain/Makefile (revision 548241) >+++ security/qtkeychain/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= qtkeychain > DISTVERSIONPREFIX= v >-DISTVERSION= 0.10.0 >+DISTVERSION= 0.11.1 > CATEGORIES= security > > MAINTAINER= arrowd@FreeBSD.org >Index: security/qtkeychain/distinfo >=================================================================== >--- security/qtkeychain/distinfo (revision 548241) >+++ security/qtkeychain/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1576909218 >-SHA256 (frankosterfeld-qtkeychain-v0.10.0_GH0.tar.gz) = 5f916cd97843de550467db32d2e10f218b904af5b21cfdfcc7c6425d7dfc3ec2 >-SIZE (frankosterfeld-qtkeychain-v0.10.0_GH0.tar.gz) = 38488 >+TIMESTAMP = 1600320655 >+SHA256 (frankosterfeld-qtkeychain-v0.11.1_GH0.tar.gz) = 77fc6841c1743d9e6bd499989481cd9239c21bc9bf0760d41a4f4068d2f0a49d >+SIZE (frankosterfeld-qtkeychain-v0.11.1_GH0.tar.gz) = 41001 >Index: security/qtkeychain/pkg-plist >=================================================================== >--- security/qtkeychain/pkg-plist (revision 548241) >+++ security/qtkeychain/pkg-plist (working copy) >@@ -8,5 +8,8 @@ > lib/libqt5keychain.so.%%VERSION%% > lib/libqt5keychain.so.1 > %%QT_MKSPECDIR%%/modules/qt_Qt5Keychain.pri >-%%QT_L10NDIR%%/qtkeychain_de.qm >-%%QT_L10NDIR%%/qtkeychain_ro.qm >+%%QT_DATADIR%%keychain/translations/qtkeychain_de.qm >+%%QT_DATADIR%%keychain/translations/qtkeychain_fr.qm >+%%QT_DATADIR%%keychain/translations/qtkeychain_ro.qm >+%%QT_DATADIR%%keychain/translations/qtkeychain_ru.qm >+%%QT_DATADIR%%keychain/translations/qtkeychain_zh.qm
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 168298
:
193335
| 218039 |
225299