Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2018 15:22:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        vbox@FreeBSD.org
Subject:   [Bug 190432] emulators/virtualbox-ose pulls unnecessary Qt libraries when building headless
Message-ID:  <bug-190432-26505-b6wSZjQ0Bn@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-190432-26505@https.bugs.freebsd.org/bugzilla/>
References:  <bug-190432-26505@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D190432

--- Comment #4 from Andriy Voskoboinyk <avos@freebsd.org> ---
WITHOUT_[...] was replaced by OPTIONS_UNSET=3D [...] (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=3D         NLS support requires QT frontend. Run 'make config' again!
.endif

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

so, I think it can be safely closed.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-190432-26505-b6wSZjQ0Bn>