mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
emulators/virtualbox-ose{,-nox11}-legacy: Fix PYTHON in DEFAULT_OPTIONS, return clearing of ENV
MFH: 2025Q1
This commit is contained in:
parent
f1ce222ed4
commit
8d2e646b54
2 changed files with 8 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= virtualbox-ose
|
PORTNAME= virtualbox-ose
|
||||||
DISTVERSION= 5.2.44
|
DISTVERSION= 5.2.44
|
||||||
PORTREVISION?= 25
|
PORTREVISION?= 26
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
MASTER_SITES= https://download.virtualbox.org/virtualbox/${DISTVERSION}/:src \
|
MASTER_SITES= https://download.virtualbox.org/virtualbox/${DISTVERSION}/:src \
|
||||||
LOCAL/bofh/emulators/virtualbox-ose-legacy:docs
|
LOCAL/bofh/emulators/virtualbox-ose-legacy:docs
|
||||||
|
@ -71,6 +71,9 @@ PLIST_SUB= GUEST_VER=${DISTVERSION} \
|
||||||
OPTIONS_DEFINE= ALSA DBUS DEBUG DOCS GUESTADDITIONS NLS PULSEAUDIO \
|
OPTIONS_DEFINE= ALSA DBUS DEBUG DOCS GUESTADDITIONS NLS PULSEAUDIO \
|
||||||
PYTHON QT5 R0LOGGING UDPTUNNEL VDE VNC WEBSERVICE VPX X11
|
PYTHON QT5 R0LOGGING UDPTUNNEL VDE VNC WEBSERVICE VPX X11
|
||||||
OPTIONS_DEFAULT= DBUS QT5 UDPTUNNEL VNC WEBSERVICE X11
|
OPTIONS_DEFAULT= DBUS QT5 UDPTUNNEL VNC WEBSERVICE X11
|
||||||
|
.if ${SLAVE_PORT} == no
|
||||||
|
OPTIONS_DEFAULT+= PYTHON
|
||||||
|
.endif
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
|
|
||||||
DEBUG_DESC= Debug symbols, additional logs and assertions
|
DEBUG_DESC= Debug symbols, additional logs and assertions
|
||||||
|
@ -116,11 +119,13 @@ X11_USES= sdl xorg
|
||||||
X11_USE= SDL=sdl XORG=x11,xcursor,xext,xinerama,xmu,xorgproto,xt
|
X11_USE= SDL=sdl XORG=x11,xcursor,xext,xinerama,xmu,xorgproto,xt
|
||||||
X11_CONFIGURE_OFF= --build-headless
|
X11_CONFIGURE_OFF= --build-headless
|
||||||
|
|
||||||
|
ENV=
|
||||||
|
.export ENV
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${SLAVE_PORT} == no
|
.if ${SLAVE_PORT} == no
|
||||||
CONFLICTS_INSTALL+= virtualbox-ose-nox11-legacy
|
CONFLICTS_INSTALL+= virtualbox-ose-nox11-legacy
|
||||||
OPTIONS_DEFAULT+= PYTHON
|
|
||||||
.else
|
.else
|
||||||
CONFLICTS_INSTALL+= virtualbox-ose-legacy
|
CONFLICTS_INSTALL+= virtualbox-ose-legacy
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
PORTREVISION= 25
|
PORTREVISION= 26
|
||||||
PKGNAMESUFFIX= -nox11-legacy
|
PKGNAMESUFFIX= -nox11-legacy
|
||||||
|
|
||||||
MASTERDIR= ${.CURDIR}/../virtualbox-ose-legacy
|
MASTERDIR= ${.CURDIR}/../virtualbox-ose-legacy
|
||||||
|
|
Loading…
Add table
Reference in a new issue