Ticket #5310: pkgconf-2.0.0.patch

File pkgconf-2.0.0.patch, 2.3 KB (added by rahul, 16 months ago)
  • chapter01/changelog.xml

    diff --color -Naur --exclude .git lfs-git/chapter01/changelog.xml lfs/chapter01/changelog.xml
    old new  
    3939    <listitem revision="sysv"> or <listitem revision="systemd"> as
    4040    appropriate for the entry or if needed the entire day's listitem.
    4141    -->
     42    <listitem>
     43      <para>2023-08-08</para>
     44      <itemizedlist>
     45        <listitem>
     46          <para>[rahul] - Update to pkgconf 2.0.0. Fixes
     47          <ulink url='&lfs-ticket-root;5310'>#5310</ulink>.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
    4251
    4352    <listitem>
    4453      <para>2023-08-01</para>
  • chapter08/pkgconf.xml

    diff --color -Naur --exclude .git lfs-git/chapter08/pkgconf.xml lfs/chapter08/pkgconf.xml
    old new  
    4141  </sect2>
    4242
    4343  <sect2 role="installation">
     44
    4445    <title>Installation of Pkgconf</title>
    4546
     47    <para>Pkgconf 2.0.0 explicitly errors when attempting to run
     48           --modversion with multiple packages. This breaks many
     49           packages in BLFS. Run this sed to reinstate the old
     50           output for pkgconf.</para>
     51
     52     <screen><userinput remap="pre">sed -i '/1330,1336/s|^|//|' cli/main.c</userinput></screen>
     53
    4654    <para>Prepare Pkgconf for compilation:</para>
    4755
    4856<screen><userinput remap="configure">./configure --prefix=/usr              \
  • packages.ent

    diff --color -Naur --exclude .git lfs-git/packages.ent lfs/packages.ent
    old new  
    567567<!ENTITY perl-fin-du "234 MB">
    568568<!ENTITY perl-fin-sbu "7.9 SBU">
    569569
    570 <!ENTITY pkgconf-version "1.9.5">
     570<!ENTITY pkgconf-version "2.0.0">
    571571<!ENTITY pkgconf-size "304 KB">
    572572<!ENTITY pkgconf-url "https://distfiles.ariadne.space/pkgconf/pkgconf-&pkgconf-version;.tar.xz">
    573 <!ENTITY pkgconf-md5 "0a8b69723bef4ebad83e9c8b43a75cc7">
     573<!ENTITY pkgconf-md5 "42ac3b1291aba9681136a74996ebffcd">
    574574<!ENTITY pkgconf-home "http://pkgconf.org/">
    575 <!ENTITY pkgconf-fin-du "8.1 MB">
     575<!ENTITY pkgconf-fin-du "4.6 MB">
    576576<!ENTITY pkgconf-fin-sbu "less than 0.1 SBU">
    577577
    578578<!ENTITY procps-ng-version "4.0.3">