Changeset 438850e


Ignore:
Timestamp:
01/25/2015 11:54:40 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.7, 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:
24b17d76
Parents:
646a42e
Message:

Separated 'Changelog' entries for Lua-5.3.0 update and
required fixes for some packages.
Vim-7.4, Apache-2.4.10, VLC-2.1.5 and Nmap-6.47: format and text changes.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r646a42e r438850e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "24">                   <!-- Always 2 digits -->
     3<!ENTITY day          "25">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 24th, &year;">
     9<!ENTITY releasedate  "January 25th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r646a42e r438850e  
    4646
    4747    <listitem>
     48      <para>January 25th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Vim-7.4, Apache-2.4.10, VLC-2.1.5 and Nmap-6.47:
     52          format and text changes.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>January 24th, 2015</para>
    4959      <itemizedlist>
    5060        <listitem>
    51           <para>[fernando] - Update to lua-5.3.0 and required fixes of other
    52           packages. Fixes
     61          <para>[fernando] - Vim-7.4, Apache-2.4.10, VLC-2.1.5,
     62          Wireshark-1.12.3 and Nmap-6.47: fixes to compilation with
     63          lua-5.3.0.</para>
     64        </listitem>
     65        <listitem>
     66          <para>[fernando] - Update to lua-5.3.0. Fixes
    5367          <ulink url="&blfs-ticket-root;6031">#6031</ulink>.</para>
    5468        </listitem>
  • multimedia/videoutils/vlc.xml

    r646a42e r438850e  
    214214
    215215<screen><userinput>sed -i 's:libsmbclient.h:samba-4.0/&amp;:' modules/access/smb.c &amp;&amp;
    216 ./bootstrap                                                 &amp;&amp;
    217 sed "s:&lt; 56:&lt; 57:g" -i configure                            &amp;&amp;
    218 
    219 ./configure --prefix=/usr                                   &amp;&amp;
    220 
    221 sed -i 's/luaL_optint/(int)&amp;eger/' \
    222        modules/lua/libs/{net,osd,volume}.c &amp;&amp;
     216./bootstrap &amp;&amp;
     217
     218sed "s:&lt; 56:&lt; 57:g" -i configure &amp;&amp;
     219./configure --prefix=/usr        &amp;&amp;
     220
     221sed -i 's/luaL_optint/(int)&amp;eger/'         modules/lua/libs/{net,osd,volume}.c             &amp;&amp;
    223222sed -i 's/luaL_checkint(/(int)luaL_checkinteger(/' \
    224223       modules/lua/{demux,libs/{configuration,net,osd,playlist,stream,variables,volume}}.c &amp;&amp;
    225 
    226224make</userinput></screen>
    227225
     
    268266
    269267    <para>
    270       <command>sed -i ... {net,osd,volume}.c</command>: This command fixes
    271       building with lua-5.3.0.
    272     </para>
    273 
    274     <para>
    275       <command>sed -i ... variables,volume}}.c</command>: This command fixes
    276       building with lua-5.3.0.
     268      <command>sed -i ... {net,osd,volume}.c</command> This sed fixes
     269      compilation with <application>lua</application> 5.3.
     270    </para>
     271
     272    <para>
     273      <command>sed -i ... variables,volume}}.c</command>: This sed fixes
     274      compilation with <application>lua</application> 5.3.
    277275    </para>
    278276
  • networking/netutils/nmap.xml

    r646a42e r438850e  
    125125    <title>Command Explanations</title>
    126126
    127     <para><parameter>--with-liblua=included</parameter>: This witch is
    128     recommended because building with system lua-5.3.0 fails.</para>
     127    <para><parameter>--with-liblua=included</parameter>: This sed fixes
     128    compilation with <application>lua</application> 5.3.</para>
    129129
    130130  </sect2>
  • postlfs/editors/vim.xml

    r646a42e r438850e  
    111111echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' &gt;&gt; src/feature.h &amp;&amp;
    112112
    113 sed -i 's/luaL_optlong/(long)luaL_optinteger/' src/if_lua.c &amp;&amp;
     113sed -i 's/luaL_optlong/(long)luaL_optinteger/' src/if_lua.c   &amp;&amp;
    114114
    115115./configure --prefix=/usr --with-features=huge                &amp;&amp;
     
    161161    <title>Command Explanations</title>
    162162
    163     <para><command>sed -i ... src/if_lua.c</command>: This command fixes
    164     building with lua-5.3.0.</para>
     163    <para><command>sed -i ... src/if_lua.c</command>: This sed fixes
     164    compilation with <application>lua</application> 5.3.</para>
    165165
    166166    <para><parameter>--with-features=huge</parameter>: This switch enables all
  • server/major/apache.xml

    r646a42e r438850e  
    134134    </para>
    135135
    136 <screen><userinput>patch -Np1 -i ../httpd-&apache-version;-blfs_layout-1.patch &amp;&amp;
    137 
    138 sed -i 's/ldump_writer, &amp;b/&amp;, NULL/' modules/lua/mod_lua.c &amp;&amp;
    139 sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in &amp;&amp;
     136<screen><userinput>patch -Np1 -i ../httpd-&apache-version;-blfs_layout-1.patch           &amp;&amp;
     137
     138sed -i 's/ldump_writer, &amp;b/&amp;, NULL/' modules/lua/mod_lua.c  &amp;&amp;
     139sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in            &amp;&amp;
    140140
    141141./configure --enable-authnz-fcgi                            \
     
    177177
    178178    <para>
    179       <command>sed -i ... modules/lua/mod_lua.c</command>: This command fixes
    180       building with lua-5.3.0.
     179      <command>sed -i ... modules/lua/mod_lua.c</command>: This sed fixes
     180      compilation with <application>lua</application> 5.3.
    181181    </para>
    182182
Note: See TracChangeset for help on using the changeset viewer.