Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1c5eb99d7e6399dfc5288c261f986770180c440e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1c5eb99d7e6399dfc5288c261f986770180c440e)
  • Date: Tue, 29 Jun 2021 17:18:38 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

audio-libs/libmpdclient/DEPENDS | 1 -
audio-libs/libmpdclient/HISTORY | 3 +++
devel/cmake/BUILD | 7 -------
devel/cmake/HISTORY | 3 ---
utils/powertop/BUILD | 7 -------
utils/powertop/HISTORY | 3 ---
utils/schroot/BUILD | 7 -------
utils/schroot/HISTORY | 3 ---
8 files changed, 3 insertions(+), 31 deletions(-)

New commits:
commit 1c5eb99d7e6399dfc5288c261f986770180c440e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

Revert "cmake: Workaround linking issue with GCC 11 on musl"

This reverts commit 4899f49a7f316bff130a72badd18bd41d340dae5.

commit 7971025f00eadc674d2f1534c3bfd62b0dd0720b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

Revert "schroot: Workaround linking issue with GCC 11 on musl"

This reverts commit d1d28803d19331e6263e90de5320b95dfe08caab.

commit 68a8965749cec1c728cdba62d1000c3044643224
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

Revert "powertop: Workaround linking issue with GCC 11 on musl"

This reverts commit 4ea633952ab55880eab37bfb77a80251f62cf16e.

commit 8cf5f1ef80a9a384f525107182168ea0bc8c0832
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libmdpclient: Remove autoconf dependency; no longer needed

diff --git a/audio-libs/libmpdclient/DEPENDS b/audio-libs/libmpdclient/DEPENDS
index e431168..ff7fb2c 100755
--- a/audio-libs/libmpdclient/DEPENDS
+++ b/audio-libs/libmpdclient/DEPENDS
@@ -1,7 +1,6 @@
depends meson &&
depends python3 &&
depends ninja-build-system &&
-depends autoconf &&
optional_depends doxygen \
"documentation=true" \
"documentation=false" \
diff --git a/audio-libs/libmpdclient/HISTORY b/audio-libs/libmpdclient/HISTORY
index abd103a..d92d886 100644
--- a/audio-libs/libmpdclient/HISTORY
+++ b/audio-libs/libmpdclient/HISTORY
@@ -1,3 +1,6 @@
+2021-06-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: removed autoconf dependency; no longer needed
+
2021-06-27 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS, CONFIGURE, DEPENDS: version 2.19, converted to meson build
system

diff --git a/devel/cmake/BUILD b/devel/cmake/BUILD
index 507b3ec..226e57b 100755
--- a/devel/cmake/BUILD
+++ b/devel/cmake/BUILD
@@ -1,10 +1,3 @@
-# XXX workaround for linking issue with GCC 11
-case "$HOST" in
- (*-musl)
- CXXFLAGS+=' -static-libstdc++'
- ;;
-esac &&
-
# Add the path to qmake here instead of DEPENDS.
# This depends on our installation, not user choice.
if echo "$OPTS" | grep -q -- -qt-gui; then
diff --git a/devel/cmake/HISTORY b/devel/cmake/HISTORY
index 0aed4c1..9920858 100644
--- a/devel/cmake/HISTORY
+++ b/devel/cmake/HISTORY
@@ -4,9 +4,6 @@
2021-05-30 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 3.20.3

-2021-05-05 Ismael Luceno <ismael AT sourcemage.org>
- * BUILD: Workaround linking issue with GCC 11 on musl
-
2021-04-30 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 3.20.2

diff --git a/utils/powertop/BUILD b/utils/powertop/BUILD
deleted file mode 100755
index 7fb9fae..0000000
--- a/utils/powertop/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-# XXX workaround for linking issue with GCC 11
-case "$HOST" in
- (*-musl)
- LDFLAGS+=' -static-libstdc++'
- ;;
-esac &&
-default_build
diff --git a/utils/powertop/HISTORY b/utils/powertop/HISTORY
index 16b62bd..3381a80 100644
--- a/utils/powertop/HISTORY
+++ b/utils/powertop/HISTORY
@@ -1,6 +1,3 @@
-2021-05-28 Ismael Luceno <ismael AT sourcemage.org>
- * BUILD: Workaround linking issue with GCC 11 on musl
-
2021-05-17 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 2.13

diff --git a/utils/schroot/BUILD b/utils/schroot/BUILD
index 7908f8b..4fa6ddb 100755
--- a/utils/schroot/BUILD
+++ b/utils/schroot/BUILD
@@ -1,10 +1,3 @@
-# XXX workaround for linking issue with GCC 11
-case "$HOST" in
- (*-musl)
- CXXFLAGS+=' -static-libstdc++'
- ;;
-esac &&
-
OPTS+=' --enable-shared --disable--static' &&
LDFLAGS+=" -lintl" &&
default_build
diff --git a/utils/schroot/HISTORY b/utils/schroot/HISTORY
index df92342..c26f399 100644
--- a/utils/schroot/HISTORY
+++ b/utils/schroot/HISTORY
@@ -1,6 +1,3 @@
-2021-05-05 Ismael Luceno <ismael AT sourcemage.org>
- * BUILD: Workaround linking issue with GCC 11 on musl
-
2021-03-08 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: use GETTEXT




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1c5eb99d7e6399dfc5288c261f986770180c440e), Ismael Luceno, 06/29/2021

Archive powered by MHonArc 2.6.24.

Top of Page