Changeset 048bc8cc
- Timestamp:
- 05/31/2007 07:26:14 AM (16 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 1afe6c26
- Parents:
- 8d237953
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r8d237953 r048bc8cc 54 54 section.</para> 55 55 </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> 56 61 </itemizedlist> 57 62 </listitem> -
x/installing/x7app.xml
r8d237953 r048bc8cc 97 97 mkdir app && 98 98 cd app && 99 wget -B http://xorg.freedesktop.org/releases/individual/app/\100 -i ../app-&xorg7-version;.wget</userinput></screen>99 grep -v '^#' ../app-&xorg7-version;.wget | wget -i- \ 100 -B http://xorg.freedesktop.org/releases/individual/app/</userinput></screen> 101 101 102 102 </sect2> … … 104 104 <sect2 role="installation"> 105 105 <title>Installation of Xorg Applications</title> 106 107 <warning><para>The <application>mkcfm</application> package is108 deprecated and should not be installed.</para></warning>109 106 110 107 <para>Install the applications by running the following commands for each -
x/installing/x7data.xml
r8d237953 r048bc8cc 76 76 mkdir data && 77 77 cd data && 78 wget -B http://xorg.freedesktop.org/releases/individual/data/\79 -i ../data-&xorg7-version;.wget</userinput></screen>78 grep -v '^#' ../data-&xorg7-version;.wget | wget -i- \ 79 -B http://xorg.freedesktop.org/releases/individual/data/</userinput></screen> 80 80 81 81 </sect2> … … 83 83 <sect2 role="installation"> 84 84 <title>Installation of Xorg Data</title> 85 86 <warning><para>The <application>xkbdata</application> package is87 deprecated and should not be installed. It has been replaced by88 <xref linkend="xkeyboard-config"/>.</para></warning>89 85 90 86 <para>Compile the selected packages with the following commands:</para> -
x/installing/x7driver.xml
r8d237953 r048bc8cc 78 78 mkdir driver && 79 79 cd driver && 80 wget -B http://xorg.freedesktop.org/releases/individual/driver/\81 -i ../driver-&xorg7-version;.wget</userinput></screen>80 grep -v '^#' ../driver-&xorg7-version;.wget | wget -i- \ 81 -B http://xorg.freedesktop.org/releases/individual/driver/</userinput></screen> 82 82 83 83 </sect2> … … 91 91 exported from the kernel. Failure to follow this warning will result 92 92 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> 94 95 95 96 <para>Install the drivers by running the following commands for each -
x/installing/x7font.xml
r8d237953 r048bc8cc 73 73 mkdir font && 74 74 cd font && 75 wget -B http://xorg.freedesktop.org/releases/individual/font/\76 -i ../font-&xorg7-version;.wget</userinput></screen>75 grep -v '^#' ../font-&xorg7-version;.wget | wget -i- \ 76 -B http://xorg.freedesktop.org/releases/individual/font/</userinput></screen> 77 77 78 78 </sect2> -
x/installing/x7lib.xml
r8d237953 r048bc8cc 100 100 mkdir lib && 101 101 cd lib && 102 wget -B http://xorg.freedesktop.org/releases/individual/lib/\103 -i ../lib-&xorg7-version;.wget</userinput></screen>102 grep -v '^#' ../lib-&xorg7-version;.wget | wget -i- \ 103 -B http://xorg.freedesktop.org/releases/individual/lib/</userinput></screen> 104 104 105 105 </sect2> -
x/installing/x7proto.xml
r8d237953 r048bc8cc 76 76 mkdir proto && 77 77 cd proto && 78 wget -B http://xorg.freedesktop.org/releases/individual/proto/\79 -i ../proto-&xorg7-version;.wget</userinput></screen>78 grep -v '^#' ../proto-&xorg7-version;.wget | wget -i- \ 79 -B http://xorg.freedesktop.org/releases/individual/proto/</userinput></screen> 80 80 81 81 </sect2> -
x/installing/x7util.xml
r8d237953 r048bc8cc 78 78 mkdir util && 79 79 cd util && 80 wget -B http://xorg.freedesktop.org/releases/individual/util/\81 -i ../util-&xorg7-version;.wget</userinput></screen>80 grep -v '^#' ../util-&xorg7-version;.wget | wget -i- \ 81 -B http://xorg.freedesktop.org/releases/individual/util/</userinput></screen> 82 82 83 83 </sect2> -
x/installing/xorg7.xml
r8d237953 r048bc8cc 61 61 should download the wget file lists. The list of files are ordered by 62 62 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 64 66 next release of <application>Xorg</application> and have already proved 65 67 to be incompatible with current versions of software installed in BLFS. … … 82 84 83 85 <screen>bash -e #exit on all errors 84 for package in $( cat../wgetlist.wget)86 for package in $(grep -v '^#' ../wgetlist.wget) 85 87 do 86 88 packagedir=$(echo $package | sed 's/.tar.bz2//')
Note:
See TracChangeset
for help on using the changeset viewer.