[Bug 190432] emulators/virtualbox-ose pulls unnecessary Qt libraries when building headless

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 27 15:23:02 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190432

--- Comment #4 from Andriy Voskoboinyk <avos at freebsd.org> ---
WITHOUT_[...] was replaced by OPTIONS_UNSET= [...] (as noted at 20171214 in
UPDATING) + the package will not build now due to BROKEN directives in
Makefile:

.if ${PORT_OPTIONS:MNLS} && empty(PORT_OPTIONS:MQT5)
BROKEN=         NLS support requires QT frontend. Run 'make config' again!
.endif

.if ${PORT_OPTIONS:MQT[45]} && empty(PORT_OPTIONS:MX11)
BROKEN=         QT frontend requires X11 support. Run 'make config' again!
.endif

so, I think it can be safely closed.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-emulation mailing list