Changeset 59a6b63


Ignore:
Timestamp:
08/08/2015 01:03:10 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
604bf744
Parents:
037fc0be
Message:
  • Update to tcsh-6.19.00.
  • Update to fribidi-0.19.7.
  • Update to subversion-1.9.0.
  • Update to mariadb-10.0.21.
  • Update to firefox-39.0.3.
  • SDL-1.2.15: Move "--disable-sdl-dlopen" to option.

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r037fc0be r59a6b63  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "06">                   <!-- Always 2 digits -->
     3<!ENTITY day          "07">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 6th &year;">
     9<!ENTITY releasedate  "August 7th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/graphlib/fribidi.xml

    r037fc0be r59a6b63  
    77  <!ENTITY fribidi-download-http "http://fribidi.org/download/fribidi-&fribidi-version;.tar.bz2">
    88  <!ENTITY fribidi-download-ftp  " ">
    9   <!ENTITY fribidi-md5sum        "ce93d862344991173dabb609bf93ca1d">
    10   <!ENTITY fribidi-size          "625 KB">
    11   <!ENTITY fribidi-buildsize     "6.5 MB">
    12   <!ENTITY fribidi-time          "0.1 SBU">
     9  <!ENTITY fribidi-md5sum        "6c7e7cfdd39c908f7ac619351c1c5c23">
     10  <!ENTITY fribidi-size          "636 KB">
     11  <!ENTITY fribidi-buildsize     "6.7 MB (with tests)">
     12  <!ENTITY fribidi-time          "less than 0.1 SBU (with tests)">
    1313]>
    1414
     
    9393    </para>
    9494
    95 <screen><userinput>sed -i "s|glib/gstrfuncs\.h|glib.h|" charset/fribidi-char-sets.c &amp;&amp;
    96 sed -i "s|glib/gmem\.h|glib.h|"      lib/mem.h                   &amp;&amp;
     95<screen><userinput>./configure --prefix=/usr &amp;&amp;
    9796
    98 ./configure --prefix=/usr                                        &amp;&amp;
    9997make</userinput></screen>
    10098
     
    109107<screen role="root"><userinput>make install</userinput></screen>
    110108  </sect2>
    111 
     109<!--
    112110  <sect2 role="commands">
    113111    <title>Command Explanations</title>
     
    116114    <application>GLib-2</application> is linked into the build.</para>
    117115
    118   </sect2>
     116  </sect2>-->
    119117
    120118  <sect2 role="content">
  • general/prog/subversion.xml

    r037fc0be r59a6b63  
    1010  "http://www.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2">
    1111  <!ENTITY subversion-download-ftp  " ">
    12   <!ENTITY subversion-md5sum        "4413417b529d7bdf82f74e50df02e88b">
    13   <!ENTITY subversion-size          "6.6 MB">
    14   <!ENTITY subversion-buildsize     "135 MB (349 MB with all bindings and API documentation built; additional 703 MB for tests)">
    15   <!ENTITY subversion-time          "1.1 SBU (2.9 SBU with all bindings and API documentation built; additional 21 SBU for tests)">
     12  <!ENTITY subversion-md5sum        "20ae7b0d4ef07eeaf73eb4e23317b495">
     13  <!ENTITY subversion-size          "7.4 MB">
     14  <!ENTITY subversion-buildsize     "174 MB (436 MB with all bindings and API documentation built; additional 785 MB for tests)">
     15  <!ENTITY subversion-time          "1 SBU (2.8 SBU with all bindings and API documentation built; additional 68 SBU for tests)">
    1616]>
    1717
     
    122122      One of <xref linkend="openjdk"/>,
    123123      <ulink url="http://www.inet.no/dante/">Dante</ulink> or
    124       <ulink url="http://oss.software.ibm.com/developerworks/opensource/jikes/">Jikes</ulink>,
     124      <ulink url="http://jikes.sourceforge.net/">Jikes</ulink>,
    125125      and <xref linkend="junit"/> (to test the Java bindings)
    126126    </para>
     
    156156    <para>
    157157      <screen><command>make javahl</command></screen>
    158     </para>
    159 
    160     <para>
    161       If you have a multi core CPU and normally run <command>make</command> with
    162       multiple jobs (eg <command>make -j4</command>) then a bug in the
    163       <filename>Makefile</filename> will prevent the
    164       <application>Perl</application> bindings compiling correctly. Fix the
    165       <filename>Makefile</filename> with:
    166     </para>
    167     <para>
    168      <screen><command>sed -i 's#Makefile.PL.in$#&amp; libsvn_swig_perl#' Makefile.in</command></screen>
    169158    </para>
    170159
     
    183172
    184173    <para>
    185       To test the results, issue: <command>make check</command>. 
     174      To test the results, issue: <command>make check</command>.
    186175    </para>
    187176
     
    210199    </para>
    211200
    212 <screen role="root"><userinput>make -j1 install &amp;&amp;
     201<screen role="root"><userinput>make install &amp;&amp;
     202
    213203install -v -m755 -d /usr/share/doc/subversion-&subversion-version; &amp;&amp;
    214204cp      -v -R       doc/* \
     
    256246    </para>
    257247
     248    <para>
     249      <option>---disable-gmock</option>: Do not use the Googlemock testing
     250      framework.
     251    </para>
     252
    258253  </sect2>
    259254
     
    307302      <seglistitem>
    308303        <seg>
    309           svn, svnadmin, svndumpfilter, svnlook, svnmucc, svnrdump, svnserve,
    310           svnsync, and svnversion
     304          svn, svnadmin, svnbench, svndumpfilter, svnfsfs, svnlook, svnmucc,
     305          svnrdump, svnserve, svnsync, and svnversion
    311306        </seg>
    312307        <seg>
     
    362357      </varlistentry>
    363358
     359      <varlistentry id="svnbench">
     360        <term><command>svnbench</command></term>
     361        <listitem>
     362          <para>
     363            is a benchmarking tool.
     364          </para>
     365          <indexterm zone="subversion svnbench">
     366            <primary sortas="b-svnbench">svnbench</primary>
     367          </indexterm>
     368        </listitem>
     369      </varlistentry>
     370
    364371      <varlistentry id="svndumpfilter">
    365372        <term><command>svndumpfilter</command></term>
     
    371378          <indexterm zone="subversion svndumpfilter">
    372379            <primary sortas="b-svndumpfilter">svndumpfilter</primary>
     380          </indexterm>
     381        </listitem>
     382      </varlistentry>
     383
     384      <varlistentry id="svnfsfs">
     385        <term><command>svnfsfs</command></term>
     386        <listitem>
     387          <para>
     388            is the FSFS (FileSystem atop of the FileSystem -
     389            <application>Subversion</application> filesystem implementation)
     390            repository manipulation tool.
     391          </para>
     392          <indexterm zone="subversion svnfsfs">
     393            <primary sortas="b-svnfsfs">svnfsfs</primary>
    373394          </indexterm>
    374395        </listitem>
  • introduction/welcome/changelog.xml

    r037fc0be r59a6b63  
    4444
    4545-->
     46
     47      <listitem>
     48        <para>August 7th, 2015</para>
     49        <itemizedlist>
     50          <listitem>
     51            <para>[fernando] - Update to firefox-39.0.3.  Fixes
     52            <ulink url="&blfs-ticket-root;6794">#6794</ulink>.</para>
     53          </listitem>
     54          <listitem>
     55            <para>[fernando] - Update to mariadb-10.0.21.  Fixes
     56            <ulink url="&blfs-ticket-root;6793">#6793</ulink>.</para>
     57          </listitem>
     58          <listitem>
     59            <para>[fernando] - Update to subversion-1.9.0.  Fixes
     60            <ulink url="&blfs-ticket-root;6792">#6792</ulink>.</para>
     61          </listitem>
     62          <listitem>
     63            <para>[fernando] - Update to fribidi-0.19.7.  Fixes
     64            <ulink url="&blfs-ticket-root;6791">#6791</ulink>.</para>
     65          </listitem>
     66          <listitem>
     67            <para>[fernando] - Update to tcsh-6.19.00.  Fixes
     68            <ulink url="&blfs-ticket-root;6790">#6790</ulink>.</para>
     69          </listitem>
     70        </itemizedlist>
     71      </listitem>
    4672
    4773      <listitem>
  • multimedia/libdriv/sdl.xml

    r037fc0be r59a6b63  
    6262    <bridgehead renderas="sect4">Optional</bridgehead>
    6363    <para role="optional">
     64      <xref linkend="aalib"/>,
    6465      <xref linkend="alsa"/>,
    65       <xref linkend='pulseaudio'/>
     66      <xref linkend="glu"/>,
    6667      <xref linkend="nasm"/>,
     68      <xref linkend="pulseaudio"/>,
     69      <xref linkend="pth"/>,
    6770      <xref linkend="x-window-system"/>,
    68       <xref linkend="glu"/>,
    69       <xref linkend="aalib"/>,
    70       <xref linkend="pth"/>,
    7171      <ulink url="http://www.directfb.org/">DirectFB</ulink>,
    72       <ulink url="http://www.ggi-project.org/">GGI</ulink>,
    73       <ulink url="http://my.arava.co.il/~matan/svgalib/">SVGAlib-1.9.5</ulink>
    74       (<ulink url="&patch-root;/svgalib-1.9.25-megafixes-1.patch">patched</ulink>),
    75       <ulink url="http://caca.zoy.org/wiki/libcaca">libcaca</ulink> and
    76       <ulink url="http://picogui.org/">PicoGUI</ulink>
     72      <ulink url="http://ibiblio.org/ggicore/">GGI</ulink>,
     73      <ulink url="http://caca.zoy.org/wiki/libcaca">libcaca</ulink>,
     74      <ulink url="http://picogui.org/">PicoGUI</ulink>, and
     75      <ulink url="http://arava.co.il/matan/svgalib/">SVGAlib</ulink>
    7776    </para>
    7877
     
    8887    following commands:</para>
    8988
    90 <screen><userinput>sed -i '/_XData32/s:register long:register _Xconst long:' src/video/x11/SDL_x11sym.h &amp;&amp;
    91 
    92 ./configure --prefix=/usr --disable-static --disable-sdl-dlopen &amp;&amp;
     89<screen><userinput>sed -e '/_XData32/s:register long:register _Xconst long:' \
     90    -i src/video/x11/SDL_x11sym.h &amp;&amp;
     91
     92./configure --prefix=/usr --disable-static &amp;&amp;
     93
    9394make</userinput></screen>
    9495
     
    118119    <para>You'll need to manually run all the test programs (they are listed in
    119120    the <filename>README</filename> file in this directory).  Many of them will
    120     need to be manually killed, and you'll need to turn your speakers on with the
    121     volume at a suitable level.</para>
     121    need to be manually killed, and you'll need to turn your speakers on with
     122    the volume at a suitable level.</para>
    122123
    123124  </sect2>
     
    126127    <title>Command Explanations</title>
    127128
    128     <para><command>sed -i ...</command>: This command fixes compilation with libX11-1.6.0</para>
     129    <para><command>sed -e ...</command>: This command fixes compilation with
     130    libX11-1.6.0</para>
    129131
    130132    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    131133      href="../../xincludes/static-libraries.xml"/>
    132134
    133     <para><parameter>--disable-sdl-dlopen</parameter>: This switch disables
    134     using dlopen for shared object loading.</para>
     135    <para><option>--disable-alsa-shared</option>: This switch disables
     136    dynamically loading ALSA shared libraries.</para>
     137
     138    <para><option>--disable-sdl-dlopen</option>: This switch disables using
     139    dlopen for shared object loading. Loading image backend libraries like
     140    libpng dynamically on the fly does not work.</para>
     141
     142    <para><option>--disable-x11-shared</option>: This switch disables
     143    dynamically loading X11 shared libraries.</para>
    135144
    136145  </sect2>
  • packages.ent

    r037fc0be r59a6b63  
    6262<!-- Chapter 7 -->
    6363<!ENTITY dash-version                 "0.5.8">
    64 <!ENTITY tcsh-version                 "6.18.01">
     64<!ENTITY tcsh-version                 "6.19.00">
    6565<!ENTITY zsh-version                  "5.0.8">
    6666
     
    157157<!ENTITY freetype2-version            "2.6">
    158158<!ENTITY fontconfig-version           "2.11.1">  <!-- stable lt .90 micro version -->
    159 <!ENTITY fribidi-version              "0.19.6">
     159<!ENTITY fribidi-version              "0.19.7">
    160160<!ENTITY gegl-version                 "0.2.0">
    161161<!ENTITY giflib-version               "5.1.1">
     
    275275<!ENTITY scons-version                "2.3.6">
    276276<!ENTITY slang-version                "2.2.4">
    277 <!ENTITY subversion-version           "1.8.13">
     277<!ENTITY subversion-version           "1.9.0">
    278278<!ENTITY swig-version                 "3.0.7">
    279279<!ENTITY tcl-version                  "8.6.4">
     
    420420<!-- Chapter 22 -->
    421421<!ENTITY db-version                   "6.1.26">
    422 <!ENTITY mariadb-version              "10.0.20">
     422<!ENTITY mariadb-version              "10.0.21">
    423423<!ENTITY postgresql-version           "9.4.4">
    424424<!ENTITY sqlite-version               "3.8.11.1">
     
    632632<!-- Chapter 43 -->
    633633<!ENTITY seamonkey-version            "2.33.1">
    634 <!ENTITY firefox-version              "39.0">
     634<!ENTITY firefox-version              "39.0.3">
    635635
    636636<!-- Chapter 44 -->
  • postlfs/shells/tcsh.xml

    r037fc0be r59a6b63  
    55  %general-entities;
    66
    7   <!ENTITY tcsh-download-http "http://www.sfr-fresh.com/unix/misc/tcsh-&tcsh-version;.tar.gz">
     7  <!-- Following URL does not have previous versions
     8  <!ENTITY tcsh-download-http "http://www.sfr-fresh.com/unix/misc/tcsh-&tcsh-version;.tar.gz">-->
     9  <!-- Following URL does have previous versions -->
     10  <!ENTITY tcsh-download-http "http://fossies.org/linux/misc/tcsh-&tcsh-version;.tar.gz">
    811  <!ENTITY tcsh-download-ftp  "ftp://ftp.astron.com/pub/tcsh/tcsh-&tcsh-version;.tar.gz">
    9   <!ENTITY tcsh-md5sum        "6eed09dbd4223ab5b6955378450d228a">
    10   <!ENTITY tcsh-size          "912 KB">
    11   <!ENTITY tcsh-buildsize     "12.6 MB">
    12   <!ENTITY tcsh-time          "0.2 SBU">
     12  <!ENTITY tcsh-md5sum        "f5f854833578647795bc906dd4bcb5d5">
     13  <!ENTITY tcsh-size          "928 KB">
     14  <!ENTITY tcsh-buildsize     "15 MB (with tests)">
     15  <!ENTITY tcsh-time          "0.2 SBU (with tests)">
    1316]>
    1417
     
    3740    installation tasks.</para>
    3841
    39     &lfs77_checked;
     42    &lfs77_checked; &gcc5_checked;
    4043
    4144    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6972    <title>Installation of Tcsh</title>
    7073
     74    <para>
     75      First, fix the package for gcc5 optimizations:
     76    </para>
     77
     78<screen><userinput>sed -e 's/ i)/ k)/' \
     79    -e '/ k)/  i \    k = i;' \
     80    -e '/\*cp/ a \    volatile size_t k;' \
     81    -i tc.alloc.c</userinput></screen>
     82
    7183    <para>Install <application>Tcsh</application> by running the following
    7284    commands:</para>
    7385
    74 <screen><userinput>sed -i -e 's|\$\*|#&amp;|' -e 's|fR/g|&amp;m|' tcsh.man2html &amp;&amp;
    75 
     86<screen><userinput>sed -i 's|fR/g|&amp;m|' tcsh.man2html       &amp;&amp;
    7687./configure --prefix=/usr --bindir=/bin &amp;&amp;
     88
    7789make &amp;&amp;
    7890sh ./tcsh.man2html</userinput></screen>
     
    8395
    8496<screen role="root"><userinput>make install install.man &amp;&amp;
     97
    8598ln -v -sf tcsh   /bin/csh &amp;&amp;
    8699ln -v -sf tcsh.1 /usr/share/man/man1/csh.1 &amp;&amp;
     100
    87101install -v -m755 -d          /usr/share/doc/tcsh-&tcsh-version;/html &amp;&amp;
    88102install -v -m644 tcsh.html/* /usr/share/doc/tcsh-&tcsh-version;/html &amp;&amp;
     
    94108    <title>Command Explanations</title>
    95109
    96     <para><command>sed -i -e 's|\$\*|#&amp;|' -e 's|fR/g|&amp;m|' tcsh.man2html</command>:
     110    <para><command>sed -i 's|fR/g|&amp;m|' tcsh.man2html</command>:
    97111    This updates some deprecated Perl code.</para>
    98112
     
    175189<literal>/bin/tcsh
    176190/bin/csh</literal>
     191EOF</userinput></screen>
     192
     193      <para>
     194        The following <filename>~/.cshrc</filename> provides two alternative
     195        colour prompts and coloured <command>ls</command> output. If you prefer
     196        a global modification, issue the command as the <systemitem
     197        class="username">root</systemitem> user, replacing
     198        <filename>~/.cshrc</filename> by <filename>/etc/csh.cshrc</filename>.
     199      </para>
     200
     201<screen><userinput>cat &gt; ~/.cshrc &lt;&lt; "EOF"
     202<literal># Original at:
     203# https://www.cs.umd.edu/~srhuang/teaching/code_snippets/prompt_color.tcsh.html
     204
     205# Modified BLFS Development Team:
     206
     207# Add these lines to your ~/.cshrc (or to /etc/csh.cshrc).
     208
     209# Colors!
     210set     red="%{\033[1;31m%}"
     211set   green="%{\033[0;32m%}"
     212set  yellow="%{\033[1;33m%}"
     213set    blue="%{\033[1;34m%}"
     214set magenta="%{\033[1;35m%}"
     215set    cyan="%{\033[1;36m%}"
     216set   white="%{\033[0;37m%}"
     217set     end="%{\033[0m%}" # This is needed at the end...
     218
     219# Setting the actual prompt.  Two separate versions for you to try, pick
     220# whichever one you like better, and change the colors as you want.
     221# Just don't mess with the ${end} guy in either line...  Comment out or
     222# delete the prompt you don't use.
     223
     224set prompt="${green}%n${blue}@%m ${white}%~ ${green}%%${end} "
     225set prompt="[${green}%n${blue}@%m ${white}%~ ]${end} "
     226
     227# This was not in the original URL above
     228# Provides coloured ls
     229alias ls ls --color=always
     230
     231# Clean up after ourselves...
     232unset red green yellow blue magenta cyan yellow white end</literal>
    177233EOF</userinput></screen>
    178234
  • server/databases/mariadb.xml

    r037fc0be r59a6b63  
    77  <!ENTITY mariadb-download-http "https://downloads.mariadb.org/interstitial/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
    88  <!ENTITY mariadb-download-ftp  "ftp://mirrors.fe.up.pt/pub/mariadb/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
    9   <!ENTITY mariadb-md5sum        "59d6c00827ad56f2ac76340fece32fc0">
     9  <!ENTITY mariadb-md5sum        "956561f3798d1fe8dfbe4b665287a87a">
    1010  <!ENTITY mariadb-size          "54 MB">
    1111  <!ENTITY mariadb-buildsize     "1.5 GB (with tests)">
    12   <!ENTITY mariadb-time          "5.7 SBU, using parallelism=2 (with tests)">
     12  <!ENTITY mariadb-time          "10 SBU, (with tests)">
    1313]>
    1414
     
    122122    <warning>
    123123      <para>
    124         MariaDB and MySQL cannot be installed on the same system without 
     124        MariaDB and MySQL cannot be installed on the same system without
    125125        extensive changes to the build configuration of one of the two applications.
    126126      </para>
     
    184184    <para>
    185185      <command>sed -i ...</command>: Set correct installation
    186       directory for some components. 
     186      directory for some components.
    187187    </para>
    188188
     
    410410        </seg>
    411411        <seg>
    412           /etc/mysql,
    413           /srv/mysql,
    414           /usr/include/mysql,
    415           /usr/lib/mysql,
    416           /usr/share/doc/mariadb-&mariadb-version;, and
    417           /usr/share/mysql
     412          /{etc,srv,usr/{include,lib,share}}/mysql and
     413          /usr/share/doc/mariadb-&mariadb-version;
    418414        </seg>
    419415      </seglistitem>
  • xsoft/graphweb/firefox.xml

    r037fc0be r59a6b63  
    55  %general-entities;
    66
    7   <!ENTITY firefox-download-http
    8            "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    9   <!ENTITY firefox-download-ftp
    10            "&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    11   <!ENTITY firefox-md5sum        "34d9841bc9b8a85aaf06e311cf1cb263">
     7  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
     8<!-- 550 Permission denied.
     9  <!ENTITY firefox-download-ftp "&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2"> -->
     10  <!ENTITY firefox-download-ftp " ">
     11  <!ENTITY firefox-md5sum        "6ef31cbd34d9905a0648104d916269cb">
    1212  <!ENTITY firefox-size          "172 MB">
    1313  <!ENTITY firefox-buildsize     "3.7 GB (74 MB installed)">
    14   <!ENTITY firefox-time          "5.6 SBU (using parallelism=10)">
     14  <!ENTITY firefox-time          "8.2 SBU (using parallelism=4)">
    1515]>
    1616
     
    7979      <xref linkend="alsa-lib"/>,
    8080      <xref linkend="gtk2"/>,
    81       <xref linkend="nss"/>, 
    82       <xref linkend="unzip"/>, 
     81      <xref linkend="nss"/>,
     82      <xref linkend="unzip"/>,
    8383      <xref linkend="yasm"/>, and
    8484      <xref linkend="zip"/>
     
    113113        installing <xref linkend="openssl"/>.  The latest version of any
    114114        <emphasis>currently maintained</emphasis> version of Openssl should be
    115         satisfactory if already installed. 
     115        satisfactory if already installed.
    116116      </para>
    117117    </note>
     
    126126      <xref linkend="gst10-libav"/> at runtime),
    127127      <xref linkend="libnotify"/>,
    128       <ulink url="https://code.google.com/p/libproxy/">libproxy</ulink>,
    129128      <xref linkend="openjdk"/>,
    130129      <xref linkend="pulseaudio"/>,
     
    133132      <xref linkend="wget"/>,
    134133      <xref linkend="wireless_tools"/>,
    135       <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>, and
    136       <ulink url="http://sourceforge.net/projects/liboauth/files/">liboauth</ulink>
     134      <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>,
     135      <ulink url="http://sourceforge.net/projects/liboauth/files/">liboauth</ulink>, and
     136      <ulink url="https://code.google.com/p/libproxy/">libproxy</ulink>,
    137137    </para>
    138138
     
    231231
    232232    <para>
    233       First, fix building with system freetype-2.6 or later:
    234     </para>
    235 
    236 <screen><userinput>sed -i '/^ftglyph.h/ i ftfntfmt.h' config/system-headers</userinput></screen>
    237 
    238     <para>
    239233      Compile <application>Firefox</application> by issuing the following
    240234      commands:
Note: See TracChangeset for help on using the changeset viewer.