Changeset 890456e for postlfs/editors


Ignore:
Timestamp:
08/22/2021 04:53:19 AM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
1ba50fe
Parents:
59eea9d
Message:

Package updates and tags'
Update to vim-8.2.3337.
Update to xfsprogs-5.13.0.

Location:
postlfs/editors
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/bluefish.xml

    r59eea9d r890456e  
    3838    </para>
    3939
    40     &lfs101_checked;
     40    &lfs110_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/editors/emacs.xml

    r59eea9d r890456e  
    3535    </para>
    3636
    37     &lfs101_checked;
     37    &lfs110_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    120120
    121121    <para>
     122      First, work around a portability bug in glibc 2.34,
     123      which no longer defines SIGSTKSZ.
     124    </para>
     125
     126<screen><userinput>sed -e '/SIGSTKSZ/ s|^.*$|static max_align_t sigsegv_stack[\
     127   (64 * 1024 + sizeof (max_align_t) - 1) / sizeof (max_align_t)];' \
     128    -i src/sysdep.c</userinput></screen>
     129
     130    <para>
    122131      Install <application>Emacs</application> by running the following
    123132      commands:
     
    126135<screen><userinput>./configure --prefix=/usr &amp;&amp;
    127136make</userinput></screen>
    128 <!-- make bootstrap only necessary for development versions obtained with git
    129 -->
    130137
    131138    <para>
  • postlfs/editors/joe.xml

    r59eea9d r890456e  
    3535    </para>
    3636
    37     &lfs101_checked;
     37    &lfs110_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/editors/vim.xml

    r59eea9d r890456e  
    99  <!ENTITY vim-download-http "&sources-anduin-http;/vim/vim-&vim-version;.tar.gz">
    1010  <!ENTITY vim-download-ftp  " ">
    11   <!ENTITY vim-md5sum        "ec8a8ec5f67b0ad0edba82cad2354d33">
     11  <!ENTITY vim-md5sum        "e0325a4988b1b99b9c2e46fa853c1980">
    1212  <!ENTITY vim-size          "15 MB">
    13   <!ENTITY vim-buildsize     "111 MB (add 72 MB for tests)">
    14   <!ENTITY vim-time          "0.3 SBU (with parallelism=4; add 2.0 SBU for tests)">
     13  <!ENTITY vim-buildsize     "109 MB (add 61 MB for tests)">
     14  <!ENTITY vim-time          "0.3 SBU (with parallelism=4; add 2.1 SBU for tests)">
    1515]>
    1616
     
    5555    </note>
    5656
    57     &lfs101_checked;
     57    &lfs110_checked;
    5858
    5959    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.