Page MenuHomeFreeBSD

D1405.1789183207.diff
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

D1405.1789183207.diff

Index: emulators/Makefile
===================================================================
--- emulators/Makefile
+++ emulators/Makefile
@@ -148,6 +148,7 @@
SUBDIR += virtualbox-ose
SUBDIR += virtualbox-ose-additions
SUBDIR += virtualbox-ose-kmod
+ SUBDIR += virtualbox-ose-lite
SUBDIR += visualboyadvance-m
SUBDIR += vmips
SUBDIR += vmsbackup
Index: emulators/virtualbox-ose-lite/Makefile
===================================================================
--- /dev/null
+++ emulators/virtualbox-ose-lite/Makefile
@@ -0,0 +1,14 @@
+# Created by: Alfred Perlstein <alfred@freebsd.org>
+# $FreeBSD$
+
+PORTREVISION= 0
+
+MAINTAINER= alfred@FreeBSD.org
+COMMENT= Small install of virtualbox without graphics
+
+LITE= yes
+
+MASTERDIR= ${.CURDIR}/../virtualbox-ose
+
+.include "${MASTERDIR}/Makefile"
+
Index: emulators/virtualbox-ose/Makefile
===================================================================
--- emulators/virtualbox-ose/Makefile
+++ emulators/virtualbox-ose/Makefile
@@ -47,6 +47,14 @@
virtualbox-ose-devel-4* \
virtualbox-ose-legacy-4*
+.if defined(LITE)
+PKGNAMESUFFIX+= -lite
+CONFLICTS_INSTALL+= ${PORTNAME}-[0-9]*
+WITHOUT+= NLS
+.else
+CONFLICTS_INSTALL+= ${PORTNAME}-lite-[0-9]*
+.endif
+
VBOXUSER?= vboxusers
VBOXWSUSER?= vboxusers
VBOXGROUP?= vboxusers
@@ -57,7 +65,11 @@
OPTIONS_DEFINE= DBUS DEBUG GUESTADDITIONS MANUAL NLS PULSEAUDIO PYTHON \
QT4 UDPTUNNEL VDE VNC VPX WEBSERVICE X11
+.if defined(LITE)
+OPTIONS_DEFAULT= UDPTUNNEL VNC
+.else
OPTIONS_DEFAULT= DBUS PYTHON QT4 UDPTUNNEL VNC WEBSERVICE X11
+.endif
OPTIONS_SUB= yes
DEBUG_DESC= Debug symbols, additional logs and assertions

File Metadata

Mime Type
text/plain
Expires
Sat, Sep 12, 3:20 AM (6 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29565987
Default Alt Text
D1405.1789183207.diff (1 KB)

Event Timeline