Changeset fad8db2 for postlfs


Ignore:
Timestamp:
07/18/2014 05:51:38 PM (10 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.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, 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:
8f79ce13
Parents:
7daf33b
Message:

git-2.0.2 and curl-7.37.1: separate internal and external dependencies.
Update to libnl-3.2.25.
Update to xorg-server-1.16.0.
Update to nano-2.3.6.
Update to harfbuzz-0.9.32.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/nano.xml

    r7daf33b rfad8db2  
    77  <!ENTITY nano-download-http "http://ftp.gnu.org/gnu/nano/nano-&nano-version;.tar.gz">
    88  <!ENTITY nano-download-ftp  "ftp://ftp.gnu.org/gnu/nano/nano-&nano-version;.tar.gz">
    9   <!ENTITY nano-md5sum        "a771f6283ac1edee8e5486209910c829">
     9  <!ENTITY nano-md5sum        "df3d201aecb3155a80633990cc467831">
    1010  <!ENTITY nano-size          "1.8 MB">
    1111  <!ENTITY nano-buildsize     "11 MB">
     
    9090    commands:</para>
    9191
    92 <screen><userinput>sed -i '/dnl Silence/,+3d' configure.ac &amp;&amp;<!-- already commited upstream, remove it and the entry in Command Explanations, in next update-->
    93 autoreconf -fiv &amp;&amp;
    94 ./configure --prefix=/usr     \
     92<screen><userinput>./configure --prefix=/usr     \
    9593            --sysconfdir=/etc \
    9694            --enable-utf8     \
     
    114112  <sect2 role="commands">
    115113    <title>Command Explanations</title>
    116 
    117     <para>
    118       <command>sed -i '/dnl Silence/,+3d' configure.ac</command>: Fixes the
    119       directory <filename class="directory">locale</filename> to be placed under
    120       <filename class="directory">/usr/share</filename>.
    121     </para>
    122114
    123115    <para>
Note: See TracChangeset for help on using the changeset viewer.