Ignore:
Timestamp:
10/07/2024 06:31:55 PM (3 days ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
trunk
Children:
a4720c7
Parents:
807a0ba
Message:

Fix the XML::LibXML test suite with libxml2-2.13.

This fixes a problem that prevented the tests from running correctly due
to small output differences. The patch used here comes from a pull
request upstream (PR #87).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-deps/perl-xml-libxml.xml

    r807a0ba rcddf294  
    4141      </itemizedlist>
    4242
     43      <bridgehead renderas="sect4">Additional Download</bridgehead>
     44      <itemizedlist spacing="compact">
     45        <listitem>
     46          <para>
     47            Required patch:
     48            <ulink url="&patch-root;/XML-LibXML-&XML-LibXML-version;-testsuite_fixes-1.patch"/>
     49          </para>
     50        </listitem>
     51      </itemizedlist>
     52
    4353      <bridgehead renderas="sect4">XML::LibXML Dependencies</bridgehead>
    4454
     
    5464      <title>Installation of XML::LibXML</title>
    5565
     66      <para>
     67        First, apply a patch to fix issues with the testsuite when compiled
     68        against libxml2-2.13:
     69      </para>
     70
     71<screen><userinput remap="pre">patch -Np1 -i ../XML-LibXML-&XML-LibXML-version;-testsuite_fixes-1.patch</userinput></screen>
     72
    5673      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5774                  href="../../../xincludes/perl-standard-install.xml"/>
Note: See TracChangeset for help on using the changeset viewer.