Changeset bfacd62


Ignore:
Timestamp:
02/26/2008 08:01:06 PM (16 years ago)
Author:
Ag Hatzimanikas <ag@…>
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:
01cffaf
Parents:
dc8a51e7
Message:

Updated to links-2.1pre33

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/textweb/links.xml

    rdc8a51e7 rbfacd62  
    77  <!ENTITY links-download-http "http://links.twibright.com/download/links-&Links-version;.tar.bz2">
    88  <!ENTITY links-download-ftp  " ">
    9   <!ENTITY links-md5sum        "4a1fb575c133eee821b9a1f8e9220b40">
    10   <!ENTITY links-size          "3.7 MB">
    11   <!ENTITY links-buildsize     "20.5 MB">
     9  <!ENTITY links-md5sum        "8c4bc1ebbf4962d290df8218bfc21413">
     10  <!ENTITY links-size          "4.1 MB">
     11  <!ENTITY links-buildsize     "25 MB">
    1212  <!ENTITY links-time          "0.3 SBU">
    1313]>
     
    100100    commands:</para>
    101101
    102 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    103 make CFLAGS="-O2 -Wno-sign-compare -Wno-pointer-sign"</userinput></screen>
     102<screen><userinput>./configure --prefix=/usr --enable-graphics &amp;&amp;
     103make</userinput></screen>
    104104
    105105    <para>This package does not come with a test suite.</para>
     
    117117    <title>Command Explanations</title>
    118118
    119     <para><parameter>CFLAGS="-O2 -Wno-sign-compare -Wno-pointer-sign"</parameter>:
    120     Disable printing of many warnings about mismatched signs in parameter
    121     passing and comparison operations during compilation.</para>
    122 
    123     <para><option>--enable-graphics</option>: Add this switch if you want to
    124     use <application>Links</application> in graphics mode. You will either
    125     need to install the <application>X</application> Window System or enable
    126     frame buffer support in your kernel and install <xref linkend="gpm"/>.</para>
     119    <para><option>--enable-graphics</option>: This switch enables support
     120    for graphics mode. You will either need to install the
     121    <application>X</application> Window System or enable frame buffer support in
     122    your kernel and install <xref linkend="gpm"/>.</para>
    127123
    128124  </sect2>
  • general.ent

    rdc8a51e7 rbfacd62  
    44-->
    55
    6 <!ENTITY day          "25">                   <!-- Always 2 digits -->
     6<!ENTITY day          "26">                   <!-- Always 2 digits -->
    77<!ENTITY month        "02">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2008">
     
    329329
    330330<!-- Chapter 17 -->
    331 <!ENTITY Links-version                "2.1pre23">
     331<!ENTITY Links-version                "2.1pre33">
    332332<!ENTITY lynx-version                 "2.8.6">
    333333<!ENTITY w3m-version                  "0.5.2">
  • introduction/welcome/changelog.xml

    rdc8a51e7 rbfacd62  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>February 26th, 2008</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ag] - Updated to links-2.1pre33. Enables graphics support by
     49          default.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
    4353
    4454    <listitem>
Note: See TracChangeset for help on using the changeset viewer.