Ignore:
Timestamp:
06/20/2024 04:27:33 AM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
829cbf1a
Parents:
8087ca44
git-author:
Xi Ruoyao <xry111@…> (06/20/2024 04:19:18 AM)
git-committer:
Xi Ruoyao <xry111@…> (06/20/2024 04:27:33 AM)
Message:

qt5: Remove qtlocation

Let's just get rid of this particularly problematic module instead of
using a long list of sed's.

Note that "s;c++14;c++17;" is just incorrect: mapbox-gl-native really
uses C++ features *removed* (not simply "deprecated") in C++ 17. Thus
it just happens to work and it may break any time when we update GCC
again. And it's bad from the educational perspective to tell the users
doing this.

Also remove it from the qt5-component page. The qt5-component page
already says if qtlocation is needed it will be mentioned explicitly in
the dependency section, and "grep qtlocation" returns nothing else than
the qt5-component page itself. This suggests nothing in BLFS ever needs
qtlocation so removing it shouldn't cause any trouble (we can revert if
something unexpected happens...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r8087ca44 r96a0bdc3  
    4343      <para>June 19th, 2024</para>
    4444      <itemizedlist>
     45        <listitem>
     46          <para>[xry111] - Remove qtlocation from qt5 and qt5-components.
     47          Addresses
     48          <ulink url="&blfs-ticket-root;19442">#19442</ulink>.</para>
     49        </listitem>
    4550        <listitem>
    4651          <para>[bdubbs] - Update to uhttpmock-0.11.0. Fixes
Note: See TracChangeset for help on using the changeset viewer.