Changeset 4e88613


Ignore:
Timestamp:
01/17/2007 12:57:47 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
76705c06
Parents:
864b24de
Message:

Fixed an empty URL in the mpg123 instructions which prevented the PDF version from rendering; replaced all instances of linuxfromscratch.org with an entity; replaced some miscellaneous hardcoded entries with existing entities; truncated some long lines in various files so that all the text fits on a PDF rendered page

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

Files:
35 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/slrn.xml

    r864b24de r4e88613  
    143143      command:</para>
    144144
    145 <screen><userinput>NNTPSERVER=<replaceable>&lt;news.linuxfromscratch.org&gt;</replaceable> \
     145<screen><userinput>NNTPSERVER=<replaceable>&lt;news.&lfs-domainname;&gt;</replaceable> \
    146146    slrn -f ~/.jnewsrc --create</userinput></screen>
    147147
  • book/preface.xml

    r864b24de r4e88613  
    4242    <para>Finally, we encourage you to become involved in the community; ask
    4343    questions on the mailing list or news gateway and join in the fun on #lfs at
    44     irc.linuxfromscratch.org. You can find more details about all of these in the
     44    irc.&lfs-domainname;. You can find more details about all of these in the
    4545    <xref linkend="introduction"/> section of the book.</para>
    4646
     
    4949    <blockquote>
    5050<literallayout>Mark Hymers
    51 markh &lt;at&gt; linuxfromscratch.org
     51markh &lt;at&gt; &lfs-domainname;
    5252BLFS Editor (July 2001&ndash;March 2003)</literallayout>
    5353    </blockquote>
     
    7070    <blockquote>
    7171<literallayout>Larry Lawrence
    72 larry &lt;at&gt; linuxfromscratch.org
     72larry &lt;at&gt; &lfs-domainname;
    7373BLFS Editor (March 2003&ndash;June 2004)</literallayout>
    7474    </blockquote>
     
    9292    <blockquote>
    9393<literallayout>Bruce Dubbs
    94 bdubbs &lt;at&gt; linuxfromscratch.org
     94bdubbs &lt;at&gt; &lfs-domainname;
    9595BLFS Editor (June 2004&ndash;Present)</literallayout>
    9696    </blockquote>
     
    156156      to date.  We appreciate any feedback in helping us to make the book as
    157157      accurate as possible.  The best place to provide comments is via the
    158       mailing list at <ulink url="mailto:blfs-dev@linuxfromscratch.org"/>.</para>
     158      mailing list at <ulink url="mailto:blfs-dev@&lfs-domainname;"/>.</para>
    159159
    160160      <para>Enjoy!</para>
  • general.ent

    r864b24de r4e88613  
    1 <!ENTITY day          "15">                   <!-- Always 2 digits -->
     1<!ENTITY day          "17">                   <!-- Always 2 digits -->
    22<!ENTITY month        "01">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2007">
     
    99<!ENTITY last-commit  "$Date$"> <!-- Automatic update -->
    1010
    11 <!ENTITY maintainer-fullname  "Bruce Dubbs">
    12 <!ENTITY maintainer-firstname "Bruce">
    13 <!ENTITY maintainer-address   "bdubbs@linuxfromscratch.org">
    14 
    15 <!ENTITY downloads-root "http://www.linuxfromscratch.org/blfs/downloads/svn">
    16 <!ENTITY downloads-project "http://downloads.linuxfromscratch.org">
    17 <!ENTITY sources-anduin-http "http://anduin.linuxfromscratch.org/sources/BLFS/svn">
    18 <!ENTITY sources-anduin-ftp  "ftp://anduin.linuxfromscratch.org/BLFS/svn">
    19 <!ENTITY files-anduin   "http://anduin.linuxfromscratch.org/files/BLFS">
    20 <!ENTITY hints-root     "http://www.linuxfromscratch.org/hints">
    21 <!ENTITY patch-root     "http://www.linuxfromscratch.org/patches/blfs/svn">
    22 <!ENTITY errata         "http://www.linuxfromscratch.org/blfs/errata/&blfs-version;/">
    23 <!-- <!ENTITY lfs-root       "http://www.linuxfromscratch.org/lfs/view/&lfs-version;"> -->
    24 <!ENTITY lfs-root       "../../../../lfs/view/&lfs-version;">
    25 <!ENTITY publisher      "Unknown">
     11<!ENTITY lfs-domainname       "linuxfromscratch.org">
     12
     13<!ENTITY maintainer-fullname  "Randy McMurchy">
     14<!ENTITY maintainer-firstname "Randy">
     15<!ENTITY maintainer-address   "randy@&lfs-domainname;">
     16
     17<!ENTITY downloads-root       "http://www.&lfs-domainname;/blfs/downloads/svn">
     18<!ENTITY downloads-project    "http://downloads.&lfs-domainname;">
     19<!ENTITY sources-anduin-http  "http://anduin.&lfs-domainname;/sources/BLFS/svn">
     20<!ENTITY sources-anduin-ftp   "ftp://anduin.&lfs-domainname;/BLFS/svn">
     21<!ENTITY files-anduin         "http://anduin.&lfs-domainname;/files/BLFS">
     22<!ENTITY hints-root           "http://www.&lfs-domainname;/hints">
     23<!ENTITY patch-root           "http://www.&lfs-domainname;/patches/blfs/svn">
     24<!ENTITY errata               "http://www.&lfs-domainname;/blfs/errata/&blfs-version;/">
     25<!-- <!ENTITY lfs-root             "http://www.&lfs-domainname;/lfs/view/&lfs-version;"> -->
     26<!ENTITY lfs-root             "../../../../lfs/view/&lfs-version;">
     27<!ENTITY publisher            "Unknown">
    2628
    2729<!-- These entities are used to identify versions of LFS
     
    4143<!ENTITY blfs-bootscripts-download    "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
    4244
    43 <!ENTITY blfs-wiki                    "http://wiki.linuxfromscratch.org/blfs/wiki">
     45<!ENTITY blfs-wiki                    "http://wiki.&lfs-domainname;/blfs/wiki">
    4446
    4547<!-- Part II -->
  • general/prog/gcc.xml

    r864b24de r4e88613  
    6565      <para>Instructions to install the 3.4.6 version of the Fortran compiler
    6666      can be found in <xref linkend='gcc3'/> and on the
    67       <ulink url="http://wiki.linuxfromscratch.org/blfs/wiki/gcc3">BLFS
     67      <ulink url="&blfs-wiki;/gcc3">BLFS
    6868      Wiki</ulink>.</para>
    6969    </note>
  • general/prog/gcc3.xml

    r864b24de r4e88613  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    186
    197  <!ENTITY gcc3-download-http "http://ftp.gnu.org/gnu/gcc/gcc-&gcc3-version;/gcc-&gcc3-version;.tar.bz2">
     
    6250    building the <application>GCC</application>-3.4.x Fortran compiler can be
    6351    found on the
    64     <ulink url="http://wiki.linuxfromscratch.org/blfs/wiki/gcc3">BLFS
     52    <ulink url="&blfs-wiki;/gcc3">BLFS
    6553    Wiki</ulink>.</para>
    6654
  • general/prog/pdl.xml

    r864b24de r4e88613  
    106106    <application>GCC</application>-3.4.6. You can find specific instructions
    107107    to install a <application>GCC</application>-3.4.6 compiler on the
    108     <ulink url="http://wiki.linuxfromscratch.org/blfs/wiki/gcc3">BLFS
     108    <ulink url="&blfs-wiki;/gcc3">BLFS
    109109    Wiki</ulink>. Alternatively, if you have a need to install
    110110    <xref linkend="gcc3"/>, you can add the Fortran compiler to the list of
     
    196196              <listitem>
    197197                <para><ulink
    198                 url="http://wiki.linuxfromscratch.org/blfs/wiki/gcc3">a Fortran
     198                url="&blfs-wiki;/gcc3">a Fortran
    199199                compiler</ulink></para>
    200200              </listitem>
     
    209209                <xref linkend="lesstif"/>,
    210210                <xref linkend="tk"/>, and <ulink
    211                 url="http://wiki.linuxfromscratch.org/blfs/wiki/gcc3">a Fortran
     211                url="&blfs-wiki;/gcc3">a Fortran
    212212                compiler</ulink></para>
    213213              </listitem>
     
    239239            <xref linkend="python"/> (with
    240240            <ulink url="http://www.numpy.org/">Numeric Python</ulink>),
    241             <ulink url="http://wiki.linuxfromscratch.org/blfs/wiki/gcc3">a
     241            <ulink url="&blfs-wiki;/gcc3">a
    242242            Fortran compiler</ulink>,
    243243            <ulink url="http://www.swig.org/">SWIG</ulink>, and
     
    336336          <listitem>
    337337            <para><ulink
    338             url="http://wiki.linuxfromscratch.org/blfs/wiki/gcc3">a Fortran
     338            url="&blfs-wiki;/gcc3">a Fortran
    339339            compiler</ulink></para>
    340340          </listitem>
     
    422422                          <listitem>
    423423                            <para><ulink
    424                             url="http://wiki.linuxfromscratch.org/blfs/wiki/gcc3">a
     424                            url="&blfs-wiki;/gcc3">a
    425425                            Fortran compiler</ulink></para>
    426426                          </listitem>
     
    449449                      <listitem>
    450450                        <para><ulink
    451                         url="http://wiki.linuxfromscratch.org/blfs/wiki/gcc3">a
     451                        url="&blfs-wiki;/gcc3">a
    452452                        Fortran compiler</ulink></para>
    453453                      </listitem>
  • general/prog/php.xml

    r864b24de r4e88613  
    177177      a <command>configure</command> command that utilizes many of the most
    178178      common dependencies can be found at <ulink
    179       url="http://anduin.linuxfromscratch.org/files/BLFS/php_configure.txt"/>.
     179      url="&files-anduin;/php_configure.txt"/>.
    180180      </para>
    181181
  • introduction/important/beyond.xml

    r864b24de r4e88613  
    113113      <para>If you are having a problem compiling the package, try
    114114      searching the LFS archives at
    115       <ulink url="http://search.linuxfromscratch.org/"/> for the error or if
     115      <ulink url="http://search.&lfs-domainname;/"/> for the error or if
    116116      that fails, try searching Google. If everything else fails,
    117117      try the blfs-support mailing-list.</para>
  • introduction/important/patches.xml

    r864b24de r4e88613  
    3535  <para>In short, the book only includes patches that are either required or
    3636  recommended. There is a
    37   <ulink url="http://www.linuxfromscratch.org/patches">Patches subproject</ulink>
     37  <ulink url="http://www.&lfs-domainname;/patches">Patches subproject</ulink>
    3838  which hosts various patches (including the patches referenced in the books)
    3939  to enable you to configure your LFS the way you like it.</para>
  • introduction/welcome/acknowledgments.xml

    r864b24de r4e88613  
    2727    <listitem>
    2828      <para><ulink url="mailto:strider@linux.com">Mark Stone</ulink>
    29       &lt;mstone &lt;at&gt; linux.com&gt; for donating the linuxfromscratch.org
     29      &lt;mstone &lt;at&gt; linux.com&gt; for donating the &lfs-domainname;
    3030      servers.</para>
    3131    </listitem>
    3232    <listitem>
    33       <para><ulink url="mailto:gerard@linuxfromscratch.org">Gerard
    34       Beekmans</ulink> &lt;gerard &lt;at&gt; linuxfromscratch.org&gt; for starting and
     33      <para><ulink url="mailto:gerard@&lfs-domainname;">Gerard
     34      Beekmans</ulink> &lt;gerard &lt;at&gt; &lfs-domainname;&gt; for starting and
    3535      writing the vast majority of the LFS project.</para>
    3636    </listitem>
    3737    <listitem>
    38       <para><ulink url="mailto:highos@linuxfromscratch.org">Jesse
    39       Tie-Ten-Quee</ulink> &lt;higho &lt;at&gt; @linuxfromscratch.org&gt; for answering
     38      <para><ulink url="mailto:highos@&lfs-domainname;">Jesse
     39      Tie-Ten-Quee</ulink> &lt;higho &lt;at&gt; @&lfs-domainname;&gt; for answering
    4040      many questions on IRC, having a great deal of patience and for not killing
    4141      the former editor for the joke in the original BLFS announcement!</para>
     
    4747    </listitem>
    4848    <listitem>
    49       <para>Robert Briggs for donating the linuxfromscratch.org and
     49      <para>Robert Briggs for donating the &lfs-domainname; and
    5050      linuxfromscratch.com domain names.</para>
    5151    </listitem>
  • introduction/welcome/askhelp.xml

    r864b24de r4e88613  
    1717
    1818  <para>If you encounter a problem while using this book, and your problem
    19   is not listed in the FAQ (<ulink url="http://www.linuxfromscratch.org/faq"/>),
     19  is not listed in the FAQ (<ulink url="http://www.&lfs-domainname;/faq"/>),
    2020  you will find that most of the people on Internet Relay Chat (IRC) and on the
    2121  mailing lists are willing to help you. An overview of the LFS mailing
  • introduction/welcome/conventions.xml

    r864b24de r4e88613  
    4444  </blockquote>
    4545
    46   <para><ulink url="http://www.linuxfromscratch.org/"/></para>
     46  <para><ulink url="http://www.&lfs-domainname;/"/></para>
    4747
    4848  <blockquote>
  • introduction/welcome/credits.xml

    r864b24de r4e88613  
    3030    <itemizedlist>
    3131      <listitem>
    32         <para><emphasis>Editor:</emphasis> Bruce Dubbs <ulink
     32        <para><emphasis>Editor:</emphasis> Randy McMurchy <ulink
    3333        url="mailto:&maintainer-address;">&lt;&maintainer-address;&gt;</ulink></para>
    3434      </listitem>
    3535      <listitem>
    36         <para><emphasis>Co-Editors:</emphasis> Randy McMurchy,
     36        <para><emphasis>Co-Editors:</emphasis> Bruce Dubbs,
    3737        Larry Lawrence, Igor Zivkovic, DJ Lucas, Tushar Teredesai,
    3838        David Jensen, Archaic, Manuel Canales Esparcia, Dan Nicholson,
  • introduction/welcome/maillists.xml

    r864b24de r4e88613  
    1616  <title>Mailing Lists</title>
    1717
    18   <para>The linuxfromscratch.org server is hosting a number of mailing
     18  <para>The &lfs-domainname; server is hosting a number of mailing
    1919  lists that are used for the development of the BLFS book. These lists include,
    2020  among others, the main development and support lists.</para>
     
    2222  <para>For more information regarding which lists are available, how to
    2323  subscribe to them, archive locations, etc., visit
    24   <ulink url="http://www.linuxfromscratch.org/mail.html"/>.</para>
     24  <ulink url="http://www.&lfs-domainname;/mail.html"/>.</para>
    2525
    2626</sect1>
  • introduction/welcome/mirrors.xml

    r864b24de r4e88613  
    1818  <para>The BLFS project has a number of mirrors set up world-wide to make it
    1919  easier and more convenient for you to access the website. Please visit the
    20   <ulink url="http://www.linuxfromscratch.org/mirrors.html"/> website for the
     20  <ulink url="http://www.&lfs-domainname;/mirrors.html"/> website for the
    2121  list of current mirrors.</para>
    2222
  • introduction/welcome/newsserver.xml

    r864b24de r4e88613  
    1616  <title>News Server</title>
    1717
    18   <para>All the mailing lists hosted at linuxfromscratch.org are also
     18  <para>All the mailing lists hosted at &lfs-domainname; are also
    1919  accessible via the NNTP server. All messages posted to a mailing
    2020  list will be copied to its correspondent newsgroup. Note, however,
     
    2424
    2525  <para>The news server can be reached at <ulink
    26   url="news:news.linuxfromscratch.org">news.linuxfromscratch.org</ulink>.</para>
     26  url="news:news.&lfs-domainname;">news.&lfs-domainname;</ulink>.</para>
    2727
    2828</sect1>
  • introduction/welcome/packages.xml

    r864b24de r4e88613  
    2525  <para>To overcome this problem, the BLFS Team, with the assistance of <ulink
    2626  url='http://www.serverbeach.com'>Server Beach</ulink>, has made an HTTP/FTP
    27   site available at <emphasis>anduin.linuxfromscratch.org</emphasis>.  This site
     27  site available at <emphasis>anduin.&lfs-domainname;</emphasis>.  This site
    2828  has all the sources of the exact versions of the packages used in BLFS.  If
    2929  you can't find the BLFS package you need, get it there.</para>
  • introduction/welcome/version.xml

    r864b24de r4e88613  
    1919  If this version is older than a month, a newer version is probably already
    2020  available for download. Check one of the mirror sites at
    21   <ulink url="http://www.linuxfromscratch.org/mirrors.html"/> for updated
     21  <ulink url="http://www.&lfs-domainname;/mirrors.html"/> for updated
    2222  versions.</para>
    2323
  • introduction/welcome/wiki.xml

    r864b24de r4e88613  
    1717
    1818  <para>The BLFS Project has created a Wiki for users to comment on pages
    19   and instructions at <ulink url='http://wiki.linuxfromscratch.org/blfs/'/>.
     19  and instructions at <ulink url='&blfs-wiki;'/>.
    2020  Comments are welcome from all users.</para>
    2121
     
    3333        <para>Questions with your specific installation problems should be made
    3434        by subscribing and mailing to the BLFS Support Mailing List at <ulink
    35         url='mailto:blfs-support@linuxfromscratch.org'/>.</para>
     35        url='mailto:blfs-support@&lfs-domainname;'/>.</para>
    3636      </listitem>
    3737      <listitem>
    3838        <para>Discussions of build instructions should be made by subscribing
    3939        and mailing to the BLFS Development List at <ulink
    40         url='mailto:blfs-dev@linuxfromscratch.org'/>.</para>
     40        url='mailto:blfs-dev@&lfs-domainname;'/>.</para>
    4141      </listitem>
    4242      <listitem>
  • multimedia/audioutils/mpg123.xml

    r864b24de r4e88613  
    66
    77  <!ENTITY mpg123-download-http "http://downloads.sourceforge.net/mpg123/mpg123-&mpg123-version;.tar.bz2">
    8   <!ENTITY mpg123-download-ftp  "">
     8  <!ENTITY mpg123-download-ftp  " ">
    99  <!ENTITY mpg123-md5sum        "14fa52ba192104a990e206493d9d771b">
    1010  <!ENTITY mpg123-size          "589 KB">
  • postlfs/config/bootdisk.xml

    r864b24de r4e88613  
    6262
    6363    <para>Also, the LFS Community has developed its own LiveCD available at
    64     <ulink url='http://www.linuxfromscratch.org/livecd/'/>.  This LiveCD, in
     64    <ulink url='http://www.&lfs-domainname;/livecd/'/>.  This LiveCD, in
    6565    addition to having boot and rescue capabilities, is capable of building an
    6666    entire LFS/BLFS system.  A copy of this CD-ROM is available with the
     
    7070    <para>A hint that describes the instructions for creating this ISO image
    7171    is available at <ulink
    72     url='http://www.linuxfromscratch.org/hints/downloads/files/livecd.txt'/>.
     72    url='&hints-root;/downloads/files/livecd.txt'/>.
    7373    </para>
    7474
  • postlfs/config/compressdoc.xml

    r864b24de r4e88613  
    3939#
    4040# Modified to be able to gzip or bzip2 files as an option and to deal
    41 # with all symlinks properly by Mark Hymers &lt;markh @ linuxfromscratch.org&gt;
     41# with all symlinks properly by Mark Hymers &lt;markh @ &lfs-domainname;&gt;
    4242#
    4343# Modified 20030930 by Yann E. Morin &lt;yann.morin.1998 @ anciens.enib.fr&gt;
     
    135135  See the original post from Mickael A. Peters, titled
    136136  "Bootable Utility CD", dated 20030409.1816(+0200), and subsequent posts:
    137   http://linuxfromscratch.org/pipermail/blfs-support/2003-April/038817.html
     137  http://&lfs-domainname;/pipermail/blfs-support/2003-April/038817.html
    138138
    139139  On my system (x86, ext3), man pages were 35564KB before compression.
  • postlfs/config/profile.xml

    r864b24de r4e88613  
    418418# Written for Beyond Linux From Scratch
    419419# by James Robertson &lt;jameswrobertson@earthlink.net&gt;
    420 # updated by Bruce Dubbs &lt;bdubbs@linuxfromscratch.org&gt;
     420# updated by Bruce Dubbs &lt;bdubbs@&lfs-domainname;&gt;
    421421
    422422# Make sure that the terminal is set up properly for each shell
     
    470470# Written for Beyond Linux From Scratch
    471471# by James Robertson &lt;jameswrobertson@earthlink.net&gt;
    472 # updated by Bruce Dubbs &lt;bdubbs@linuxfromscratch.org&gt;
     472# updated by Bruce Dubbs &lt;bdubbs@&lfs-domainname;&gt;
    473473
    474474# Personal environment variables and startup programs.
  • postlfs/security/firewalling.xml

    r864b24de r4e88613  
    298298echo "You can find additional information"
    299299echo "about firewalls in Chapter 4 of the BLFS book."
    300 echo "http://www.linuxfromscratch.org/blfs"
     300echo "http://www.&lfs-domainname;/blfs"
    301301echo
    302302
  • server/mail/courier.xml

    r864b24de r4e88613  
    518518
    519519<screen><userinput>INSERT INTO users VALUES (
    520 'blfsuser@linuxfromscratch.org',
     520'blfsuser@&lfs-domainname;',
    521521'',
    522522'password',
  • server/major/bind.xml

    r864b24de r4e88613  
    433433      <command>dig</command> command twice on the same address:</para>
    434434
    435 <screen><userinput>dig www.linuxfromscratch.org &amp;&amp;
    436 dig www.linuxfromscratch.org</userinput></screen>
     435<screen><userinput>dig www.&lfs-domainname; &amp;&amp;
     436dig www.&lfs-domainname;</userinput></screen>
    437437
    438438      <para>You can see almost instantaneous results with the named caching
  • x/installing/x7app.xml

    r864b24de r4e88613  
    77  <!ENTITY x7apps-download-http "http://xorg.freedesktop.org/releases/individual/app/">
    88  <!ENTITY x7apps-download-ftp  " ">
    9   <!ENTITY x7apps-md5sum        "http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/files/md5sums">
     9  <!ENTITY x7apps-md5sum        "&sources-anduin-http;/x/files/md5sums">
    1010  <!ENTITY x7apps-size          "9.1 MB">
    1111  <!ENTITY x7apps-buildsize     "30.7 MB">
     
    9999    use the following commands:</para>
    100100
    101 <screen><userinput>wget http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/wget/app-7.1.wget &amp;&amp;
     101<screen><userinput>wget &sources-anduin-ftp;/x/wget/app-7.1.wget &amp;&amp;
    102102mkdir app &amp;&amp;
    103103cd app &amp;&amp;
    104 wget -B http://xorg.freedesktop.org/releases/individual/app/ -i ../app-7.1.wget</userinput></screen>
     104wget -B http://xorg.freedesktop.org/releases/individual/app/ \
     105     -i ../app-7.1.wget</userinput></screen>
    105106
    106107  </sect2>
  • x/installing/x7data.xml

    r864b24de r4e88613  
    77  <!ENTITY x7data-download-http "http://xorg.freedesktop.org/releases/individual/data/">
    88  <!ENTITY x7data-download-ftp  " ">
    9   <!ENTITY x7data-md5sum        "http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/files/md5sums">
     9  <!ENTITY x7data-md5sum        "&sources-anduin-http;/x/files/md5sums">
    1010  <!ENTITY x7data-size          "2.5 MB">
    1111  <!ENTITY x7data-buildsize     "19.5 MB">
     
    7373    use the following commands:</para>
    7474
    75 <screen><userinput>wget http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/wget/data-7.1.wget &amp;&amp;
     75<screen><userinput>wget &sources-anduin-ftp;/x/wget/data-7.1.wget &amp;&amp;
    7676mkdir data &amp;&amp;
    7777cd data &amp;&amp;
    78 wget -B http://xorg.freedesktop.org/releases/individual/data/ -i ../data-7.1.wget</userinput></screen>
     78wget -B http://xorg.freedesktop.org/releases/individual/data/ \
     79     -i ../data-7.1.wget</userinput></screen>
    7980
    8081  </sect2>
  • x/installing/x7driver.xml

    r864b24de r4e88613  
    77  <!ENTITY x7drivers-download-http "http://xorg.freedesktop.org/releases/individual/driver/">
    88  <!ENTITY x7drivers-download-ftp  " ">
    9   <!ENTITY x7drivers-md5sum        "http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/files/md5sums">
     9  <!ENTITY x7drivers-md5sum        "&sources-anduin-http;/x/files/md5sums">
    1010  <!ENTITY x7drivers-size          "18.7 MB">
    1111  <!ENTITY x7drivers-buildsize     "60.3 MB">
     
    7474    use the following commands:</para>
    7575
    76 <screen><userinput>wget http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/wget/driver-7.1.wget &amp;&amp;
     76<screen><userinput>wget &sources-anduin-ftp;/x/wget/driver-7.1.wget &amp;&amp;
    7777mkdir driver &amp;&amp;
    7878cd driver &amp;&amp;
  • x/installing/x7font.xml

    r864b24de r4e88613  
    77  <!ENTITY x7fonts-download-http "http://xorg.freedesktop.org/releases/individual/font/">
    88  <!ENTITY x7fonts-download-ftp  " ">
    9   <!ENTITY x7fonts-md5sum        "http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/files/md5sums">
     9  <!ENTITY x7fonts-md5sum        "&sources-anduin-http;/x/files/md5sums">
    1010  <!ENTITY x7fonts-size          "13.3 MB">
    1111  <!ENTITY x7fonts-buildsize     "100 MB">
     
    7070    use the following commands:</para>
    7171
    72 <screen><userinput>wget http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/wget/font-7.1.wget &amp;&amp;
     72<screen><userinput>wget &sources-anduin-ftp;/x/wget/font-7.1.wget &amp;&amp;
    7373mkdir font &amp;&amp;
    7474cd font &amp;&amp;
    75 wget -B http://xorg.freedesktop.org/releases/individual/font/ -i ../font-7.1.wget</userinput></screen>
     75wget -B http://xorg.freedesktop.org/releases/individual/font/ \
     76     -i ../font-7.1.wget</userinput></screen>
    7677
    7778  </sect2>
  • x/installing/x7lib.xml

    r864b24de r4e88613  
    77  <!ENTITY x7libs-download-http "http://xorg.freedesktop.org/releases/individual/lib/">
    88  <!ENTITY x7libs-download-ftp  " ">
    9   <!ENTITY x7libs-md5sum        "http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/files/md5sums">
     9  <!ENTITY x7libs-md5sum        "&sources-anduin-http;/x/files/md5sums">
    1010  <!ENTITY x7libs-size          "12 MB">
    1111  <!ENTITY x7libs-buildsize     "186 MB">
     
    9696    use the following commands:</para>
    9797
    98 <screen><userinput>wget http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/wget/lib-7.1.wget &amp;&amp;
     98<screen><userinput>wget &sources-anduin-ftp;/x/wget/lib-7.1.wget &amp;&amp;
    9999mkdir lib &amp;&amp;
    100100cd lib &amp;&amp;
    101 wget -B http://xorg.freedesktop.org/releases/individual/lib/ -i ../lib-7.1.wget</userinput></screen>
     101wget -B http://xorg.freedesktop.org/releases/individual/lib/ \
     102     -i ../lib-7.1.wget</userinput></screen>
    102103
    103104  </sect2>
  • x/installing/x7proto.xml

    r864b24de r4e88613  
    77  <!ENTITY x7proto-download-http "http://xorg.freedesktop.org/releases/individual/proto/">
    88  <!ENTITY x7proto-download-ftp  " ">
    9   <!ENTITY x7proto-md5sum        "http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/files/md5sums">
     9  <!ENTITY x7proto-md5sum        "&sources-anduin-http;/x/files/md5sums">
    1010  <!ENTITY x7proto-size          "1.5 MB">
    1111<!-- Editors note:  Because we recommend a scripted build that removes
     
    7373    use the following commands:</para>
    7474
    75 <screen><userinput>wget http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/wget/proto-7.1.wget &amp;&amp;
     75<screen><userinput>wget &sources-anduin-ftp;/x/wget/proto-7.1.wget &amp;&amp;
    7676mkdir proto &amp;&amp;
    7777cd proto &amp;&amp;
    78 wget -B http://xorg.freedesktop.org/releases/individual/proto/ -i ../proto-7.1.wget</userinput></screen>
     78wget -B http://xorg.freedesktop.org/releases/individual/proto/ \
     79     -i ../proto-7.1.wget</userinput></screen>
    7980
    8081  </sect2>
  • x/installing/x7util.xml

    r864b24de r4e88613  
    77  <!ENTITY x7utils-download-http "http://xorg.freedesktop.org/releases/individual/util/">
    88  <!ENTITY x7utils-download-ftp  " ">
    9   <!ENTITY x7utils-md5sum        "http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/files/md5sums">
     9  <!ENTITY x7utils-md5sum        "&sources-anduin-http;/x/files/md5sums">
    1010  <!ENTITY x7utils-size          "664 KB">
    1111  <!ENTITY x7utils-buildsize     "5.2 MB">
     
    7575    use the following commands:</para>
    7676
    77 <screen><userinput>wget http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/wget/util-7.1.wget &amp;&amp;
     77<screen><userinput>wget &sources-anduin-ftp;/x/wget/util-7.1.wget &amp;&amp;
    7878mkdir util &amp;&amp;
    7979cd util &amp;&amp;
    80 wget -B http://xorg.freedesktop.org/releases/individual/util/ -i ../util-7.1.wget</userinput></screen>
     80wget -B http://xorg.freedesktop.org/releases/individual/util/ \
     81     -i ../util-7.1.wget</userinput></screen>
    8182
    8283  </sect2>
  • x/installing/xorg7.xml

    r864b24de r4e88613  
    6363    options for the individual <application>Xorg</application> packages.
    6464    The instructions assume that all packages have been built.  A
    65     <ulink url="http://wiki.linuxfromscratch.org/blfs/wiki/Xorg-&xorg7-version;">wiki</ulink>
     65    <ulink url="&blfs-wiki;/Xorg-&xorg7-version;">wiki</ulink>
    6666    page containing dependency information is under development.  You are
    6767    encouraged to add to these pages if you discover additional information
  • x/lib/mesalib.xml

    r864b24de r4e88613  
    107107<screen><userinput>find . -type f -exec sed -i "s@/usr/X11R6@$XORG_PREFIX@g" {} \; &amp;&amp;
    108108sed -i 's@lib/modules@lib/X11/modules@' src/glx/x11/dri_glx.c &amp;&amp;
    109 sed -i 's@lib/modules@lib/X11/modules@' src/mesa/drivers/dri/Makefile.template</userinput></screen>
     109sed -i 's@lib/modules@lib/X11/modules@' \
     110    src/mesa/drivers/dri/Makefile.template</userinput></screen>
    110111
    111112    <para>Fix an error with output redirection if <command>/bin/sh</command>
Note: See TracChangeset for help on using the changeset viewer.