Update of /cvsroot/fink/experimental/todai/ecc-10.7/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv20178

Modified Files:
        texlive.info 
Log Message:
Fix segfaults of pmpost.

Index: texlive.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/todai/ecc-10.7/main/finkinfo/text/texlive.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- texlive.info        3 Feb 2012 12:50:00 -0000       1.6
+++ texlive.info        3 Feb 2012 16:29:23 -0000       1.7
@@ -2,7 +2,7 @@
 Package: texlive%type_pkg[-nox]
 Type: -nox (boolean)
 Version: 0.20110705
-Revision: 0test4
+Revision: 0test5
 GCC: 4.0
 Description: Bundle package for TeX Live
 Depends: %N-base (= %v-%r), texinfo, debianutils, texi2html
@@ -140,6 +140,24 @@
  popd
 
  gzcat pmpost-makeconf-tl11.diff.gz | patch -p1 -d texlive
+ perl -pi.bak -e 's|(#include <errno.h>)|#include <kpathsea/kpathsea.h>\n\1|' \
+                         texlive/texk/web2c/pmplibdir/jmp.ch
+ perl -pi.bak1 -e 's|const char\*s|string s|' \
+                         texlive/texk/web2c/pmplibdir/jmppsw.ch
+ perl -pi.bak -e 's|const char \*s|string s|' \
+                         texlive/texk/web2c/pmplibdir/jmppsw.ch
+ perl -pi.bak -e 's|(char kanjioption)|#include <ptexenc/ptexenc.h>\n\1|' \
+                         texlive/texk/web2c/pmplibdir/pmpost.ch
+ mv                      texlive/texk/web2c/pmplibdir/psvgout.ch{,.bak}
+ echo '@x'                           >> texlive/texk/web2c/pmplibdir/psvgout.ch
+ echo '#include <stdio.h>'           >> texlive/texk/web2c/pmplibdir/psvgout.ch
+ echo '@y'                           >> texlive/texk/web2c/pmplibdir/psvgout.ch
+ echo '#include <ptexenc/ptexenc.h>' >> texlive/texk/web2c/pmplibdir/psvgout.ch
+ echo '#include <stdio.h>'           >> texlive/texk/web2c/pmplibdir/psvgout.ch
+ echo '@z'                           >> texlive/texk/web2c/pmplibdir/psvgout.ch
+ echo ''                             >> texlive/texk/web2c/pmplibdir/psvgout.ch
+ cat texlive/texk/web2c/pmplibdir/psvgout.ch.bak \
+                                     >> texlive/texk/web2c/pmplibdir/psvgout.ch
  #####
 
  echo "f  kanjix.map" >> texlive/texk/dvipdfmx/dvipdfmx-20*/data/dvipdfmx.cfg


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to