Ignore:
Timestamp:
01/23/2005 04:12:30 AM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b7d4094
Parents:
2f6f829
Message:

Update popt to 1.7-5

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/popt.xml

    r2f6f829 rd980016  
    55  %general-entities;
    66
    7 <!ENTITY popt-download-http "http://gd.tuwien.ac.at/utils/rpm.org/dist/rpm-4.1.x/popt-&popt-version;.tar.gz">
    8 <!ENTITY popt-download-ftp "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-&popt-version;.tar.gz">
    9 <!ENTITY popt-size "564 KB">
     7<!ENTITY popt-download-http "http://ftp.debian.org/debian/pool/main/p/popt/popt_1.7.orig.tar.gz">
     8<!ENTITY popt-download-ftp "ftp://ftp://ftp.debian.org/debian/pool/main/p/popt/popt_1.7.orig.tar.gz">
     9<!ENTITY popt-size "562 KB">
    1010<!ENTITY popt-buildsize "17.4 MB">
    1111<!ENTITY popt-time "0.06 SBU">
    1212]>
    1313
    14 <sect1 id="popt" xreflabel="popt-&popt-version;">
     14<sect1 id="popt" xreflabel="popt-&popt-version;-5">
    1515<sect1info>
    1616<othername>$LastChangedBy$</othername>
     
    1818</sect1info>
    1919<?dbhtml filename="popt.html"?>
    20 <title><application>popt</application>-&popt-version;</title>
     20<title><application>popt</application>-&popt-version;-5</title>
     21<indexterm zone="popt">
     22<primary sortas="a-popt">Popt</primary></indexterm>
    2123
    2224<sect2>
     
    4042</sect3>
    4143
     44<sect3><title>Additional downloads</title>
     45<itemizedlist spacing='compact'>
     46<listitem><para>Patch level upgrade: <ulink
     47url="http://ftp.debian.org/debian/pool/main/p/popt/popt_&popt-version;-5.diff.gz"/></para></listitem>
     48</itemizedlist>
     49</sect3>
     50
    4251</sect2>
    4352
     
    4857commands:</para>
    4958
    50 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     59<screen><userinput><command>patch -Np1 -i ../popt_&popt-version;-5.diff &amp;&amp;
     60./configure --prefix=/usr &amp;&amp;
     61cp configure.in configure.ac &amp;&amp;
     62touch configure.in configure.ac &amp;&amp;
    5163make &amp;&amp;
    5264make install</command></userinput></screen>
     
    5567
    5668<sect2>
     69<title>Command explanations</title>
     70 
     71<para><command>cp configure.in configure.ac</command>:
     72Because we updated <filename>configure.in</filename> with the patch,
     73we need to create this file for configure to work properly.</para>
     74 
     75<para><command>touch configure.in configure.ac</command>:
     76Ensure file timestamps are the same.</para>
     77 
     78</sect2>
     79
     80<sect2>
    5781<title>Contents</title>
    5882
    59 <para>The <application>popt</application> package contains the
    60 <filename class="libraryfile">libpopt</filename> libraries.</para>
     83<segmentedlist>
     84<!-- <segtitle>Installed Program</segtitle> -->
     85<segtitle>Installed Library</segtitle>
     86<!-- <segtitle>Installed Directories</segtitle> -->
     87<seglistitem>
     88<!-- <seg>tclsh</seg> -->
     89<seg>libpopt</seg>
     90<!-- <seg>/usr/lib/tcl8.4 and /usr/include/tcl8.4</seg> -->
     91</seglistitem>
     92</segmentedlist>
    6193
    62 </sect2>
     94<variablelist>
     95<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     96<?dbfo list-presentation="list"?>
    6397
    64 <sect2><title>Description</title>
    65 
    66 <sect3><title>popt library</title>
    67 <para>The <filename class="libraryfile">libpopt</filename> library is used to
    68 parse command-line options.</para></sect3>
     98<varlistentry id="libpopt">
     99<term><filename role='library'>libpopt.so</filename></term>
     100<listitem><para> is used to parse command-line options.</para>
     101<indexterm zone="popt libpopt">
     102<primary sortas="c-libpopt">libpopt</primary></indexterm>
     103</listitem>
     104</varlistentry>
     105</variablelist>
    69106
    70107</sect2>
Note: See TracChangeset for help on using the changeset viewer.