[Lunar-commits] <moonbase> teTeX: Adding a patch to fix some glibc-2.10.1 build issues. Thanks to the

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Oct 1 15:34:35 CEST 2009


commit ce3d3aecfd6802e7d34faa834452fa0d7848d15d
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Oct 1 09:34:35 2009 -0400

    teTeX: Adding a patch to fix some glibc-2.10.1 build issues. Thanks to the
    
    SourceMage folks for the heavy lifting, just modified this a bit to fit
    our environment.
---
 doc-tools/teTeX/BUILD   |    3 +++
 doc-tools/teTeX/DETAILS |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/doc-tools/teTeX/BUILD b/doc-tools/teTeX/BUILD
index 100e03b..2d9dd2e 100644
--- a/doc-tools/teTeX/BUILD
+++ b/doc-tools/teTeX/BUILD
@@ -1,6 +1,8 @@
 (
 
+
   patch_it $SOURCE_CACHE/$SOURCE1 0      &&
+  patch_it $SOURCE_CACHE/$SOURCE2 0      &&
 
   ./configure  --prefix=/usr             \
                --infodir=/usr/share/info \
@@ -12,6 +14,7 @@
                --without-dialog          \
                --disable-multiplatform   \
                $OPTS                     &&
+
   default_make
 
 ) > $C_FIFO 2>&1
diff --git a/doc-tools/teTeX/DETAILS b/doc-tools/teTeX/DETAILS
index d86973f..158d9ef 100644
--- a/doc-tools/teTeX/DETAILS
+++ b/doc-tools/teTeX/DETAILS
@@ -2,16 +2,19 @@
          VERSION=3.0
           SOURCE=tetex-src-$VERSION.tar.gz
          SOURCE1=tetex-2.0.2-flex-unput.patch
+         SOURCE2=teTeX-glibc-2.10.1.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/tetex-src-$VERSION
    SOURCE_URL[0]=ftp://dante.ctan.org/tex-archive/obsolete/systems/unix/teTeX/current/distrib
    SOURCE_URL[1]=ftp://cam.ctan.org/tex-archive/obsolete/systems/unix/teTeX/current/distrib
    SOURCE_URL[2]=ftp://tug.ctan.org/tex-archive/obsolete/systems/unix/teTeX/current/distrib
      SOURCE1_URL=$PATCH_URL
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:7637789f7f4929694aed1b89820f5bad4753e8fc
      SOURCE1_VFY=sha1:d58a4cc7bcc26e442b75cf92fd83f90a30b095f7
+     SOURCE2_VFY=sha1:e2961bc364382f4037fa085734fd29792c5783ae
         WEB_SITE=http://tug.org/teTeX
          ENTERED=20010922
-         UPDATED=20050209
+         UPDATED=20091001
            PSAFE=no
            SHORT="TeX distribution that includes web2c, pdfTeX, e-Tex and more..."
 


More information about the Lunar-commits mailing list