Ignore:
Timestamp:
02/22/2024 04:58:57 PM (7 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, 12.2, gimp3, ken/TL2024, lazarus, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
7411d86b
Parents:
09e333e2
Message:

Update to gptfdisk-1.0.10.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/gptfdisk.xml

    r09e333e2 rd1c7bee  
    77  <!ENTITY gptfdisk-download-http "&sourceforge-dl;/gptfdisk/gptfdisk-&gptfdisk-version;.tar.gz">
    88  <!ENTITY gptfdisk-download-ftp  " ">
    9   <!ENTITY gptfdisk-md5sum        "01c11ecfa454096543562e3068530e01">
    10   <!ENTITY gptfdisk-size          "212 KB">
    11   <!ENTITY gptfdisk-buildsize     "2.3 MB">
     9  <!ENTITY gptfdisk-md5sum        "1970269eb7a97560e238611524b7797a">
     10  <!ENTITY gptfdisk-size          "216 KB">
     11  <!ENTITY gptfdisk-buildsize     "2.4 MB">
    1212  <!ENTITY gptfdisk-time          "less than 0.1 SBU (add 0.2 SBU for tests)">
    1313]>
     
    102102      rudimentary <filename>Makefile</filename>.  First we update it
    103103      to provide a simple build and install interface and fix the
    104       location of a header file as well fixing an issue introduced
    105       by a recent version of <application>popt</application>.
     104      location of a header file and fix some minor location issues.
    106105      Install <application>gptfdisk</application> by running the following
    107106      commands:
     
    112111sed -i 's|sbin|usr/sbin|' Makefile &amp;&amp;
    113112sed -i '/UUID_H/s/^.*$/#if defined (_UUID_UUID_H) || defined (_UL_LIBUUID_UUID_H)/' guid.cc &amp;&amp;
    114 sed -i "/device =/s/= \(.*\);/= strdup(\1);/" gptcl.cc &amp;&amp;
    115113
    116114make</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.