Changeset 8a67713c


Ignore:
Timestamp:
01/02/2011 01:18:59 AM (13 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
66d1e63
Parents:
d1524623
Message:

Fix docbook-utils so that the scripts work with grep-2.7.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd1524623 r8a67713c  
    44-->
    55
    6 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     6<!ENTITY day          "02">                   <!-- Always 2 digits -->
    77<!ENTITY month        "01">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2011">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "svn-&year;&month;&day;">
    12 <!ENTITY releasedate  "January &day;st, &year;">
     12<!ENTITY releasedate  "January &day;nd, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rd1524623 r8a67713c  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>January 2nd, 2011</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - patch the docbook-utils jw script so that it uses
     49          correct grep syntax, so that programs such as docbook2man do not
     50          fail when grep-2.7 is used during the compilation of other
     51          packages.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
    4355
    4456    <listitem>
  • pst/sgml/docbook-utils.xml

    rd1524623 r8a67713c  
    3838    for comparing documents prepared for different languages.</para>
    3939
    40     &lfs65_checked;
     40    &lfs67_checked;
     41    <para>&lfssvn_checked;20101229&lfssvn_checked2;</para>
    4142
    4243    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5960      <listitem>
    6061        <para>Estimated build time: &docbook-utils-time;</para>
     62      </listitem>
     63    </itemizedlist>
     64
     65    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     66    <itemizedlist spacing='compact'>
     67      <listitem>
     68        <para>Required Patch: <ulink
     69        url="&patch-root;/docbook-utils-&docbook-utils-version;-grep_fix-1.patch"/></para>
    6170      </listitem>
    6271    </itemizedlist>
     
    114123    following commands:</para>
    115124
    116 <screen><userinput>sed -i 's:/html::' doc/HTML/Makefile.in &amp;&amp;
     125<screen><userinput>
     126patch -Np1 -i ../docbook-utils-&docbook-utils-version;-grep_fix-1.patch &amp;&amp;
     127sed -i 's:/html::' doc/HTML/Makefile.in &amp;&amp;
    117128./configure --prefix=/usr &amp;&amp;
    118129make</userinput></screen>
     
    144155  <sect2 role="commands">
    145156    <title>Command Explanations</title>
     157
     158    <para><command>patch -Np1 -i ../docbook-utils-&docbook-utils-version;-grep_fix-1.patch</command>:
     159    This patch corrects the syntax in the jw (Jade Wrapper) script which is at
     160    the heart of much db2* processing, so that the current version of
     161    <application>Grep</application> will not reject it.</para>
    146162
    147163    <para><command>sed -i 's:/html::' doc/HTML/Makefile.in</command>:
Note: See TracChangeset for help on using the changeset viewer.