diff options
author | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-01-18 20:25:21 +0000 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-01-18 20:27:15 +0000 |
commit | fa5284b65111cac4dc0fe1ced7c6f74cb1eb5053 (patch) | |
tree | 1139edf65474019b79f76b16855253a2bc0b5064 | |
parent | 905bef7a663061c2604b2b097b1b8400393de30c (diff) |
emulators/virtualbox-ose{,-nox11}-legacy: Add SLAVE_PORT definition
MFH: 2025Q1
(cherry picked from commit a21fa3ec07b0e0022066f3eb269c0205d5ec1a88)
-rw-r--r-- | emulators/virtualbox-ose-legacy/Makefile | 4 | ||||
-rw-r--r-- | 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" |