FreeBSD Bugzilla – Attachment 242383 Details for
Bug 266382
emulators/virtualbox-ose: Remove unnecessary dependency on 32-bit compat for amd64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove remnants of i386 support
0002-emulators-virtualbox-ose-Remove-remnants-of-i386-sup.patch (text/plain), 1.42 KB, created by
Olivier Certner
on 2023-05-24 21:43:34 UTC
(
hide
)
Description:
Remove remnants of i386 support
Filename:
MIME Type:
Creator:
Olivier Certner
Created:
2023-05-24 21:43:34 UTC
Size:
1.42 KB
patch
obsolete
>From b933301d6e0e1479bf699ced5a5dfc558d934df2 Mon Sep 17 00:00:00 2001 >From: Olivier Certner <olce.freebsd@certner.fr> >Date: Wed, 24 May 2023 23:32:13 +0200 >Subject: [PATCH 2/2] emulators/virtualbox-ose: Remove remnants of i386 support > >VirtualBox doesn't support 32-bit hosts since 6.x. > >PR: 236518 >--- > emulators/virtualbox-ose/Makefile | 6 ------ > emulators/virtualbox-ose/pkg-plist | 2 -- > 2 files changed, 8 deletions(-) > >diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile >index f4a158129e59..6269771c5c0e 100644 >--- a/emulators/virtualbox-ose/Makefile >+++ b/emulators/virtualbox-ose/Makefile >@@ -190,13 +190,7 @@ PLIST_SUB+= SDK="" > PLIST_SUB+= SDK="@comment " > .endif > >-.if ${ARCH} == i386 >-KMK_ARCH= freebsd.x86 >-PLIST_SUB+= I386="" >-.else > KMK_ARCH= freebsd.${ARCH} >-PLIST_SUB+= I386="@comment " >-.endif > > PLIST_SUB+= ARCH="${KMK_ARCH}" > >diff --git a/emulators/virtualbox-ose/pkg-plist b/emulators/virtualbox-ose/pkg-plist >index b3058f23ff9e..4af69ddf0643 100644 >--- a/emulators/virtualbox-ose/pkg-plist >+++ b/emulators/virtualbox-ose/pkg-plist >@@ -402,8 +402,6 @@ lib/virtualbox/VBoxManage > lib/virtualbox/VBoxNetDHCP.so > @(root,%%VBOXGROUP%%,4510) lib/virtualbox/VBoxNetNAT > lib/virtualbox/VBoxNetNAT.so >-%%I386%%lib/virtualbox/VBoxREM32.so >-%%I386%%lib/virtualbox/VBoxREM64.so > lib/virtualbox/VBoxRT.so > %%X11%%@(root,%%VBOXGROUP%%,4510) lib/virtualbox/VBoxSDL > %%X11%%lib/virtualbox/VBoxSDL.so >-- >2.40.1 >
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 266382
:
236518
|
242382
| 242383