Changeset 4fcfbb92


Ignore:
Timestamp:
11/09/2023 04:41:15 PM (7 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
739a1e0
Parents:
dec570ad (diff), c1e3ac3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

Files:
16 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/json-c.xml

    rdec570ad r4fcfbb92  
    102102
    103103cmake -DCMAKE_INSTALL_PREFIX=/usr \
    104       -DCMAKE_BUILD_TYPE=Release \
    105       -DBUILD_STATIC_LIBS=OFF    \
     104      -DCMAKE_BUILD_TYPE=Release  \
     105      -DBUILD_STATIC_LIBS=OFF     \
    106106      .. &amp;&amp;
    107107make</userinput></screen>
  • general/genlib/nspr.xml

    rdec570ad r4fcfbb92  
    7676    </para>
    7777
    78 <screen><userinput>cd nspr                                                     &amp;&amp;
     78<screen><userinput>cd nspr &amp;&amp;
     79
    7980sed -ri '/^RELEASE/s/^/#/' pr/src/misc/Makefile.in &amp;&amp;
    8081sed -i 's#$(LIBRARY) ##'   config/rules.mk         &amp;&amp;
    8182
    82 ./configure --prefix=/usr \
    83             --with-mozilla \
     83./configure --prefix=/usr   \
     84            --with-mozilla  \
    8485            --with-pthreads \
    8586            $([ $(uname -m) = x86_64 ] &amp;&amp; echo --enable-64bit) &amp;&amp;
  • general/graphlib/libjpeg-turbo.xml

    rdec570ad r4fcfbb92  
    9696cd    build &amp;&amp;
    9797
    98 cmake -DCMAKE_INSTALL_PREFIX=/usr \
    99       -DCMAKE_BUILD_TYPE=RELEASE  \
    100       -DENABLE_STATIC=FALSE       \
     98cmake -DCMAKE_INSTALL_PREFIX=/usr        \
     99      -DCMAKE_BUILD_TYPE=RELEASE         \
     100      -DENABLE_STATIC=FALSE              \
     101      -DCMAKE_INSTALL_DEFAULT_LIBDIR=lib \
    101102      -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/libjpeg-turbo-&libjpeg-turbo-version; \
    102       -DCMAKE_INSTALL_DEFAULT_LIBDIR=lib  \
    103103      .. &amp;&amp;
    104104make</userinput></screen>
  • general/prog/perl-modules/perl-html-parser.xml

    rdec570ad r4fcfbb92  
    5353      </para>
    5454
    55       <bridgehead renderas="sect5">Required (runtime)</bridgehead>
    56       <para role="required">
    57       </para>
    58 
    5955    </sect3>
    6056
  • general/prog/subversion.xml

    rdec570ad r4fcfbb92  
    178178    </para>
    179179
    180 <screen><userinput>PYTHON=python3 ./configure --prefix=/usr             \
     180<screen><userinput>PYTHON=python3                        \
     181./configure --prefix=/usr             \
    181182            --disable-static          \
    182183            --with-apache-libexecdir  \
  • general/sysutils/sysmon-qt.xml

    rdec570ad r4fcfbb92  
    55  %general-entities;
    66
    7   <!ENTITY sysmon-qt-download-http "https://github.com/lfs-book/sysmon-qt/releases/download/v&sysmon-qt-version;/sysmon-qt-&sysmon-qt-version;.tar.xz ">
     7  <!ENTITY sysmon-qt-download-http "https://github.com/lfs-book/sysmon-qt/releases/download/v&sysmon-qt-version;/sysmon-qt-&sysmon-qt-version;.tar.xz">
    88  <!ENTITY sysmon-qt-download-ftp  " ">
    99  <!ENTITY sysmon-qt-md5sum        "724d50419b75f0941a0f4f22930b7440">
  • gnome/platform/gconf.xml

    rdec570ad r4fcfbb92  
    9999    </para>
    100100
    101 <screen><userinput>./configure --prefix=/usr \
     101<screen><userinput>./configure --prefix=/usr     \
    102102            --sysconfdir=/etc \
    103             --disable-orbit \
     103            --disable-orbit   \
    104104            --disable-static &amp;&amp;
    105105make</userinput></screen>
  • introduction/welcome/changelog.xml

    rdec570ad r4fcfbb92  
    4040    -->
    4141    <listitem>
     42      <para>November 9th, 2023</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[pierre] - Fix wireshark for building with Python-3.12.
     46          Part of <ulink url="&blfs-ticket-root;18798">#18798</ulink>.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    4252      <para>November 8th, 2023</para>
    4353      <itemizedlist>
  • multimedia/audioutils/audacious.xml

    rdec570ad r4fcfbb92  
    109109    <para role="required">
    110110      <xref linkend="gtk3"/> or
    111       (<xref role="nodep" linkend="qt5"/> or
    112        <xref linkend="qt5-components"/> with qtmultimedia)
     111      (<xref linkend="qt5"/> or
     112       <xref role="nodep" linkend="qt5-components"/> with qtmultimedia)
    113113    </para>
    114114
  • multimedia/libdriv/alsa-utils.xml

    rdec570ad r4fcfbb92  
    109109
    110110<screen><userinput>./configure --disable-alsaconf \
    111             --disable-bat   \
    112             --disable-xmlto \
     111            --disable-bat      \
     112            --disable-xmlto    \
    113113            --with-curses=ncursesw &amp;&amp;
    114114make</userinput></screen>
  • multimedia/libdriv/liba52.xml

    rdec570ad r4fcfbb92  
    8686    </para>
    8787
    88 <screen><userinput>./configure --prefix=/usr \
     88<screen><userinput>./configure --prefix=/usr           \
    8989            --mandir=/usr/share/man \
    90             --enable-shared \
    91             --disable-static \
     90            --enable-shared         \
     91            --disable-static        \
    9292            CFLAGS="${CFLAGS:--g -O2} $([ $(uname -m) = x86_64 ] &amp;&amp; echo -fPIC)" &amp;&amp;
    9393make</userinput></screen>
  • networking/netutils/wireshark.xml

    rdec570ad r4fcfbb92  
    8787    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8888    <itemizedlist spacing="compact">
     89      <listitem>
     90        <para>
     91          Required patch to build with Python-3.12:
     92          <ulink url="&patch-root;/wireshark-&wireshark-version;-py_3.12_fix-1.patch"/>
     93        </para>
     94      </listitem>
    8995      <listitem>
    9096        <para>
     
    180186
    181187    <para>
     188      Fix building with Python-3.12 and higher:
     189    </para>
     190
     191<screen><userinput>patch -Np1 -i ../wireshark-&wireshark-version;-py_3.12_fix-1.patch</userinput></screen>
     192
     193    <para>
    182194      Continue to install <application>Wireshark</application> by running
    183195      the following commands:
  • networking/textweb/lynx.xml

    rdec570ad r4fcfbb92  
    111111    </para>
    112112
    113 <screen><userinput>./configure --prefix=/usr          \
    114             --sysconfdir=/etc/lynx \
    115             --datadir=/usr/share/doc/lynx-&lynx-version; \
    116             --with-zlib            \
    117             --with-bzlib           \
    118             --with-ssl             \
    119             --with-screen=ncursesw \
    120             --enable-locale-charset &amp;&amp;
     113<screen><userinput>./configure --prefix=/usr           \
     114            --sysconfdir=/etc/lynx  \
     115            --with-zlib            \
     116            --with-bzlib            \
     117            --with-ssl              \
     118            --with-screen=ncursesw  \
     119            --enable-locale-charset \
     120            --datadir=/usr/share/doc/lynx-&lynx-version; &amp;&amp;
    121121make</userinput></screen>
    122122
  • server/databases/mariadb.xml

    rdec570ad r4fcfbb92  
    163163cd    build &amp;&amp;
    164164
    165 cmake -DCMAKE_BUILD_TYPE=Release                      \
    166       -DCMAKE_INSTALL_PREFIX=/usr                     \
    167       -DGRN_LOG_PATH=/var/log/groonga.log             \
     165cmake -DCMAKE_BUILD_TYPE=Release                       \
     166      -DCMAKE_INSTALL_PREFIX=/usr                      \
     167      -DGRN_LOG_PATH=/var/log/groonga.log              \
    168168      -DINSTALL_DOCDIR=share/doc/mariadb-&mariadb-version;       \
    169169      -DINSTALL_DOCREADMEDIR=share/doc/mariadb-&mariadb-version; \
    170       -DINSTALL_MANDIR=share/man                      \
    171       -DINSTALL_MYSQLSHAREDIR=share/mysql             \
    172       -DINSTALL_MYSQLTESTDIR=share/mysql/test         \
    173       -DINSTALL_PAMDIR=lib/security                   \
    174       -DINSTALL_PAMDATADIR=/etc/security              \
    175       -DINSTALL_PLUGINDIR=lib/mysql/plugin            \
    176       -DINSTALL_SBINDIR=sbin                          \
    177       -DINSTALL_SCRIPTDIR=bin                         \
    178       -DINSTALL_SQLBENCHDIR=share/mysql/bench         \
    179       -DINSTALL_SUPPORTFILESDIR=share/mysql           \
    180       -DMYSQL_DATADIR=/srv/mysql                      \
    181       -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock       \
    182       -DWITH_EXTRA_CHARSETS=complex                   \
    183       -DWITH_EMBEDDED_SERVER=ON                       \
    184       -DSKIP_TESTS=ON                                 \
    185       -DTOKUDB_OK=0                                   \
     170      -DINSTALL_MANDIR=share/man                       \
     171      -DINSTALL_MYSQLSHAREDIR=share/mysql              \
     172      -DINSTALL_MYSQLTESTDIR=share/mysql/test          \
     173      -DINSTALL_PAMDIR=lib/security                    \
     174      -DINSTALL_PAMDATADIR=/etc/security               \
     175      -DINSTALL_PLUGINDIR=lib/mysql/plugin             \
     176      -DINSTALL_SBINDIR=sbin                           \
     177      -DINSTALL_SCRIPTDIR=bin                          \
     178      -DINSTALL_SQLBENCHDIR=share/mysql/bench          \
     179      -DINSTALL_SUPPORTFILESDIR=share/mysql            \
     180      -DMYSQL_DATADIR=/srv/mysql                       \
     181      -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock        \
     182      -DWITH_EXTRA_CHARSETS=complex                    \
     183      -DWITH_EMBEDDED_SERVER=ON                        \
     184      -DSKIP_TESTS=ON                                  \
     185      -DTOKUDB_OK=0                                    \
    186186      .. &amp;&amp;
    187187make</userinput></screen>
  • server/major/kea.xml

    rdec570ad r4fcfbb92  
    122122<screen><userinput>./configure --prefix=/usr        \
    123123            --sysconfdir=/etc    \
    124             --docdir=/usr/share/doc/kea-&kea-dhcp-version; \
    125124            --localstatedir=/var \
    126125            --enable-shell       \
    127126            --with-openssl       \
    128             --disable-static &amp;&amp;
     127            --disable-static     \
     128            --docdir=/usr/share/doc/kea-&kea-dhcp-version; &amp;&amp;
    129129make</userinput></screen>
    130130
  • server/other/openldap.xml

    rdec570ad r4fcfbb92  
    113113autoconf &amp;&amp;
    114114
    115 ./configure --prefix=/usr     \
    116             --sysconfdir=/etc \
    117             --disable-static  \
    118             --enable-dynamic  \
    119             --enable-versioning=yes \
    120             --disable-debug   \
     115./configure --prefix=/usr        \
     116            --sysconfdir=/etc    \
     117            --disable-static     \
     118            --enable-dynamic     \
     119            --disable-versioning \
     120            --disable-debug      \
    121121            --disable-slapd &amp;&amp;
    122122
     
    157157            --libexecdir=/usr/lib \
    158158            --disable-static      \
    159             --enable-versioning=yes \
     159            --disable-versioning \
    160160            --disable-debug       \
    161161            --with-tls=openssl    \
Note: See TracChangeset for help on using the changeset viewer.