Changeset 3baf03a for chapter08


Ignore:
Timestamp:
01/21/2024 07:21:05 PM (8 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, 12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/update-glibc
Children:
75d2616
Parents:
0253841d
git-author:
Xi Ruoyao <xry111@…> (01/21/2024 05:03:33 PM)
git-committer:
Xi Ruoyao <xry111@…> (01/21/2024 07:21:05 PM)
Message:

Package updates:

  • Update to jinja2-3.1.3 (#5411)
  • Update to bc-6.7.5 (#5408)
  • Update to attr-2.5.2 (#5412)
  • Update to ncurses-6.4-20230520 (#5416)
  • Update to markupsafe-2.1.4 (#5418)
  • Update to linux-6.7.1 (#5406)
  • Update to iproute2-6.7.0 (#5410)
  • Update to vim-9.1.0041 (#4500)
  • Update to iana-etc-20240117 (#5006)
  • Update to shadow-4.14.3 (#5413)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/ncurses.xml

    r0253841d r3baf03a  
    100100        <listitem>
    101101          <para>This switch causes wide-character libraries (e.g., <filename
    102           class="libraryfile">libncursesw.so.&ncurses-version;</filename>)
     102          class="libraryfile">libncursesw.so.&ncurses-release;</filename>)
    103103          to be built instead of normal ones (e.g., <filename
    104           class="libraryfile">libncurses.so.&ncurses-version;</filename>).
     104          class="libraryfile">libncurses.so.&ncurses-release;</filename>).
    105105          These wide-character libraries are usable in both multibyte and
    106106          traditional 8-bit locales, while normal libraries work properly
     
    128128
    129129    <para>The installation of this package will overwrite
    130     <filename class="libraryfile">libncursesw.so.&ncurses-version;</filename>
     130    <filename class="libraryfile">libncursesw.so.&ncurses-release;</filename>
    131131    in-place.  It may crash the shell process which is using code and data
    132132    from the library file.  Install the package with
     
    138138
    139139<screen><userinput remap="install">make DESTDIR=$PWD/dest install
    140 install -vm755 dest/usr/lib/libncursesw.so.&ncurses-version; /usr/lib
    141 rm -v  dest/usr/lib/libncursesw.so.&ncurses-version;
     140install -vm755 dest/usr/lib/libncursesw.so.&ncurses-release; /usr/lib
     141rm -v  dest/usr/lib/libncursesw.so.&ncurses-release;
    142142sed -e 's/^#if.*XOPEN.*$/#if 1/' \
    143143    -i dest/usr/include/curses.h
Note: See TracChangeset for help on using the changeset viewer.