mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to Libidn-0.6.11
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6691 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
1d359cd385
commit
9ce2ad5670
@ -3,7 +3,7 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "24"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "25"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "03"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2007">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
@ -121,7 +121,7 @@ $Date$
|
||||
<!ENTITY libusb-version "0.1.12">
|
||||
<!ENTITY iso-codes-version "0.58-1">
|
||||
<!ENTITY gmime-version "2.2.2">
|
||||
<!ENTITY libidn-version "0.6.3">
|
||||
<!ENTITY libidn-version "0.6.11">
|
||||
<!-- <!ENTITY fam-version "2.7.0"> -->
|
||||
|
||||
<!-- Chapter 9 -->
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
<!ENTITY libidn-download-http "http://josefsson.org/libidn/releases/libidn-&libidn-version;.tar.gz">
|
||||
<!ENTITY libidn-download-ftp "ftp://alpha.gnu.org/pub/gnu/libidn/libidn-&libidn-version;.tar.gz">
|
||||
<!ENTITY libidn-md5sum "d240631c93c7d3a0e93cdf66f536073f">
|
||||
<!ENTITY libidn-size "2.1 MB">
|
||||
<!ENTITY libidn-md5sum "535817ae832eadbf289b5e0bf27b5c74">
|
||||
<!ENTITY libidn-size "2.2 MB">
|
||||
<!ENTITY libidn-buildsize "18.4 MB">
|
||||
<!ENTITY libidn-time "0.2 SBU">
|
||||
]>
|
||||
@ -100,12 +100,12 @@
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>If you have <xref linkend="tetex"/> installed and wish to create a
|
||||
<!-- <para>If you have <xref linkend="tetex"/> installed and wish to create a
|
||||
text version of the documentation, issue the following commands:</para>
|
||||
|
||||
<screen><userinput>cd doc &&
|
||||
makeinfo --plaintext -o libidn.txt libidn.texi &&
|
||||
cd ..</userinput></screen>
|
||||
makeinfo (double-dash removed intentionally) -plaintext -o libidn.txt libidn.texi &&
|
||||
cd ..</userinput></screen> -->
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
|
||||
@ -126,10 +126,10 @@ install -v -m644 doc/specifications/* \
|
||||
install -v -m644 doc/tld/* /usr/share/doc/libidn-&libidn-version;/tld &&
|
||||
cp -v -R doc/java/* /usr/share/doc/libidn-&libidn-version;/java</userinput></screen>
|
||||
|
||||
<para>If you created the text documentation, install it using the following
|
||||
<!-- <para>If you created the text documentation, install it using the following
|
||||
command as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>install -v -m644 doc/libidn.txt /usr/share/doc/libidn-&libidn-version;</userinput></screen>
|
||||
<screen role="root"><userinput>install -v -m644 doc/libidn.txt /usr/share/doc/libidn-&libidn-version;</userinput></screen> -->
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -41,6 +41,15 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>March 25th, 2007</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to Libidn-0.6.11.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>March 24th, 2007</para>
|
||||
<itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user