Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fcde9a1867542b24d8b57cc470d89adc92973595)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fcde9a1867542b24d8b57cc470d89adc92973595)
  • Date: Sat, 15 May 2010 20:37:57 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

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

New commits:
commit fcde9a1867542b24d8b57cc470d89adc92973595
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gettext: force POSIX threads impl. (pth one is semi-broken)

diff --git a/libs/gettext/BUILD b/libs/gettext/BUILD
index 78972ec..d840830 100755
--- a/libs/gettext/BUILD
+++ b/libs/gettext/BUILD
@@ -1,5 +1,8 @@
export CC=gcc &&

+# pth support is semi-broken, so force POSIX threads
+OPTS="--enable-threads=posix $OPTS" &&
+
make_single &&

./configure --build=$BUILD \
diff --git a/libs/gettext/CONFIGURE b/libs/gettext/CONFIGURE
deleted file mode 100755
index e69de29..0000000
diff --git a/libs/gettext/DEPENDS b/libs/gettext/DEPENDS
index f92e2b5..fc62e71 100755
--- a/libs/gettext/DEPENDS
+++ b/libs/gettext/DEPENDS
@@ -6,11 +6,6 @@ optional_depends g++ \
"--disable-libasprintf" \
"for libasprintf support" &&

-optional_depends pth \
- "--enable-threads=pth" \
- "--enable-threads=posix" \
- "use GNU Portable Threads API instead of POSIX" &&
-
optional_depends CSHARP \
"--enable-csharp" \
"--disable-csharp" \
diff --git a/libs/gettext/DETAILS b/libs/gettext/DETAILS
index daccee2..30146b6 100755
--- a/libs/gettext/DETAILS
+++ b/libs/gettext/DETAILS
@@ -1,5 +1,6 @@
SPELL=gettext
VERSION=0.18
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/libs/gettext/HISTORY b/libs/gettext/HISTORY
index 0461c83..8d7af9c 100644
--- a/libs/gettext/HISTORY
+++ b/libs/gettext/HISTORY
@@ -1,3 +1,9 @@
+2010-05-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: removed
+ * DETAILS: PATCHLEVEL=1
+ * DEPENDS: removed pth dependency, since it's broken
+ * BUILD: force POSIX threads
+
2010-05-10 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.18; quoting paths; added UPSTREAM_KEY;
corrected desc



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (fcde9a1867542b24d8b57cc470d89adc92973595), Vlad Glagolev, 05/15/2010

Archive powered by MHonArc 2.6.24.

Top of Page