Changeset ce6a89f


Ignore:
Timestamp:
02/18/2012 01:53:24 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
ce889d2
Parents:
c4a1934a
Message:

w3m-0.5.3

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc4a1934a rce6a89f  
    512512<!ENTITY Links-version                "2.4">
    513513<!ENTITY lynx-version                 "2.8.8dev.10">
    514 <!ENTITY w3m-version                  "0.5.2">
     514<!ENTITY w3m-version                  "0.5.3">
    515515
    516516<!-- Chapter 18 -->
  • introduction/welcome/changelog.xml

    rc4a1934a rce6a89f  
    5959          modules.</para>
    6060        </listitem>
     61        <listitem>
     62          <para>[abenton] - w3m 0.5.3.</para>
     63        </listitem>
    6164      </itemizedlist>
    6265    </listitem>
  • networking/textweb/w3m.xml

    rc4a1934a rce6a89f  
    77  <!ENTITY w3m-download-http "&sourceforge-repo;/w3m/w3m-&w3m-version;.tar.gz">
    88  <!ENTITY w3m-download-ftp  " ">
    9   <!ENTITY w3m-md5sum        "ba06992d3207666ed1bf2dcf7c72bf58">
    10   <!ENTITY w3m-size          "1.9 MB">
    11   <!ENTITY w3m-buildsize     "20 MB">
     9  <!ENTITY w3m-md5sum        "1b845a983a50b8dec0169ac48479eacc">
     10  <!ENTITY w3m-size          "2.1 MB">
     11  <!ENTITY w3m-buildsize     "26 MB">
    1212  <!ENTITY w3m-time          "0.3 SBU">
    1313]>
     
    3333    also be used as a text-mode WWW browser.</para>
    3434
    35     &lfs67_built;
     35    &lfs70_built;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6363
    6464    <bridgehead renderas="sect4">Optional</bridgehead>
    65     <para role="optional"><!-- <xref linkend="pkgconfig"/>, -->
    66     <xref linkend="gpm"/>,
     65    <para role="optional"><xref linkend="gpm"/>,
    6766    <xref linkend="openssl"/>,
    6867    <xref linkend="imlib2"/>,
     
    7271    <ulink url="http://bugs.debian.org/448360">buggy</ulink>, and gives no
    7372    additional functionality as compared to other image loading libraries),
    74     <!-- <xref linkend="gdk"/>, -->
    75     <ulink url="&gnome-download-http;/gdk-pixbuf/0.22/">GDK
    76     Pixbuf-0.22</ulink>,
     73    <xref linkend="gdk-pixbuf"/>,
    7774    <xref linkend="compface"/>,
    7875    <ulink url="http://packages.debian.org/unstable/text/nkf">nkf</ulink>,
     
    8178    <para condition="html" role="usernotes">User Notes:
    8279    <ulink url="&blfs-wiki;/W3M"/></para>
    83 
    8480  </sect2>
    8581
     
    9086    commands:</para>
    9187
    92 <screen><userinput>./configure --prefix=/usr \
    93             --libexecdir=/usr/lib \
    94             --sysconfdir=/etc &amp;&amp;
     88<screen><userinput>sed -i 's/file_handle/file_foo/' istream.{c,h} &amp;&amp;
     89./configure --prefix=/usr --sysconfdir=/etc LIBS=-lX11 &amp;&amp;
    9590make</userinput></screen>
    9691
     
    105100install -v -m644    doc/{HISTORY,READ*,keymap.*,menu.*,*.html} \
    106101                    /usr/share/doc/w3m-&w3m-version;</userinput></screen>
     102  </sect2>
    107103
     104  <sect2 role="commands">
     105    <title>Command Explanations</title>
     106
     107    <para><command>sed -i 's/file_handle/file_foo/' istream.{c,h}</command>:
     108    This sed renames the file_handle function to avoid a clash with a glibc
     109    function that has the same name, defined in
     110    /usr/include/bits/fcntl.h.</para>
     111
     112    <para><option>--sysconfdir=/etc</option>: This option puts the configuration
     113    files in /etc.</para>
     114
     115    <para><parameter>LIBS=-lX11</parameter>: This tells the linker
     116    (<command>ld</command>) to link <application>w3m</application> to
     117    <application>libX11</application>. Without this the build will fail. This
     118    is only needed if you have installed <xref linkend="x-window-system"/>.
     119    Remove <parameter>LIBS=-lX11</parameter> if you've not installed
     120    <application>libX11</application>.</para>
    108121  </sect2>
    109122
     
    124137        <primary sortas="e-AA.w3m/*">~/.w3m/*</primary>
    125138      </indexterm>
    126 
    127139    </sect3>
    128 
    129140  </sect2>
    130141
     
    134145    <segmentedlist>
    135146      <segtitle>Installed Programs</segtitle>
    136       <segtitle>Installed Libraries</segtitle>
    137147      <segtitle>Installed Directories</segtitle>
    138148
    139149      <seglistitem>
    140150        <seg>w3m and w3mman</seg>
    141         <seg>None</seg>
    142         <seg>/usr/lib/w3m, /usr/share/w3m and
     151        <seg>/usr/libexec/w3m, /usr/share/w3m and
    143152        usr/share/doc/w3m-&w3m-version;</seg>
    144153      </seglistitem>
     
    171180        </listitem>
    172181      </varlistentry>
    173 
    174182    </variablelist>
    175 
    176183  </sect2>
    177 
    178184</sect1>
Note: See TracChangeset for help on using the changeset viewer.