View | Details | Raw Unified | Return to bug 261522 | Differences between
and this patch

Collapse All | Expand All

(-)b/emulators/virtualbox-ose/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	virtualbox-ose
3
PORTNAME=	virtualbox-ose
4
PORTVERSION=	6.1.32
4
PORTVERSION=	6.1.32
5
PORTREVISION=	1
5
CATEGORIES=	emulators
6
CATEGORIES=	emulators
6
MASTER_SITES=	https://download.virtualbox.org/virtualbox/${PORTVERSION}/
7
MASTER_SITES=	https://download.virtualbox.org/virtualbox/${PORTVERSION}/
7
DISTFILES=	VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS}
8
DISTFILES=	VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS}
(-)b/emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_adpctl_VBoxNetAdpCtl.cpp (+11 lines)
Added Link Here
1
--- src/VBox/HostDrivers/adpctl/VBoxNetAdpCtl.cpp.orig	2022-01-27 18:36:57 UTC
2
+++ src/VBox/HostDrivers/adpctl/VBoxNetAdpCtl.cpp
3
@@ -737,7 +737,7 @@ int Adapter::doIOCtl(unsigned long iCmd, VBOXNETADPREQ
4
 *   Global config file implementation                                                                                            *
5
 *********************************************************************************************************************************/
6
 
7
-#define VBOX_GLOBAL_NETWORK_CONFIG_PATH "/etc/vbox/networks.conf"
8
+#define VBOX_GLOBAL_NETWORK_CONFIG_PATH "/usr/local/etc/vbox/networks.conf"
9
 #define VBOXNET_DEFAULT_IPV4MASK "255.255.255.0"
10
 
11
 class NetworkAddress

Return to bug 261522