- X section

* Replace question about how to compile XFree86 3.x app with XFree86-4
    libraries with a question how to install X.org when system defaults
    to XFree86-4 and vice versa.

    Inspired by 20040723 entry in /usr/ports/UPDATING

Approved by:	trhodes
This commit is contained in:
Pav Lucistnik 2005-03-10 16:54:55 +00:00
parent 0ae564a317
commit a1b6ab2b08
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24052

View file

@ -7846,16 +7846,23 @@ UserConfig&gt; <userinput>quit</userinput></screen>
<qandaentry>
<question id="xfree86-version">
<para>An X app I am building depends on &xfree86; 3.3.X, but I
have &xfree86; 4.X installed. What should I do?</para>
<para>I want to install different <application>X</application>
server.</para>
</question>
<answer>
<para>To tell the port build to link to the &xfree86; 4.X libraries,
add the following to <filename>/etc/make.conf</filename>, (if you
do not have this file, create it):</para>
<para>&os; versions prior 5.3 will use the default &xfree86;
4.X, while latter verions will default to &xorg;.
If you want to run different <application>X</application>
system than the default one, add the following line to
<filename>/etc/make.conf</filename>, (if you
do not have this file, create it):</para>
<programlisting>XFREE86_VERSION= 4</programlisting>
<programlisting>X_WINDOW_SYSTEM= xorg</programlisting>
<para>This variable may be set to <literal>xorg</literal>,
<literal>xfree86-4</literal>, or
<literal>xfree86-3</literal>.</para>
</answer>
</qandaentry>