Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (98fd9b4d9b58d4d0b968e7bfdb2a125a3b70febb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (98fd9b4d9b58d4d0b968e7bfdb2a125a3b70febb)
  • Date: Thu, 11 Jul 2013 04:09:58 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

libs/gettext/BUILD | 4 ----
libs/gettext/DEPENDS | 1 +
libs/gettext/HISTORY | 4 ++++
3 files changed, 5 insertions(+), 4 deletions(-)

New commits:
commit 98fd9b4d9b58d4d0b968e7bfdb2a125a3b70febb
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gettext - optional depends libunistring

diff --git a/libs/gettext/BUILD b/libs/gettext/BUILD
index fcdbecd..de79abe 100755
--- a/libs/gettext/BUILD
+++ b/libs/gettext/BUILD
@@ -6,8 +6,6 @@ OPTS="--enable-threads=posix $OPTS" &&
# never rely on external glib2
OPTS="--with-included-glib $OPTS" &&

-make_single &&
-
./configure --build=$BUILD \
--host=$HOST \
--prefix=${TRACK_ROOT}/usr \
@@ -28,8 +26,6 @@ if is_depends_enabled $SPELL tetex; then
cd -
fi &&

-make_normal &&
-
#
# Remove libintl.h from old log files
#
diff --git a/libs/gettext/DEPENDS b/libs/gettext/DEPENDS
index aa37f5b..649078f 100755
--- a/libs/gettext/DEPENDS
+++ b/libs/gettext/DEPENDS
@@ -1,6 +1,7 @@
depends gnupg &&
depends smgl-fhs &&
depends libxml2 &&
+optional_depends libunistring '' '--with-included-libunistring' 'use sytem
libunistring' &&
optional_depends libcroco "" "--with-included-libcroco" "use system
libcroco" &&

optional_depends -sub CXX gcc \
diff --git a/libs/gettext/HISTORY b/libs/gettext/HISTORY
index f8baa2b..a9aa518 100644
--- a/libs/gettext/HISTORY
+++ b/libs/gettext/HISTORY
@@ -1,3 +1,7 @@
+2013-07-11 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add optional libunistring
+ * BUILD: remove make_single
+
2013-07-10 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.18.3




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (98fd9b4d9b58d4d0b968e7bfdb2a125a3b70febb), Treeve Jelbert, 07/11/2013

Archive powered by MHonArc 2.6.24.

Top of Page