git: a21fa3ec07b0 - main - emulators/virtualbox-ose{,-nox11}-legacy: Add SLAVE_PORT definition
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Jan 2025 20:26:31 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a21fa3ec07b0e0022066f3eb269c0205d5ec1a88
commit a21fa3ec07b0e0022066f3eb269c0205d5ec1a88
Author: Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2025-01-18 20:25:21 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-01-18 20:25:21 +0000
emulators/virtualbox-ose{,-nox11}-legacy: Add SLAVE_PORT definition
MFH: 2025Q1
---
emulators/virtualbox-ose-legacy/Makefile | 4 +++-
emulators/virtualbox-ose-nox11-legacy/Makefile | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile
index bd18a1694f9b..3452686ce26f 100644
--- a/emulators/virtualbox-ose-legacy/Makefile
+++ b/emulators/virtualbox-ose-legacy/Makefile
@@ -1,6 +1,6 @@
PORTNAME= virtualbox-ose
DISTVERSION= 5.2.44
-PORTREVISION?= 26
+PORTREVISION?= 27
CATEGORIES= emulators
MASTER_SITES= https://download.virtualbox.org/virtualbox/${DISTVERSION}/:src \
LOCAL/bofh/emulators/virtualbox-ose-legacy:docs
@@ -68,6 +68,8 @@ PLIST_SUB= GUEST_VER=${DISTVERSION} \
PYTHON_VERU=${PYTHON_VER:S/./_/}${PYTHON_ABIVER} \
VBOXGROUP=${VBOXGROUP}
+SLAVE_PORT?= no
+
OPTIONS_DEFINE= ALSA DBUS DEBUG DOCS GUESTADDITIONS NLS PULSEAUDIO \
PYTHON QT5 R0LOGGING UDPTUNNEL VDE VNC WEBSERVICE VPX X11
OPTIONS_DEFAULT= DBUS QT5 UDPTUNNEL VNC WEBSERVICE X11
diff --git a/emulators/virtualbox-ose-nox11-legacy/Makefile b/emulators/virtualbox-ose-nox11-legacy/Makefile
index b4ec649c321a..900f149bb944 100644
--- a/emulators/virtualbox-ose-nox11-legacy/Makefile
+++ b/emulators/virtualbox-ose-nox11-legacy/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION= 26
+PORTREVISION= 27
PKGNAMESUFFIX= -nox11-legacy
MASTERDIR= ${.CURDIR}/../virtualbox-ose-legacy
@@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../virtualbox-ose-legacy
OPTIONS_EXCLUDE+= ALSA DBUS DEBUG GUESTADDITIONS DOCS NLS PULSEAUDIO \
QT5 VPX X11
+SLAVE_PORT= yes
+
.include "${MASTERDIR}/Makefile"