Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-texlive grimoire by Andraž Levstik (2cc45a7d5024cc261a1efdfe066b7a9adbb53bee)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-texlive grimoire by Andraž Levstik (2cc45a7d5024cc261a1efdfe066b7a9adbb53bee)
  • Date: Thu, 6 Aug 2009 11:24:48 -0500

GIT changes to devel-texlive grimoire by Andraž Levstik
<ruskie+2054d253 AT codemages.net>:

latex/texlive/DEPENDS | 14 ++++++--------
latex/texlive/HISTORY | 5 +++--
latex/texlive/PRE_BUILD | 2 +-
3 files changed, 10 insertions(+), 11 deletions(-)

New commits:
commit 2cc45a7d5024cc261a1efdfe066b7a9adbb53bee
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

texlive: some more libs removal and other tidbits

diff --git a/latex/texlive/DEPENDS b/latex/texlive/DEPENDS
index 285c9c9..73feca2 100755
--- a/latex/texlive/DEPENDS
+++ b/latex/texlive/DEPENDS
@@ -5,15 +5,13 @@ depends g++ &&
depends flex &&
depends expat &&
depends ghostscript '--with-gs=gs' &&
-depends fontconfig '--with-xetex' &&
-# still testing this
-#depends freetype1 '--with-system-freetype' &&
+depends fontconfig "--with-xetex --with-fontconfig=/usr/lib" &&
depends freetype2 "--with-system-freetype2
--with-freetype2-include=/usr/include" &&
-depends ncurses '--with-system-ncurses' &&
-depends libpng '--with-system-pnglib' &&
-depends zlib '--with-system-zlib' &&
-depends t1lib '--with-system-t1lib' &&
-depends gd '--with-system-gd' &&
+depends ncurses "--with-system-ncurses --with-ncurses-libdir=/lib
--with-ncurses-include=/usr/include" &&
+depends libpng "--with-system-pnglib --with-pnglib-include=/usr/include
--with-pnglib-libdir=/usr/lib" &&
+depends zlib "--with-system-zlib --with-zlib-libdir=/usr/lib
--with-zlib-include=/usr/include" &&
+depends t1lib "--with-system-t1lib --with-t1lib-libdir=/usr/lib
--with-t1lib-include=/usr/include" &&
+depends gd "--with-system-gd --with-gd-libdir=/usr/lib
--with-gd-include=/usr/include" &&
depends psutils '--without-psutils' &&
depends t1utils '--without-t1utils' &&
depends dialog '--without-dialog' &&
diff --git a/latex/texlive/HISTORY b/latex/texlive/HISTORY
index e077b5a..bf9fff0 100644
--- a/latex/texlive/HISTORY
+++ b/latex/texlive/HISTORY
@@ -1,7 +1,8 @@
2009-08-06 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* rename_getline.patch: patch to rename getline to tex_getline
- * PRE_BUILD: various sedits and some rms
- * DEPENDS: trying out system freetype1
+ * PRE_BUILD: various sedits and some rm's, xpdf needs to be in,
+ freetype1 as well
+ * DEPENDS: trying out system freetype1, no luck, trying some other
stuff

2009-07-29 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* BUILD, DEPENDS, DETAILS, PRE_BUILD: spell created
diff --git a/latex/texlive/PRE_BUILD b/latex/texlive/PRE_BUILD
index e117a23..ce7abed 100755
--- a/latex/texlive/PRE_BUILD
+++ b/latex/texlive/PRE_BUILD
@@ -20,4 +20,4 @@ sed -i '/^[^#]*\.p:/ {n; a \
sed -i "s/getline/tex_getline/g" $@
}' texk/web2c/omegadir/omega.mk &&
rm -rf utils/{dialog,gzip,lzma,ps2eps,psutils,t1utils,texinfo,pdfopen} &&
-rm -rf
libs/{xpdf,freetype2,lua51,libpng,jpeg,expat,gd,luafilesystem,luafontforge,luamd5,luapeg,luazip,luazlib,ncurses,t1lib,unzip}
+rm -rf
libs/{freetype2,lua51,libpng,jpeg,expat,gd,luafilesystem,luafontforge,luamd5,luapeg,luazip,luazlib,ncurses,t1lib,unzip}



  • [SM-Commit] GIT changes to devel-texlive grimoire by Andraž Levstik (2cc45a7d5024cc261a1efdfe066b7a9adbb53bee), Andraž Levstik, 08/06/2009

Archive powered by MHonArc 2.6.24.

Top of Page