Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148925980
D1405.1789183207.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D1405.1789183207.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D1405: [new port] emulators/virtualbox-ose-lite: minimal deps for packaging
Attached
Detach File
Event Timeline
Log In to Comment