Update for USE_DISPLAY changes

This commit is contained in:
Pav Lucistnik 2008-04-14 16:53:37 +00:00
parent 42bc802285
commit 760917f04f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31850

View file

@ -5384,9 +5384,9 @@ USE_XORG= x11 xpm</programlisting>
<title>Getting fake <envar>DISPLAY</envar> using Xvfb</title> <title>Getting fake <envar>DISPLAY</envar> using Xvfb</title>
<para>Some applications require a working X11 display for compilation to <para>Some applications require a working X11 display for compilation to
succeed. This pose a problem for the FreeBSD package building succeed. This pose a problem for machines which operates headless.
cluster, which operates headless. When the following canonical hack When the following variable is used, the build infrastructure will
is used, the package cluster will start the virtual framebuffer start the virtual framebuffer
X server. The working <envar>DISPLAY</envar> is then passed X server. The working <envar>DISPLAY</envar> is then passed
to the build.</para> to the build.</para>