Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (080709aaebff5142284d61468755fde0d54bff39)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (080709aaebff5142284d61468755fde0d54bff39)
  • Date: Wed, 31 Aug 2016 14:50:32 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

utils/kbd/DEPENDS | 4 ++++
utils/kbd/HISTORY | 3 +++
2 files changed, 7 insertions(+)

New commits:
commit 080709aaebff5142284d61468755fde0d54bff39
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

kbd: gettext needed as long as we run autoreconf

diff --git a/utils/kbd/DEPENDS b/utils/kbd/DEPENDS
index df928af..4fa3466 100755
--- a/utils/kbd/DEPENDS
+++ b/utils/kbd/DEPENDS
@@ -2,6 +2,10 @@ depends gnupg &&
depends smgl-fhs &&
depends autoconf &&
depends automake &&
+# As long as we run autoreconf in PRE_BUILD, gettext is always
+# needed for that.
+# Also, (old) gettext may need cvs installed for autoreconf to work.
+depends gettext &&

optional_depends linux-pam "" "--disable-vlock" "build vlock" &&
optional_depends gettext \
diff --git a/utils/kbd/HISTORY b/utils/kbd/HISTORY
index f239381..dccdff3 100644
--- a/utils/kbd/HISTORY
+++ b/utils/kbd/HISTORY
@@ -1,3 +1,6 @@
+2016-08-31 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: gettext is not that optional when we run autoreconf
+
2016-04-26 Thomas Orgis <sobukus AT sourcemage.org>
* PRE_BUILD: remove a file that confuses sorcery and
caused endless attempts to fix a broken spell



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (080709aaebff5142284d61468755fde0d54bff39), Thomas Orgis, 08/31/2016

Archive powered by MHonArc 2.6.24.

Top of Page