Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jul 2016 09:04:19 -0400
From:      Jim Ohlstein <jim@ohlste.in>
To:        tech-lists <tech-lists@zyxst.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: making a server entirely without X
Message-ID:  <6D32E331-84ED-4F08-8259-E6A2493C5ADA@ohlste.in>
In-Reply-To: <945bba5d-ffb4-10cb-1467-f1f7ca4d73db@zyxst.net>
References:  <4fe29709-c000-43ac-01c5-38b607887f19@zyxst.net> <2AE900AC-9B5D-42D4-9715-4F7A5FBA6ADA@ohlste.in> <945bba5d-ffb4-10cb-1467-f1f7ca4d73db@zyxst.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello,

> On Jul 22, 2016, at 8:54 AM, tech-lists <tech-lists@zyxst.net> wrote:
>=20
>> On 22/07/2016 13:43, Jim Ohlstein wrote:
>> Hello,
>>=20
>>> On Jul 22, 2016, at 8:38 AM, tech-lists <tech-lists@zyxst.net> wrote:
>>>=20
>>> Hi,
>>>=20
>>> I want to build a server entirely without X. What is the incantation for=

>>> make.conf please? Or is it incanted elsewhere?
>>=20
>> All X components are part of the ports/pkg system. If you don't want them=
, don't install them.
>=20
> But some ports will build X (or parts of X) as dependencies. Or
> dependencies on dependencies. I want to prevent that. It used to be
> something like WITHOUT_X11=3DYES in /etc/make.conf but that was a long
> time ago and I think the syntax has changed. I'm looking for the new synta=
x.

For ports I believe that you can set "OPTIONS_UNSET+=3DX11" and X11 support w=
ill be deselected, but you'll still have to go through options on each port a=
nd its dependencies to remove opens that may pull in X11 dependencies.=20

--
Jim=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6D32E331-84ED-4F08-8259-E6A2493C5ADA>