- 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:
parent
0ae564a317
commit
a1b6ab2b08
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24052
1 changed files with 13 additions and 6 deletions
|
@ -7846,16 +7846,23 @@ UserConfig> <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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue