Ignore:
Timestamp:
05/25/2007 10:09:39 PM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0c5512d
Parents:
ba2ac60
Message:

Updated to Xorg-7.2 without XCB

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6787 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7lib.xml

    rba2ac60 r2d006066  
    88  <!ENTITY x7libs-download-ftp  "ftp://ftp.x.org/pub/individual/lib/">
    99  <!ENTITY x7libs-md5sum        "&files-anduin;/xorg/md5sums-&xorg7-version;">
    10   <!ENTITY x7libs-size          "12 MB">
     10  <!ENTITY x7libs-size          "11.7 MB">
    1111  <!ENTITY x7libs-buildsize     "186 MB">
    1212  <!ENTITY x7libs-time          "6.6 SBU">
     
    5656    </itemizedlist>
    5757
    58     <!-- Following patch is security related and has been
    59         fixed for Xorg-7.2 -->
     58    <!-- Following patches are security related and should be
     59        fixed for Xorg-7.3 -->
    6060    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6161    <itemizedlist spacing="compact">
    6262      <listitem>
    6363        <para>Required patch: <ulink
    64         url="&patch-root;/libXfont-1.1.0-cidfonts-1.patch"/></para>
     64        url="&patch-root;/libX11-1.1.1-xinitimage-1.patch"/></para>
     65      </listitem>
     66      <listitem>
     67        <para>Required patch: <ulink
     68        url="&patch-root;/libXfont-1.2.7-bdf_fontsdir-1.patch"/></para>
    6569      </listitem>
    6670    </itemizedlist>
     
    7478    <xref linkend="xorg7-proto"/></para>
    7579
     80    <bridgehead renderas="sect4">Optional</bridgehead>
     81    <para role="optional"><ulink
     82    url="http://xcb.freedesktop.org/wiki/">XCB</ulink></para>
     83
    7684    <para condition="html" role="usernotes">User Notes:
    7785    <ulink url='&blfs-wiki;/Xorg7Libraries'/></para>
     
    96104    <title>Installation of Xorg Libraries</title>
    97105
    98     <para><ulink url='http://wiki.x.org/wiki/SecurityPage'>Security
    99     vulnerabilities</ulink> have been identified in the libXfont package.
    100     Before building this package with the commands shown below, be sure
    101     to apply the supplied patch by issuing the following command:</para>
    102 
    103 <screen><userinput>patch -Np1 -i ../libXfont-1.1.0-cidfonts-1.patch</userinput></screen>
     106    <para><ulink url='http://wiki.x.org/wiki/Development/Security'>Security
     107    vulnerabilities</ulink> have been identified in the
     108    <application>libX11</application> and <application>libXfont</application>
     109    packages. Before building these packages with the commands shown below,
     110    be sure to apply the supplied patches. For <application>libX11</application>,
     111    this can be done by issuing the following command:</para>
     112
     113<screen><userinput>patch -Np1 -i ../libX11-1.1.1-xinitimage-1.patch</userinput></screen>
     114
     115    <para>For <application>libXfont</application>, the patch can be applied
     116    with the following command:</para>
     117
     118<screen><userinput>patch -Np1 -i ../libXfont-1.2.7-bdf_fontsdir-1.patch</userinput></screen>
    104119
    105120    <para>Install the libraries by running the following commands for each
    106121    of the chosen packages:</para>
    107122
    108 <screen><userinput>./configure $XORG_CONFIG &amp;&amp;
     123<screen><userinput>./configure $XORG_CONFIG --without-xcb &amp;&amp;
    109124make</userinput></screen>
    110125
     
    116131<screen role="root"><userinput>make install &amp;&amp;
    117132ldconfig</userinput></screen>
     133
     134  </sect2>
     135
     136  <sect2 role="commands">
     137    <title>Command Explanations</title>
     138
     139    <para><parameter>--without-xcb</parameter>: <application>libX11</application>
     140    will try to use <ulink url="http://xcb.freedesktop.org/wiki/">XCB</ulink>
     141    for it's transport layer unless this parameter is supplied. This parameter
     142    will be ignored for other packages.</para>
    118143
    119144  </sect2>
Note: See TracChangeset for help on using the changeset viewer.