FreeBSD Bugzilla – Attachment 242220 Details for
Bug 266992
emulators/virtualbox-ose[-legacy]: make MANUAL enabled by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
make option MANUAL on by default
virtualbox-ose_MANUAL.diff (text/plain), 1.75 KB, created by
Vladimir Druzenko
on 2023-05-16 19:17:16 UTC
(
hide
)
Description:
make option MANUAL on by default
Filename:
MIME Type:
Creator:
Vladimir Druzenko
Created:
2023-05-16 19:17:16 UTC
Size:
1.75 KB
patch
obsolete
>diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile >index 1c22e2fed732..1b9e532affde 100644 >--- a/emulators/virtualbox-ose-legacy/Makefile >+++ b/emulators/virtualbox-ose-legacy/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= virtualbox-ose > PORTVERSION= 5.2.44 >-PORTREVISION= 13 >+PORTREVISION= 14 > CATEGORIES= emulators > MASTER_SITES= https://download.oracle.com/virtualbox/${PORTVERSION}/ > PKGNAMESUFFIX?= -legacy >@@ -60,7 +60,7 @@ VBOX_UTILS= VBoxExtPackHelperApp VBoxNetAdpCtl VBoxNetDHCP VBoxNetNAT \ > > OPTIONS_DEFINE= ALSA DBUS DEBUG GUESTADDITIONS MANUAL NLS PULSEAUDIO \ > PYTHON QT5 R0LOGGING UDPTUNNEL VDE VNC WEBSERVICE VPX X11 >-OPTIONS_DEFAULT= DBUS QT5 UDPTUNNEL VNC WEBSERVICE X11 >+OPTIONS_DEFAULT= DBUS MANUAL QT5 UDPTUNNEL VNC WEBSERVICE X11 > OPTIONS_SUB= yes > > DEBUG_DESC= Debug symbols, additional logs and assertions >diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile >index 541d4c63ae38..1dc63dea0142 100644 >--- a/emulators/virtualbox-ose/Makefile >+++ b/emulators/virtualbox-ose/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= virtualbox-ose > PORTVERSION= 6.1.44 >+PORTREVISION= 1 > CATEGORIES= emulators > MASTER_SITES= https://download.virtualbox.org/virtualbox/${PORTVERSION}/ > DISTFILES= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS} >@@ -55,7 +56,7 @@ SUB_FILES= pkg-message > > OPTIONS_DEFINE= AIO ALSA DBUS DEBUG GUESTADDITIONS MANUAL NLS OPUS PULSEAUDIO \ > PYTHON QT5 R0LOGGING UDPTUNNEL VDE VNC WEBSERVICE VPX X11 >-OPTIONS_DEFAULT= AIO DBUS QT5 UDPTUNNEL VNC WEBSERVICE X11 >+OPTIONS_DEFAULT= AIO DBUS MANUAL QT5 UDPTUNNEL VNC WEBSERVICE X11 > # Since version 6.1.24 pulseaudio is broken at runtime, preventing > # virtual machines from starting if configured to use it. > OPTIONS_EXCLUDE+= PULSEAUDIO
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 266992
:
242217
|
242219
| 242220