Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (71e190271a1cb5e9c793a2ef4fbcdd5a43c5e8e0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (71e190271a1cb5e9c793a2ef4fbcdd5a43c5e8e0)
  • Date: Thu, 21 Apr 2011 17:15:05 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

libs/gettext/DEPENDS | 3 ++-
libs/gettext/HISTORY | 4 ++++
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 71e190271a1cb5e9c793a2ef4fbcdd5a43c5e8e0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gettext: Optionally depends on emacs

Adds http://www.gnu.org/s/hello/manual/gettext/PO-Mode.html

Found when trying to upgrade libpthread-stubs:

$ cast gettext
...
Making all in misc
make[3]: Entering directory
`/usr/src/gettext-0.18.1.1/gettext-tools/misc'
WARNING: Warnings can be ignored. :-)
if test "emacs" != no; then \
set x; \
list='start-po.el po-mode.el po-compat.el'; for p in $list; do \
if test -f "$p"; then d=; else d="./"; fi; \
set x "$@" "$d$p"; shift; \
done; \
shift; \
EMACS="emacs" /bin/sh ../../build-aux/elisp-comp "$@" || exit 1; \
else : ; fi
emacs: error while loading shared libraries: libpthread-stubs.so.0:
cannot open shared object file: No such file or directory
make[3]: *** [elc-stamp] Error 1

Need to get the dependency in their for the up_triggers to go in the
proper order.

diff --git a/libs/gettext/DEPENDS b/libs/gettext/DEPENDS
index fc62e71..0e82b4f 100755
--- a/libs/gettext/DEPENDS
+++ b/libs/gettext/DEPENDS
@@ -32,4 +32,5 @@ optional_depends ncurses \
"for ncurses support" &&

optional_depends texinfo "" "" "to build info files" &&
-optional_depends texlive "" "" "to build .ps, .pdf and .dvi documentation"
+optional_depends texlive "" "" "to build .ps, .pdf and .dvi documentation" &&
+optional_depends emacs "" "--without-emacs" "for Emacs PO mode editing"
diff --git a/libs/gettext/HISTORY b/libs/gettext/HISTORY
index 7d78b91..fc86959 100644
--- a/libs/gettext/HISTORY
+++ b/libs/gettext/HISTORY
@@ -1,3 +1,7 @@
+2011-04-20 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Optionally depends on emacs
+ Adds http://www.gnu.org/s/hello/manual/gettext/PO-Mode.html
+
2010-06-07 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.18.1.1




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (71e190271a1cb5e9c793a2ef4fbcdd5a43c5e8e0), Eric Sandall, 04/21/2011

Archive powered by MHonArc 2.6.24.

Top of Page