Automatic merge of trunk into multilib

This commit is contained in:
Thomas Trepl 2025-02-14 00:30:12 +01:00
commit 78e33f49fe
6 changed files with 11 additions and 11 deletions

View File

@ -71,7 +71,7 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \
build system, so the configuration files must
be regenerated. Normally we would use the
<parameter>-i</parameter> option to update the standard
auxilary files, but for this package it does not work because
auxiliary files, but for this package it does not work because
<filename>configure.ac</filename> specified an old gettext
version.</para>
</listitem>
@ -80,7 +80,7 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \
<varlistentry>
<term><command>automake -af</command></term>
<listitem>
<para>The automake auxilary files were not updated by
<para>The automake auxiliary files were not updated by
<command>autoreconf</command> due to the missing
<parameter>-i</parameter> option. This command updates them
to prevent a build failure.</para>

View File

@ -80,11 +80,9 @@ sed '/test_glvs/d' -i src/testdir/Make_all.mak</userinput></screen>
cause issues with the settings of the current terminal (especially while
we are overriding the <envar>TERM</envar> variable to satisfy some
assumptions of the test suite). The problem can be
avoided by redirecting the output to a log file as shown above.</para>
<para>Four tests related to GetLatestVimScripts are known to fail in
the chroot environment because wget or curl are not available to
download the required test scripts.</para>
avoided by redirecting the output to a log file as shown above. A
successful test will result in the words <computeroutput>ALL
DONE</computeroutput> in the log file at completion.</para>
<para>Install the package:</para>

View File

@ -1 +1 @@
6.12.1
6.13.1

View File

@ -49,7 +49,8 @@
[*] <emphasis role='blue'>D</emphasis>isplay a user-friendly message when a kernel panic occurs
... [DRM_PANIC]
(kmsg) <emphasis role='blue'>P</emphasis>anic screen formatter [DRM_PANIC_SCREEN]
[*] <emphasis role='blue'>E</emphasis>nable legacy fbdev support for your modesetting driver
<emphasis role='blue'>S</emphasis>upported DRM clients ---&gt;
[*] <emphasis role='blue'>E</emphasis>nable legacy fbdev support for your modesetting driver
... [DRM_FBDEV_EMULATION]
&lt;*&gt; <emphasis role='blue'>S</emphasis>imple framebuffer driver [DRM_SIMPLEDRM]
<emphasis role='blue'>C</emphasis>onsole display driver support ---&gt;

View File

@ -36,7 +36,8 @@
[*] <emphasis role='blue'>D</emphasis>isplay a user-friendly message when a kernel panic occurs
... [DRM_PANIC]
(kmsg) <emphasis role='blue'>P</emphasis>anic screen formatter [DRM_PANIC_SCREEN]
[*] <emphasis role='blue'>E</emphasis>nable legacy fbdev support for your modesetting driver
<emphasis role='blue'>S</emphasis>upported DRM clients ---&gt;
[*] <emphasis role='blue'>E</emphasis>nable legacy fbdev support for your modesetting driver
... [DRM_FBDEV_EMULATION]
&lt;*&gt; <emphasis role='blue'>S</emphasis>imple framebuffer driver [DRM_SIMPLEDRM]
<emphasis role='blue'>C</emphasis>onsole display driver support ---&gt;

View File

@ -232,7 +232,7 @@ if ( $package == "zstd" ) $dirpath = github("facebook/zstd");
}
if ( $package == "tcl" )
return find_max( $lines, "/tcl\d/", "/^.*tcl(\d\.[\d\.]*\d)-src.*$/" );
return find_max( $lines, "/tcl8/", "/^.*tcl(\d\.[\d\.]*\d)-src.*$/" );
if ( $package == "gmp" )
return find_max( $lines, "/$package/", "/^.*$package-([\d\._]*\d[a-z]?).tar.*$/" );