Changeset 048bc8cc


Ignore:
Timestamp:
05/31/2007 07:26:14 AM (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:
1afe6c26
Parents:
8d237953
Message:

Comment out the unwanted packages in the Xorg wget lists

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r8d237953 r048bc8cc  
    5454          section.</para>
    5555        </listitem>
     56        <listitem>
     57          <para>[dnicholson] - Commented out the sun video drivers and
     58          deprecated modules in the Xorg wget lists and changed the
     59          download commands to support the comments.</para>
     60        </listitem>
    5661      </itemizedlist>
    5762    </listitem>
  • x/installing/x7app.xml

    r8d237953 r048bc8cc  
    9797mkdir app &amp;&amp;
    9898cd app &amp;&amp;
    99 wget -B http://xorg.freedesktop.org/releases/individual/app/ \
    100      -i ../app-&xorg7-version;.wget</userinput></screen>
     99grep -v '^#' ../app-&xorg7-version;.wget | wget -i- \
     100    -B http://xorg.freedesktop.org/releases/individual/app/</userinput></screen>
    101101
    102102  </sect2>
     
    104104  <sect2 role="installation">
    105105    <title>Installation of Xorg Applications</title>
    106 
    107     <warning><para>The <application>mkcfm</application> package is
    108     deprecated and should not be installed.</para></warning>
    109106
    110107    <para>Install the applications by running the following commands for each
  • x/installing/x7data.xml

    r8d237953 r048bc8cc  
    7676mkdir data &amp;&amp;
    7777cd data &amp;&amp;
    78 wget -B http://xorg.freedesktop.org/releases/individual/data/ \
    79      -i ../data-&xorg7-version;.wget</userinput></screen>
     78grep -v '^#' ../data-&xorg7-version;.wget | wget -i- \
     79    -B http://xorg.freedesktop.org/releases/individual/data/</userinput></screen>
    8080
    8181  </sect2>
     
    8383  <sect2 role="installation">
    8484    <title>Installation of Xorg Data</title>
    85 
    86     <warning><para>The <application>xkbdata</application> package is
    87     deprecated and should not be installed. It has been replaced by
    88     <xref linkend="xkeyboard-config"/>.</para></warning>
    8985
    9086    <para>Compile the selected packages with the following commands:</para>
  • x/installing/x7driver.xml

    r8d237953 r048bc8cc  
    7878mkdir driver &amp;&amp;
    7979cd driver &amp;&amp;
    80 wget -B http://xorg.freedesktop.org/releases/individual/driver/ \
    81      -i ../driver-&xorg7-version;.wget</userinput></screen>
     80grep -v '^#' ../driver-&xorg7-version;.wget | wget -i- \
     81    -B http://xorg.freedesktop.org/releases/individual/driver/</userinput></screen>
    8282
    8383  </sect2>
     
    9191    exported from the kernel.  Failure to follow this warning will result
    9292    in a display lockup, which requires a hard reboot, when configuring
    93     <application>Xorg</application> for the first time.</para></warning>
     93    <application>Xorg</application> for the first time. For this reason,
     94    these drivers have been commented out in the wget file.</para></warning>
    9495
    9596    <para>Install the drivers by running the following commands for each
  • x/installing/x7font.xml

    r8d237953 r048bc8cc  
    7373mkdir font &amp;&amp;
    7474cd font &amp;&amp;
    75 wget -B http://xorg.freedesktop.org/releases/individual/font/ \
    76      -i ../font-&xorg7-version;.wget</userinput></screen>
     75grep -v '^#' ../font-&xorg7-version;.wget | wget -i- \
     76    -B http://xorg.freedesktop.org/releases/individual/font/</userinput></screen>
    7777
    7878  </sect2>
  • x/installing/x7lib.xml

    r8d237953 r048bc8cc  
    100100mkdir lib &amp;&amp;
    101101cd lib &amp;&amp;
    102 wget -B http://xorg.freedesktop.org/releases/individual/lib/ \
    103      -i ../lib-&xorg7-version;.wget</userinput></screen>
     102grep -v '^#' ../lib-&xorg7-version;.wget | wget -i- \
     103    -B http://xorg.freedesktop.org/releases/individual/lib/</userinput></screen>
    104104
    105105  </sect2>
  • x/installing/x7proto.xml

    r8d237953 r048bc8cc  
    7676mkdir proto &amp;&amp;
    7777cd proto &amp;&amp;
    78 wget -B http://xorg.freedesktop.org/releases/individual/proto/ \
    79      -i ../proto-&xorg7-version;.wget</userinput></screen>
     78grep -v '^#' ../proto-&xorg7-version;.wget | wget -i- \
     79    -B http://xorg.freedesktop.org/releases/individual/proto/</userinput></screen>
    8080
    8181  </sect2>
  • x/installing/x7util.xml

    r8d237953 r048bc8cc  
    7878mkdir util &amp;&amp;
    7979cd util &amp;&amp;
    80 wget -B http://xorg.freedesktop.org/releases/individual/util/ \
    81      -i ../util-&xorg7-version;.wget</userinput></screen>
     80grep -v '^#' ../util-&xorg7-version;.wget | wget -i- \
     81    -B http://xorg.freedesktop.org/releases/individual/util/</userinput></screen>
    8282
    8383  </sect2>
  • x/installing/xorg7.xml

    r8d237953 r048bc8cc  
    6161    should download the wget file lists.  The list of files are ordered by
    6262    dependency, and the package versions listed in the files are known to
    63     work well with each other.  Newer packages are likely intended for the
     63    work well with each other. Further, the wget file lists contain comments
     64    for specific packages that are deprecated or are not recommended to
     65    install. Newer packages are likely intended for the
    6466    next release of <application>Xorg</application> and have already proved
    6567    to be incompatible with current versions of software installed in BLFS.
     
    8284
    8385<screen>bash -e #exit on all errors
    84 for package in $(cat ../wgetlist.wget)
     86for package in $(grep -v '^#' ../wgetlist.wget)
    8587do
    8688  packagedir=$(echo $package | sed 's/.tar.bz2//')
Note: See TracChangeset for help on using the changeset viewer.