Lines 80-89
Link Here
|
80 |
SUB_LIST+= VBOXUSER=${VBOXUSER} |
80 |
SUB_LIST+= VBOXUSER=${VBOXUSER} |
81 |
USE_RC_SUBR+= vboxheadless |
81 |
USE_RC_SUBR+= vboxheadless |
82 |
|
82 |
|
83 |
KMK_BUILDTYPE= release |
|
|
84 |
KMK_CONFIG= VBOX_LIBPATH_X11=${LOCALBASE} VBOX_FREEBSD_SRC=${SRC_BASE}/sys |
85 |
KMK_FLAGS= |
86 |
|
87 |
.if defined(WITHOUT_QT4) && !defined(WITHOUT_NLS) |
83 |
.if defined(WITHOUT_QT4) && !defined(WITHOUT_NLS) |
88 |
BROKEN= NLS support requires QT4 frontend. Run 'make config' again! |
84 |
BROKEN= NLS support requires QT4 frontend. Run 'make config' again! |
89 |
.endif |
85 |
.endif |
Lines 125-130
Link Here
|
125 |
PLIST_SUB+= GUESTADDITIONS="@comment " |
121 |
PLIST_SUB+= GUESTADDITIONS="@comment " |
126 |
.endif |
122 |
.endif |
127 |
|
123 |
|
|
|
124 |
.include <bsd.port.pre.mk> |
125 |
|
126 |
KMK_BUILDTYPE= release |
127 |
KMK_CONFIG= VBOX_LIBPATH_X11=${LOCALBASE} VBOX_FREEBSD_SRC=${SRC_BASE}/sys |
128 |
KMK_FLAGS= |
129 |
|
128 |
.if defined(WITH_DEBUG) |
130 |
.if defined(WITH_DEBUG) |
129 |
KMK_FLAGS+= BUILD_TYPE=debug |
131 |
KMK_FLAGS+= BUILD_TYPE=debug |
130 |
KMK_BUILDTYPE= debug |
132 |
KMK_BUILDTYPE= debug |
Lines 175-182
Link Here
|
175 |
PLIST_SUB+= I386="@comment " |
177 |
PLIST_SUB+= I386="@comment " |
176 |
.endif |
178 |
.endif |
177 |
|
179 |
|
178 |
.include <bsd.port.pre.mk> |
|
|
179 |
|
180 |
.if ${OSVERSION} > 900012 |
180 |
.if ${OSVERSION} > 900012 |
181 |
EXTRA_PATCHES+= ${FILESDIR}/extrapatch-include-iprt-string.h |
181 |
EXTRA_PATCHES+= ${FILESDIR}/extrapatch-include-iprt-string.h |
182 |
.endif |
182 |
.endif |