Skip to Content.
Sympa Menu

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

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 (d1d28803d19331e6263e90de5320b95dfe08caab)
  • Date: Wed, 5 May 2021 18:18:40 +0000

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

devel/bitkeeper/DETAILS | 4 ++--
devel/bitkeeper/HISTORY | 3 +++
devel/cmake/BUILD | 7 +++++++
devel/cmake/HISTORY | 3 +++
utils/schroot/BUILD | 7 +++++++
utils/schroot/HISTORY | 3 +++
6 files changed, 25 insertions(+), 2 deletions(-)

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

schroot: Workaround linking issue with GCC 11 on musl

commit 4899f49a7f316bff130a72badd18bd41d340dae5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

cmake: Workaround linking issue with GCC 11 on musl

commit 608dc587aea0a8b18ecd08cb93788c538d549c9b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

bitkeeper 7.3.3

diff --git a/devel/bitkeeper/DETAILS b/devel/bitkeeper/DETAILS
index cbd1223..2c563d1 100755
--- a/devel/bitkeeper/DETAILS
+++ b/devel/bitkeeper/DETAILS
@@ -1,8 +1,8 @@
SPELL=bitkeeper
- VERSION=7.3.1ce
+ VERSION=7.3.3
SOURCE="bk-$VERSION.src.tar.gz"
SOURCE_URL[0]=http://www.bitkeeper.org/downloads/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:d2f50628104434bccff78c1acb3f492ec0b6091c28d889e49c9e0073dcd04d9cd644e648a07658e893431fc528d1d5e95329b4e1bf31780d568d98d3a1e0e9eb
+
SOURCE_HASH=sha512:84f233f43ad8f09674e296f074ae800c3019880b3a591c56c77d9869d9062711904afb04cfd605695e6bb660afd0906004360067695b1dee54601b85d2d563fe
SOURCE_DIRECTORY="$BUILD_DIRECTORY/bk-$VERSION"
WEB_SITE="http://www.bitkeeper.org/";
LICENSE[0]="Apache-2.0"
diff --git a/devel/bitkeeper/HISTORY b/devel/bitkeeper/HISTORY
index 017e6ec..3cd0254 100644
--- a/devel/bitkeeper/HISTORY
+++ b/devel/bitkeeper/HISTORY
@@ -1,3 +1,6 @@
+2021-05-05 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 7.3.3
+
2017-09-06 Ismael Luceno <ismael AT sourcemage.org>
* CONFIGURE, INSTALL, PRE_BUILD: Removed, no longer needed
* BUILD, DEPENDS, DETAILS: Replaced, now it's free software
diff --git a/devel/cmake/BUILD b/devel/cmake/BUILD
index 226e57b..507b3ec 100755
--- a/devel/cmake/BUILD
+++ b/devel/cmake/BUILD
@@ -1,3 +1,10 @@
+# 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 543b67c..59b0695 100644
--- a/devel/cmake/HISTORY
+++ b/devel/cmake/HISTORY
@@ -1,3 +1,6 @@
+2021-05-05 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Workaround linking issue with GCC 11 on musl
+
2021-04-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 3.20.2

diff --git a/utils/schroot/BUILD b/utils/schroot/BUILD
index 4fa6ddb..7908f8b 100755
--- a/utils/schroot/BUILD
+++ b/utils/schroot/BUILD
@@ -1,3 +1,10 @@
+# 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 854f21a..69a6da3 100644
--- a/utils/schroot/HISTORY
+++ b/utils/schroot/HISTORY
@@ -1,3 +1,6 @@
+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 (d1d28803d19331e6263e90de5320b95dfe08caab), Ismael Luceno, 05/05/2021

Archive powered by MHonArc 2.6.24.

Top of Page