Changeset b3da5f2c


Ignore:
Timestamp:
05/06/2006 07:05:32 PM (18 years ago)
Author:
Tushar Teredesai <tushar@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
627017e
Parents:
87d67f50
Message:

Updated to popt-1.10.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r87d67f50 rb3da5f2c  
    8585<!-- Chapter 8 -->
    8686<!ENTITY pcre-version                 "6.6">
    87 <!ENTITY popt-version                 "1.7">
     87<!ENTITY popt-version                 "1.10.4">
    8888<!ENTITY slang-version                "2.0.6">
    8989<!ENTITY gamin-version                "0.1.7">
  • general/genlib/popt.xml

    r87d67f50 rb3da5f2c  
    55  %general-entities;
    66
    7   <!ENTITY popt-download-http "http://ftp.debian.org/debian/pool/main/p/popt/popt_&popt-version;.orig.tar.gz">
    8   <!ENTITY popt-download-ftp "ftp://ftp.debian.org/debian/pool/main/p/popt/popt_&popt-version;.orig.tar.gz">
    9   <!ENTITY popt-md5sum "5988e7aeb0ae4dac8d83561265984cc9">
    10   <!ENTITY popt-size "562 KB">
    11   <!ENTITY popt-buildsize "5.5 MB">
    12   <!ENTITY popt-time "0.17 SBU">
     7  <!ENTITY popt-download-http "http://rpm.net.in/mirror/rpm-4.4.x/popt-&popt-version;.tar.gz">
     8  <!ENTITY popt-download-ftp "ftp://wraptastic.org/pub/rpm-4.4.x/popt-&popt-version;.tar.gz">
     9  <!ENTITY popt-md5sum "63b943522a6788ae8f756ca123d83c00">
     10  <!ENTITY popt-size "625 KB">
     11  <!ENTITY popt-buildsize "6.5 MB">
     12  <!ENTITY popt-time "0.29 SBU">
    1313]>
    1414
    15 <sect1 id="popt" xreflabel="popt-&popt-version;-5">
     15<sect1 id="popt" xreflabel="popt-&popt-version;">
    1616  <?dbhtml filename="popt.html"?>
    1717
     
    2525  </sect1info>
    2626
    27   <title>Popt-&popt-version;-5</title>
     27  <title>Popt-&popt-version;</title>
    2828
    2929  <indexterm zone="popt">
     
    6060    </itemizedlist>
    6161
    62     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    63     <itemizedlist spacing='compact'>
    64       <listitem>
    65         <para>Patch level upgrade: <ulink
    66         url="http://ftp.debian.org/debian/pool/main/p/popt/popt_&popt-version;-5.diff.gz"/></para>
    67       </listitem>
    68     </itemizedlist>
    69 
    7062    <para condition="html" role="usernotes">User Notes:
    7163    <ulink url="&blfs-wiki;/popt"/></para>
     
    7971    commands:</para>
    8072
    81 <screen><userinput>patch -Np1 -i ../popt_&popt-version;-5.diff &amp;&amp;
     73<screen><userinput>autoreconf -f -i &amp;&amp;
    8274./configure --prefix=/usr &amp;&amp;
    83 cp configure.in configure.ac &amp;&amp;
    84 touch configure.in configure.ac &amp;&amp;
    8575make</userinput></screen>
    8676
    8777    <para>To test the results, issue:</para>
    8878
    89 <screen><userinput>sed -i "s/^run_diff /#run_diff /" testit.sh &amp;&amp;
    90 make check</userinput></screen>
     79<screen><userinput>make check</userinput></screen>
    9180
    9281    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    9988    <title>Command Explanations</title>
    10089
    101     <para><command>cp configure.in configure.ac</command>: Because
    102     <filename>Makefile.in</filename> is updated with the patch,
    103     <filename>configure.ac</filename> is also needed for
    104     <command>make</command> to work properly.</para>
    105 
    106     <para><command>touch configure.in configure.ac</command>:
    107     Ensure file timestamps are the same.</para>
    108 
    109     <para><command>sed -i "s/^run_diff /#run_diff /" testit.sh</command>
    110     disables tests that have missing data.</para>
     90    <para><command>autoreconf -f -i</command>:
     91    In this version, the maintainers did not generate the
     92    autotooled files. This command regenerates these files so
     93    that <filename>configure</filename> and <filename>Makefile.in</filename>
     94    are created.</para>
    11195
    11296  </sect2>
  • introduction/welcome/changelog.xml

    r87d67f50 rb3da5f2c  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[tushar] - Updated to Popt-1.10.4.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[dnicholson] - Updated to Bluefish-1.0.5.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.