Skip to Content.
Sympa Menu

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

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 (b3f903c332eb44ba026fd6b3b0ea46450505b2d3)
  • Date: Tue, 20 Apr 2010 23:15:42 -0500

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

latex/texlive/HISTORY | 4 ++++
latex/texlive/PRE_BUILD | 8 +++++++-
latex/texlive/gcc44.patch | 11 +++++++++++
3 files changed, 22 insertions(+), 1 deletion(-)

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

texlive: Fix compilation with GCC 4.4 (Bug #15535)

From
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/~checkout~/packages/texlive/texlive-gcc44.patch?rev=1.1;content-type=text/plain
(cherry picked from commit b80d1b91088155c3de5c63e29d25f2775697dc38)

diff --git a/latex/texlive/HISTORY b/latex/texlive/HISTORY
index ce098b0..b2f155e 100644
--- a/latex/texlive/HISTORY
+++ b/latex/texlive/HISTORY
@@ -1,3 +1,7 @@
+2010-04-20 Eric Sandall <sandalle AT sourcemage.org>
+ gcc44.patch: From
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/~checkout~/packages/texlive/texlive-gcc44.patch?rev=1.1;content-type=text/plain
+ * PRE_BUILD: Apply gcc44.patch (Bug #15535)
+
2009-09-28 Eric Sandall <sandalle AT sourcemage.org>
* CONFLICTS: conflict -> conflicts
Auto-conflict with old packages
diff --git a/latex/texlive/PRE_BUILD b/latex/texlive/PRE_BUILD
index d3b59f3..e922687 100755
--- a/latex/texlive/PRE_BUILD
+++ b/latex/texlive/PRE_BUILD
@@ -38,4 +38,10 @@ sed -i "s/getline/tex_getline/g" texk/ttf2pk/parse.c &&
#--
## removing as much internal things as possible
rm -rf utils/{dialog,gzip,lzma,ps2eps,psutils,t1utils,texinfo,pdfopen} &&
-rm -rf
libs/{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}
&&
+
+#
+# Fix compilation with GCC 4.4
+#
+patch $SOURCE_DIRECTORY/libs/teckit/source/Compiler.cpp \
+ $SCRIPT_DIRECTORY/gcc44.patch
diff --git a/latex/texlive/gcc44.patch b/latex/texlive/gcc44.patch
new file mode 100644
index 0000000..fd1fe85
--- /dev/null
+++ b/latex/texlive/gcc44.patch
@@ -0,0 +1,11 @@
+# From
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/~checkout~/packages/texlive/texlive-gcc44.patch?rev=1.1;content-type=text/plain
+--- texlive-20080816-source/libs/teckit/source/Compiler.cpp~ 2008-04-25
16:56:15.000000000 +0200
++++ texlive-20080816-source/libs/teckit/source/Compiler.cpp 2009-04-29
15:53:08.413971395 +0200
+@@ -33,6 +33,7 @@
+ #include <iomanip>
+ #include <algorithm>
+ #include <cstring>
++#include <cstdio>
+
+ #include "zlib.h"
+



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

Archive powered by MHonArc 2.6.24.

Top of Page