Skip to Content.
Sympa Menu

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

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 (8f885bed2672dd387c0fface3fbb07ee6c9b4f99)
  • Date: Thu, 6 Aug 2009 12:42:24 -0500

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

latex/texlive/BUILD | 4 +++-
latex/texlive/DEPENDS | 2 +-
latex/texlive/HISTORY | 4 +++-
3 files changed, 7 insertions(+), 3 deletions(-)

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

texlive: ok it should build now with the right bits externalised

diff --git a/latex/texlive/BUILD b/latex/texlive/BUILD
index 68d4c13..76eefc6 100755
--- a/latex/texlive/BUILD
+++ b/latex/texlive/BUILD
@@ -1,7 +1,9 @@
# hide warnings about unable to find it's own config files
export KPATHSEA_WARNING=0
# X seems to be only there for xdvi which we use external
-$SOURCE_DIRECTORY/configure --prefix=${INSTALL_ROOT}/usr \
+export CFLAGS="-I/usr/include/freetype2 $CFLAGS" &&
+export CXXFLAGS="-I/usr/include/freetype2 $CXXFLAGS" &&
+LIBS="-lpng" $SOURCE_DIRECTORY/configure --prefix=${INSTALL_ROOT}/usr \
--sysconfdir=${INSTALL_ROOT}/etc \
--localstatedir=${INSTALL_ROOT}/var \
--mandir=${INSTALL_ROOT}/usr/share/man \
diff --git a/latex/texlive/DEPENDS b/latex/texlive/DEPENDS
index 73feca2..217ed44 100755
--- a/latex/texlive/DEPENDS
+++ b/latex/texlive/DEPENDS
@@ -6,7 +6,7 @@ depends flex &&
depends expat &&
depends ghostscript '--with-gs=gs' &&
depends fontconfig "--with-xetex --with-fontconfig=/usr/lib" &&
-depends freetype2 "--with-system-freetype2
--with-freetype2-include=/usr/include" &&
+depends freetype2 "--with-system-freetype2
--with-freetype2-include=/usr/include/freetype2" &&
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" &&
diff --git a/latex/texlive/HISTORY b/latex/texlive/HISTORY
index bf9fff0..70e2d81 100644
--- a/latex/texlive/HISTORY
+++ b/latex/texlive/HISTORY
@@ -2,7 +2,9 @@
* rename_getline.patch: patch to rename getline to tex_getline
* 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
+ * DEPENDS: trying out system freetype1, no luck, trying some other
stuff,
+ I really really really really HATE their build setup
+ * BUILD: add -I flags else it doesn't find anything

2009-07-29 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* BUILD, DEPENDS, DETAILS, PRE_BUILD: spell created



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

Archive powered by MHonArc 2.6.24.

Top of Page