Changeset ca25155e for pst/xml/xmlto.xml


Ignore:
Timestamp:
06/27/2024 06:08:53 PM (3 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
341a3cf
Parents:
a9316ac7
Message:

Update to xmlto-0.0.29.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/xml/xmlto.xml

    ra9316ac7 rca25155e  
    77  <!ENTITY xmlto-download-http "https://releases.pagure.org/xmlto/xmlto-&xmlto-version;.tar.bz2">
    88  <!ENTITY xmlto-download-ftp  " ">
    9   <!ENTITY xmlto-md5sum        "93bab48d446c826399d130d959fe676f">
    10   <!ENTITY xmlto-size          "128 KB">
    11   <!ENTITY xmlto-buildsize     "1.5 MB (with tests)">
     9  <!ENTITY xmlto-md5sum        "556f2642cdcd005749bd4c08bc621c37">
     10  <!ENTITY xmlto-size          "64 KB">
     11  <!ENTITY xmlto-buildsize     "1.9 MB (with tests)">
    1212  <!ENTITY xmlto-time          "less than 0.1 SBU (with tests)">
    1313]>
     
    8282    <para role="optional">
    8383      <xref role="runtime" linkend="fop"/>,
    84 <!--    <ulink url="https://dblatex.sourceforge.net/">dblatex</ulink>, and -->
    8584      <ulink url="https://sourceforge.net/projects/dblatex/files/dblatex/">dblatex</ulink>, and
    8685      <ulink url="https://www.garshol.priv.no/download/xmltools/prod/PassiveTeX.html">
     
    106105    <title>Installation of xmlto</title>
    107106
    108     <!-- https://pagure.io/xmlto/c/8e34f087bf41
    109          https://pagure.io/xmlto/c/1375e2df7553 -->
    110     <para>
    111       Fix variable and function declarations in pre-C99 style which is
    112       rejected by GCC-14.1 or later:
    113     </para>
    114 
    115     <screen><userinput>sed -ri 's/ifsense;|main/int &amp;/' xmlif/xmlif.l</userinput></screen>
    116 
    117107    <para>
    118108      Install <application>xmlto</application> by running the following
     
    120110    </para>
    121111
    122 <screen><userinput>LINKS="/usr/bin/links" \
    123 ./configure --prefix=/usr &amp;&amp;
     112<screen><userinput>autoreconf -fiv                                  &amp;&amp;
     113LINKS="/usr/bin/links" ./configure --prefix=/usr &amp;&amp;
    124114
    125115make</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.