Changeset 3175b9e for general/genlib


Ignore:
Timestamp:
06/15/2024 02:50:29 AM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
04c01df
Parents:
e89b2a0
Message:

libxml2: Fix two breakages (#19955)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    re89b2a0 r3175b9e  
    7474      <listitem>
    7575        <para>
     76          Required patch:
     77          <ulink url="&patch-root;/libxml2-&libxml2-version;-upstream_fixes-1.patch"/>
     78        </para>
     79      </listitem>
     80      <listitem>
     81        <para>
    7682          Optional Test Suite:
    7783          <ulink url="https://www.w3.org/XML/Test/xmlts&testsuite-version;.tar.gz"/> - This
     
    96102  <sect2 role="installation">
    97103    <title>Installation of libxml2</title>
     104
     105    <para>
     106      At first, fix one issue breaking the <option>--path</option> option
     107      of <command>xmllint</command> and <command>xsltproc</command>
     108      (from <xref linkend='libxslt'/>), and another issue breaking some
     109      <literal>xpointer</literal> attributes in
     110      <literal>xi:xinclude</literal> directives.  Both issue could break
     111      generating man pages for some packages:
     112    </para>
     113
     114    <screen><userinput>patch -Np1 -i ../libxml2-&libxml2-version;-upstream_fixes-1.patch</userinput></screen>
    98115
    99116    <para>
Note: See TracChangeset for help on using the changeset viewer.