mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
Fix the test procedure in attr.
Update to grep-3.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11265 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
3b7754658f
commit
e75920e374
@ -42,6 +42,20 @@
|
||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||
appropriate for the entry or if needed the entire day's listitem.
|
||||
-->
|
||||
<listitem>
|
||||
<para>2017-07-02</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Fix the test procedure in attr. Fixes
|
||||
<ulink url="&lfs-ticket-root;4103">#4103</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to grep-3.1. Fixes
|
||||
<ulink url="&lfs-ticket-root;4104">#4104</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2017-06-30</para>
|
||||
<itemizedlist>
|
||||
|
@ -110,9 +110,9 @@
|
||||
<listitem>
|
||||
<para>Gperf-&gperf-version;</para>
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>Grep &grep-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<para>Groff &groff-version;</para>
|
||||
</listitem>-->
|
||||
|
@ -51,6 +51,10 @@
|
||||
|
||||
<screen><userinput remap="pre">sed -i -e "/SUBDIRS/s|man[25]||g" man/Makefile</userinput></screen>
|
||||
|
||||
<para>Fix a problem in the test procedures caused by changes in perl-5.26:</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -i 's:{(:\\{(:' test/run</userinput></screen>
|
||||
|
||||
<para>Prepare Attr for compilation:</para>
|
||||
|
||||
<screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr \
|
||||
|
@ -274,10 +274,10 @@
|
||||
<!ENTITY gperf-ch6-du "5.4 MB">
|
||||
<!ENTITY gperf-ch6-sbu "less than 0.1 SBU">
|
||||
|
||||
<!ENTITY grep-version "3.0">
|
||||
<!ENTITY grep-size "1,342 KB">
|
||||
<!ENTITY grep-version "3.1">
|
||||
<!ENTITY grep-size "1,339 KB">
|
||||
<!ENTITY grep-url "&gnu;grep/grep-&grep-version;.tar.xz">
|
||||
<!ENTITY grep-md5 "fa07c1616adeb9c3262be5177d10ad4a">
|
||||
<!ENTITY grep-md5 "feca7b3e7c7f4aab2b42ecbfc513b070">
|
||||
<!ENTITY grep-home "&gnu-software;grep/">
|
||||
<!ENTITY grep-ch5-du "19 MB">
|
||||
<!ENTITY grep-ch5-sbu "0.2 SBU">
|
||||
|
Loading…
Reference in New Issue
Block a user