Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (be29b5055e3027abb794030d6ad2150a25f851e9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (be29b5055e3027abb794030d6ad2150a25f851e9)
  • Date: Mon, 26 Jan 2009 12:55:01 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

latex/tetex/BUILD | 2 +-
latex/tetex/DEPENDS | 1 -
latex/tetex/HISTORY | 4 ++++
3 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit be29b5055e3027abb794030d6ad2150a25f851e9
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

tetex: Removed depends libxp. Disabling building
xdvik to get it to work for deprecated libxp.

diff --git a/latex/tetex/BUILD b/latex/tetex/BUILD
index 89d514f..4bbea74 100755
--- a/latex/tetex/BUILD
+++ b/latex/tetex/BUILD
@@ -2,7 +2,7 @@ if [ "$CSTEX" = "y" ]; then
patch -p 0 < $SCRIPT_DIRECTORY/cstetex.patch
fi &&

-OPTS="$OPTS --disable-multiplatform --with-editor=ed" &&
+OPTS="$OPTS --disable-multiplatform --with-editor=ed --without-xdvik" &&
rm -rf utils/dialog &&
rm -rf utils/texinfo &&
#
diff --git a/latex/tetex/DEPENDS b/latex/tetex/DEPENDS
index 6ebb54f..5a53635 100755
--- a/latex/tetex/DEPENDS
+++ b/latex/tetex/DEPENDS
@@ -4,7 +4,6 @@ depends ed &&
depends gawk &&
depends flex &&
depends g++ &&
-depends libxp &&
depends dialog '--without-dialog' &&
depends zlib '--with-system-zlib' &&
depends texinfo '--without-texinfo' &&
diff --git a/latex/tetex/HISTORY b/latex/tetex/HISTORY
index 3fe435b..ff6c315 100644
--- a/latex/tetex/HISTORY
+++ b/latex/tetex/HISTORY
@@ -1,3 +1,7 @@
+2009-01-26 George Sherwood <gsherwood AT sourcemage.org>
+ * BUILD: Added --without-xdvik to build without libxp
+ * DEPENDS: Removed depends libxp. Now deprecated in xorg-modular
+
2008-03-19 Eric Sandall <sandalle AT sourcemage.org>
* volatiles: Added /usr/share/texmf/web2c/texmf.cnf for Bug #12131




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (be29b5055e3027abb794030d6ad2150a25f851e9), George Sherwood, 01/26/2009

Archive powered by MHonArc 2.6.24.

Top of Page