Changeset 9a94bef for postlfs


Ignore:
Timestamp:
04/20/2018 08:45:18 AM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c434186
Parents:
7f9b4efc
Message:
  • Change the patch for gptfdisk, so that it does not use icu

-Fix dates in changelog

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20095 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/gptfdisk.xml

    r7f9b4efc r9a94bef  
    6767      <listitem>
    6868        <para>Recommended patch: <ulink
    69           url="&patch-root;/gptfdisk-&gptfdisk-version;-convenience-1.patch"/></para>
     69          url="&patch-root;/gptfdisk-&gptfdisk-version;-convenience-2.patch"/></para>
    7070      </listitem>
    7171    </itemizedlist>
     
    7373    <bridgehead renderas="sect3">gptfdisk Dependencies</bridgehead>
    7474
    75     <bridgehead renderas="sect4">Recommended</bridgehead>
    76     <para role="recommended">
    77       <xref linkend="popt"/> (required to build sgdisk)
     75    <bridgehead renderas="sect4">Required</bridgehead>
     76    <para role="required">
     77      <xref linkend="popt"/>
    7878    </para>
    7979
    8080    <bridgehead renderas="sect4">Optional</bridgehead>
    8181    <para role="optional">
    82       <xref linkend="icu"/> (for Unicode partition names)
     82      <xref linkend="icu"/>
    8383    </para>
    8484
     
    9999    </para>
    100100
    101 <screen><userinput>patch -Np1 -i ../gptfdisk-&gptfdisk-version;-convenience-1.patch &amp;&amp;
    102 make POPT=1</userinput></screen>
     101<screen><userinput>patch -Np1 -i ../gptfdisk-&gptfdisk-version;-convenience-2.patch &amp;&amp;
     102make</userinput></screen>
    103103
    104104    <para>This package does not come with a test suite.</para>
     
    108108    </para>
    109109
    110 <screen role="root"><userinput>make POPT=1 install</userinput></screen>
     110<screen role="root"><userinput>make install</userinput></screen>
    111111  </sect2>
    112112
     
    115115
    116116    <para>
    117       <parameter>POPT=1</parameter>: Adding this option to the
    118       <command>make</command> command is required to build
    119       <command>sgdisk</command>. If used, this option needs to be on both the
    120       <command>make</command> and the <command>make install</command> line.
    121     </para>
    122 
    123     <para>
    124       <option>ICU=1</option>:  Adding this option to the <command>make</command>
    125       command allows use of Unicode characters in partition names.
     117      <command>patch -Np1 ...</command>: This patch modifies the
     118      <filename>Makefile</filename> file so that it provides an
     119      <quote>install</quote> target.
    126120    </para>
    127121
     
    149143        <term><command>cgdisk</command></term>
    150144        <listitem>
    151           <para>is an is a curses-based text-mode tool for
     145          <para>is an ncurses-based tool for
    152146          manipulating GPT partitions.</para>
    153147          <indexterm zone="gptfdisk cgdisk">
Note: See TracChangeset for help on using the changeset viewer.