Changeset 30d1d34


Ignore:
Timestamp:
12/07/2023 05:28:49 PM (6 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
babbe4db
Parents:
b4353b4c (diff), 26f615ac (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:
4 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/audacious.xml

    rb4353b4c r30d1d34  
    213213cd audacious-plugins-&audacious-plugins-version;                    &amp;&amp;
    214214
     215sed -e '/libxml/a #include &lt;libxml/parser.h&gt;' \
     216    -i src/scrobbler2/scrobbler.h             &amp;&amp;
     217
    215218mkdir build &amp;&amp;
    216219cd    build &amp;&amp;
     
    242245
    243246    <para>
    244       <option>-Dgtk3=true</option>: This options sets the default graphical
    245       user interface.
    246     </para>
    247 
    248     <para>
    249       <option>-Dvalgrind=true</option>: The option enables Valgrind analysis support.
     247      <parameter>-Dgtk3=true</parameter>: This option sets the default
     248      graphical user interface.
     249    </para>
     250
     251    <para>
     252      <parameter>-Dlibarchive=true</parameter>: This adds libarchive support,
     253      for reading compressed module sets or skins.
     254    </para>
     255
     256    <para>
     257      <command>sed -e '/libxml/a ...'</command>: This fixes building against
     258      libxml-2.12.x.
     259    </para>
     260
     261    <para>
     262      <option>-Dvalgrind=true</option>: The option enables Valgrind analysis
     263      support.
    250264    </para>
    251265
  • postlfs/editors/vim.xml

    rb4353b4c r30d1d34  
    9292    <bridgehead renderas="sect4">Recommended</bridgehead>
    9393    <para role="recommended">
    94       <xref linkend="x-window-system"/> and
    95       <xref linkend="gtk3"/>
     94      <xref linkend="x-window-system"/>,
     95      <xref linkend="gtk3"/>, and
     96      <xref linkend="rsync"/>
    9697    </para>
    9798
     
    99100    <para role="optional">
    100101      <xref linkend="gpm"/>,
    101       <xref linkend="lua"/>,
    102       <xref linkend="rsync"/>, and
     102      <xref linkend="lua"/>, and
    103103      <xref linkend="ruby"/>
    104104    </para>
  • server/major/apache.xml

    rb4353b4c r30d1d34  
    137137    -i configure  &amp;&amp;
    138138
     139sed -e '/encoding.h/a # include &lt;libxml/xmlstring.h&gt;' \
     140    -i modules/filters/mod_xml2enc.c  &amp;&amp;
     141
    139142./configure --enable-authnz-fcgi                              \
    140143            --enable-layout=BLFS                              \
     
    184187      <application>apxs</application> utility to use absolute pathnames for
    185188      modules, when instructed to do so.
     189    </para>
     190
     191    <para>
     192      <command>sed -e '/HTTPD_ROOT/s ...</command>: Fixes some paths.
     193    </para>
     194
     195    <para>
     196      <command>sed -e '/encoding.h/a ...</command>; Fix building against
     197      libxml-2.12.x.
    186198    </para>
    187199
  • xsoft/graphweb/seamonkey.xml

    rb4353b4c r30d1d34  
    153153      <xref linkend="wget"/>,
    154154      <xref linkend="wireless_tools"/>,
    155       <ulink url="https://hunspell.sourceforge.net/">Hunspell</ulink>, and
     155      <ulink url="https://hunspell.sourceforge.net/">Hunspell</ulink>,
     156      <ulink url="https://gitlab.gnome.org/Archive/gconf">Gconf</ulink>, and
    156157      <ulink url="https://facebook.github.io/watchman/">Watchman</ulink>
    157158    </para>
     
    196197# and uncomment this if you installed alsa-lib instead of PulseAudio
    197198#ac_add_options --enable-alsa
    198 <!--
    199 # Comment out following option if you have gconf installed
    200 ac_add_options - -disable-gconf
    201 
    202 following was for icu in the past seems OK with icu-60, seamonkey-2.49
    203 line below was with comment and explanation
    204 # Use the internal version of icu due to execution problems-->
     199
     200# Comment out the following option if you have gconf installed
     201ac_add_options --disable-gconf
     202
    205203# Comment out following options if you have not installed
    206204# recommended dependencies:
Note: See TracChangeset for help on using the changeset viewer.