Changeset e004bec


Ignore:
Timestamp:
06/20/2008 01:37:37 AM (16 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
42205811
Parents:
f48fe3c
Message:

Merge 6.3 branch changes from r7489.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf48fe3c re004bec  
    44-->
    55
    6 <!ENTITY day          "09">                   <!-- Always 2 digits -->
     6<!ENTITY day          "19">                   <!-- Always 2 digits -->
    77<!ENTITY month        "06">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2008">
  • introduction/welcome/changelog.xml

    rf48fe3c re004bec  
    4141
    4242-->
     43    <listitem>
     44      <para>June 19th, 2008</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[dj] - Merge 6.3 branch changes from r7489 - Clarified Xorg
     48          installation text, corrected Xorg patch paths, and added libXdmcp
     49          as a required dependency of Xorg Libs.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4354    <listitem>
    4455      <para>June 9th, 2008</para>
  • x/installing/x7lib.xml

    rf48fe3c re004bec  
    8787    <para role="required"><xref linkend="ed"/>,
    8888    <xref linkend="fontconfig"/>,
    89     <xref linkend="pkgconfig"/>, and
    90     <xref linkend="xorg7-proto"/></para>
     89    <xref linkend="pkgconfig"/>,
     90    <xref linkend="xorg7-proto"/>, and
     91    <xref linkend="libXdmcp"/></para>
    9192
    9293    <bridgehead renderas="sect4">Optional</bridgehead>
     
    120121<screen><userinput>case $(basename "$PWD") in
    121122libX11-&libX11-version; )
    122     patch -Np1 -i ../libX11-&libX11-version;-badargs-1.patch &amp;&amp;
     123    patch -Np1 -i ../../libX11-&libX11-version;-badargs-1.patch &amp;&amp;
    123124    sed -i 's/_XGet/XGet/' modules/im/ximcp/imDefLkup.c
    124125    ;;
    125126libXfont-&libXfont-version; )
    126     patch -Np1 -i ../libXfont-&libXfont-version;-pcf_parser-1.patch &amp;&amp;
     127    patch -Np1 -i ../../libXfont-&libXfont-version;-pcf_parser-1.patch &amp;&amp;
    127128    sed -i 's/(ft_isdigit/(isdigit/' src/FreeType/fttools.c
    128129    ;;
  • x/installing/xorg7.xml

    rf48fe3c re004bec  
    7878  </note>
    7979
     80<!--
    8081  <para>Additionally, because of the large number of repetitive commands,
    8182  you are encouraged to script the build.  For most sections, you can use
    8283  a script with commands similar to the following, to compile and install
    8384  all packages in a wget file list:</para>
     85-->
     86
     87  <para>Additionally, because of the large number of repetitive commands,
     88  you are encouraged to partially automate the build.  The commands below
     89  (or similar) can be entered at the command line to compile each group of
     90  packages (proto, utils, libs, apps, drivers).  The wiki links on each
     91  group's page contain specific commands to compile the entire group of
     92  packages, based on the content of the wget files.</para>
    8493
    8594<screen>bash -e #exit on all errors
Note: See TracChangeset for help on using the changeset viewer.