Skip to Content.
Sympa Menu

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

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 (8df656ddf574d34c8eafa51f0f1441daee33fe3f)
  • Date: Wed, 16 Mar 2022 20:32:49 +0000

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

libs/libidn/DETAILS | 4 ++--
libs/libidn/HISTORY | 4 ++++
libs/libidn/PRE_BUILD | 5 +++++
utils/schroot/BUILD | 4 +++-
utils/schroot/HISTORY | 3 +++
5 files changed, 17 insertions(+), 3 deletions(-)

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

schroot: Remove -lintl from LDFLAGS for musl

commit 5851ae9c5bb88a13e77727cf112a6b4bb7ee1b6a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libidn: Disable installation of .la files

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

libidn 1.38

diff --git a/libs/libidn/DETAILS b/libs/libidn/DETAILS
index f6988d4..1e0e0a8 100755
--- a/libs/libidn/DETAILS
+++ b/libs/libidn/DETAILS
@@ -1,7 +1,7 @@
SPELL=libidn
- VERSION=1.36
+ VERSION=1.38
SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_HASH=sha512:0d66e10bf7a8de4b27f692a427d2c8e901b8bed73b0a36268d8f939205df81f6a30f0634fd3b87370d4e81c1327c0b10391fa122a0a5459c32a3541b8a2149ad
+
SOURCE_HASH=sha512:5e59b2263fde44d1463b47b516347b17a4e3e3696ebba66ab5fe464d567e2ec81f769fa7cf72ed51cfb501e32221813bb375373713a47e2f599fc6122850e419
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
WEB_SITE=http://www.gnu.org/software/libidn/
diff --git a/libs/libidn/HISTORY b/libs/libidn/HISTORY
index 9eb6cf7..b35e98f 100644
--- a/libs/libidn/HISTORY
+++ b/libs/libidn/HISTORY
@@ -1,3 +1,7 @@
+2022-03-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.38
+ * PRE_BUILD: disabled installation of libtool pseudo-libraries
+
2020-07-24 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.36

diff --git a/libs/libidn/PRE_BUILD b/libs/libidn/PRE_BUILD
new file mode 100755
index 0000000..e352e2c
--- /dev/null
+++ b/libs/libidn/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+# disable instalation of libtool pseudo-libraries
+sed -E -i '/^[\t ]*(func_show_|$run )eval "[$]install_prog [$]instname /d' \
+ build-aux/ltmain.sh
diff --git a/utils/schroot/BUILD b/utils/schroot/BUILD
index 4fa6ddb..cf00fff 100755
--- a/utils/schroot/BUILD
+++ b/utils/schroot/BUILD
@@ -1,3 +1,5 @@
OPTS+=' --enable-shared --disable--static' &&
-LDFLAGS+=" -lintl" &&
+case "$HOST" in
+ (*-gnu) LDFLAGS+=" -lintl" ;;
+esac &&
default_build
diff --git a/utils/schroot/HISTORY b/utils/schroot/HISTORY
index c26f399..16914f9 100644
--- a/utils/schroot/HISTORY
+++ b/utils/schroot/HISTORY
@@ -1,3 +1,6 @@
+2022-03-16 Ismael Luceno <ismael AT iodev.co.uk>
+ * BUILD: removed -lintl from LDFLAGS for musl
+
2021-03-08 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: use GETTEXT




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (8df656ddf574d34c8eafa51f0f1441daee33fe3f), Ismael Luceno, 03/16/2022

Archive powered by MHonArc 2.6.24.

Top of Page