Changeset 0cef228a


Ignore:
Timestamp:
04/11/2003 03:51:48 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
262ffc5d
Parents:
100a3e5
Message:

update slang, add patch to reiserfs and add sed to bc

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/slang/slang.ent

    r100a3e5 r0cef228a  
    55<!ENTITY slang-config SYSTEM "slang-config.xml">
    66<!ENTITY slang-buildsize "4.7 MB">
    7 <!ENTITY slang-version "1.4.7">
     7<!ENTITY slang-version "1.4.9">
    88<!ENTITY slang-download-http "http://ftp.jedsoft.org/pub/davis/slang/v1.4/slang-&slang-version;.tar.bz2">
    99<!ENTITY slang-download-ftp "ftp://ftp.jedsoft.org/pub/davis/slang/v1.4/slang-&slang-version;.tar.bz2">
    10 <!ENTITY slang-size "604 KB">
     10<!ENTITY slang-size "624 KB">
  • general/genutils/bc/bc-inst.xml

    r100a3e5 r0cef228a  
    55
    66<para><screen><userinput>./configure --prefix=/usr --with-readline &amp;&amp;
     7sed 's|\(^_PR.*readline.*$\)|/* \1 */|' bc/scan.l > new-scan.l &&
     8mv new-scan.l bc/scan.l &amp;&amp;
    79make &amp;&amp;
    810make install</userinput></screen></para>
  • index.xml

    r100a3e5 r0cef228a  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20030407">
    6 <!ENTITY releasedate "April 7th, 2003">
     5<!ENTITY version "20030410">
     6<!ENTITY releasedate "April 10th, 2003">
    77
    88<!ENTITY % book SYSTEM "book/book.ent">
  • introduction/welcome/changelog.xml

    r100a3e5 r0cef228a  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>April 10th, 2003 [larry]: updated to slang-1.4.9 as
     14current file pointers did not work.</para></listitem>
     15
     16<listitem><para>April 10th, 2003 [larry]: added a bug patch to
     17reiserfsprogs and added symlinks to the install, all reported by
     18Kelledin.</para></listitem>
    1219
    1320<listitem><para>April 7th, 2003 [tushar]: Added Beyond BLFS section.
  • postlfs/filesystems/reiser/reiser-inst.xml

    r100a3e5 r0cef228a  
    44<para>Install reiserfs by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=/usr --sbindir=/sbin &amp;&amp;
     6<para><screen><userinput>patch -Np1 -i ../reiserfsprogs-3.6.5-flush_buffers-bug.patch &amp;&amp;
     7./configure --prefix=/usr --sbindir=/sbin &amp;&amp;
    78make &amp;&amp;
    8 make install</userinput></screen></para>
     9make install &amp;&amp;
     10ln -sf /sbin/fsck.reiserfs reiserfsck  &amp;&amp;
     11ln -sf /sbin/mkfs.reiserfs mkreiserfs</userinput></screen></para>
    912
    1013</sect2>
  • postlfs/filesystems/reiser/reiser-intro.xml

    r100a3e5 r0cef228a  
    88Estimated Disk space required:  &reiser-buildsize;
    99Estimated build time:           &reiser-time;</screen>
     10<screen>
     11Additional Download:
     12<ulink url="ftp://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-3.6.5-flush_buffers-bug.patch">flush_buffers bug patch</ulink></screen>
    1013
    1114<para>The reiserfsutils package contains various utilities for use with the
Note: See TracChangeset for help on using the changeset viewer.