FreeBSD Bugzilla – Attachment 190702 Details for
Bug 224616
emulators/virtualbox-ose-additions does not detect PAE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add PAE-option
virtualbox-ose-additions.diff (text/plain), 1.63 KB, created by
Mikhail Teterin
on 2018-02-16 20:34:03 UTC
(
hide
)
Description:
Add PAE-option
Filename:
MIME Type:
Creator:
Mikhail Teterin
Created:
2018-02-16 20:34:03 UTC
Size:
1.63 KB
patch
obsolete
>Index: virtualbox-ose-additions/Makefile >=================================================================== >--- virtualbox-ose-additions/Makefile (revision 462017) >+++ virtualbox-ose-additions/Makefile (working copy) >@@ -22,7 +22,7 @@ > CPE_VENDOR= oracle > CPE_PRODUCT= vm_virtualbox > >-PATCHDIR= ${.CURDIR}/../${PORTNAME}/files >+PATCHDIR= ${.CURDIR:H}/${PORTNAME}/files > WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} > USE_RC_SUBR= vboxguest vboxservice > USES= compiler:c++11-lang cpe iconv kmod python:build tar:bzip2 >@@ -47,9 +47,11 @@ > virtualbox-ose-nox11-[0-9]* > > OPTIONS_DEFINE= DBUS DEBUG OPENGL X11 >+OPTIONS_DEFINE_i386= PAE > OPTIONS_DEFAULT= DBUS X11 > OPTIONS_SUB= yes > >+PAE_DESC= Build kernel modules for PAE-kernels > DBUS_CONFIGURE_OFF= --disable-dbus > DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus > OPENGL_CONFIGURE_OFF= --disable-opengl >@@ -128,6 +130,10 @@ > .endif > .endif > >+.if ${PORT_OPTIONS:MPAE} >+EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-Config-PAE.kmk >+.endif >+ > .if ${ARCH} == "amd64" > .if !exists(/usr/lib32/libc.so) > pre-everything:: >Index: virtualbox-ose/files/extrapatch-Config-PAE.kmk >=================================================================== >--- virtualbox-ose/files/extrapatch-Config-PAE.kmk (nonexistent) >+++ virtualbox-ose/files/extrapatch-Config-PAE.kmk (working copy) >@@ -0,0 +1,8 @@ >+--- Config.kmk 2018-01-15 09:49:37.000000000 -0500 >++++ Config.kmk 2018-02-16 13:21:08.560322000 -0500 >+@@ -4738,4 +4738,5 @@ >+ TEMPLATE_VBOXR3EXE_LDFLAGS += -fno-pic >+ else if1of ($(KBUILD_TARGET), freebsd openbsd) >++DEFS+= PAE >+ TEMPLATE_VBOXR3EXE_TOOL = GXX3 >+ TEMPLATE_VBOXR3EXE_LIBS = pthread >
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
Flags:
grahamperrin
:
maintainer-approval?
(
vbox
)
Actions:
View
|
Diff
Attachments on
bug 224616
: 190702