]> git.pld-linux.org Git - packages/texlive.git/commitdiff
This commit was manufactured by cvs2git to create branch 'TEXLIVE_20080816'.
authorcvs2git <feedback@pld-linux.org>
Thu, 28 Jan 2010 21:18:59 +0000 (21:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2009-08-13 07:36:21 UTC Zsolt Udvari <uzsolt@pld-linux.org> '- added %dir scripts/xindy'
Cherrypick from master 2010-01-28 21:18:59 UTC Arkadiusz Miƛkiewicz <arekm@maven.pl> '- typo':
    texlive-libpng.patch -> 1.2
Delete:
    TODO

TODO [deleted file]
texlive-libpng.patch [new file with mode: 0644]

diff --git a/TODO b/TODO
deleted file mode 100644 (file)
index 30767c1..0000000
--- a/TODO
+++ /dev/null
@@ -1,27 +0,0 @@
-MAIN TODO (sort by importance):
-- texlive-format-pdflatex deps
-- pl updates
-- see uncategorized and *other* subpackages and split
-- context: consider more splitting, check dependencies
-- omega: consider more splitting, check dependencies
-- tdphp: is it really useful?
-- allow using Type1 fonts in others applications (symlink to
-  /usr/share/fonts/Type1 ?)
-- fix package removal:
-  /usr/bin/texhash[77]: kpsewhich: not found
-
-FHS TODO:
-- merge rhconfig and texmfsysvar patches
-- texmfsysvar patch: change fmtutil and web2cdir variables instead
-  of creating texmfsys{config,var} variables?
-- move config files to /etc
-- merge all above with configure switch "--enable-fhs" and send it to TE
-
-TeXLive specific TODO:
-- summary/description correcting (all languages)
-- texk/web2c doesn't build (luatex option)
-- %files latex-bibtex-revtex4
-- Check CEF/cjk!
-- texdoc: /usr/bin/env: texlua: No such file or directory
-- tlmgr: "kpsewhich" is not exported by the TeXLive::TLUtils module
-
diff --git a/texlive-libpng.patch b/texlive-libpng.patch
new file mode 100644 (file)
index 0000000..2be5701
--- /dev/null
@@ -0,0 +1,44 @@
+--- texlive-20091011-source/./texk/xdvipdfmx/src/xbb.c~        2008-05-25 17:00:35.000000000 +0200
++++ texlive-20091011-source/./texk/xdvipdfmx/src/xbb.c 2010-01-28 22:01:10.653876887 +0100
+@@ -246,7 +246,7 @@
+   unsigned char sigbytes[4];
+   rewind (png_file);
+   if (fread(sigbytes, 1, sizeof(sigbytes), png_file) != sizeof(sigbytes) ||
+-      (!png_check_sig (sigbytes, sizeof(sigbytes)))) return 0;
++      (png_sig_cmp (sigbytes, 0, sizeof(sigbytes)))) return 0;
+   else return 1;
+ }             
+--- texlive-20091011-source/texk/xdvipdfmx/src/pngimage.c~     2007-11-22 17:48:06.000000000 +0100
++++ texlive-20091011-source/texk/xdvipdfmx/src/pngimage.c      2010-01-28 22:02:06.753257437 +0100
+@@ -146,7 +146,7 @@
+   rewind (png_file);
+   if (fread (sigbytes, 1, sizeof(sigbytes), png_file) !=
+       sizeof(sigbytes) ||
+-      (!png_check_sig (sigbytes, sizeof(sigbytes))))
++      (png_sig_cmp (sigbytes, 0, sizeof(sigbytes))))
+     return 0;
+   else
+     return 1;
+--- texlive-20091011-source/./texk/dvipdfmx/src/pngimage.c~    2009-05-26 01:12:24.000000000 +0200
++++ texlive-20091011-source/./texk/dvipdfmx/src/pngimage.c     2010-01-28 22:02:43.449910278 +0100
+@@ -148,7 +148,7 @@
+   rewind (png_file);
+   if (fread (sigbytes, 1, sizeof(sigbytes), png_file) !=
+       sizeof(sigbytes) ||
+-      (!png_check_sig (sigbytes, sizeof(sigbytes))))
++      (png_sig_cmp (sigbytes, 0, sizeof(sigbytes))))
+     return 0;
+   else
+     return 1;
+--- texlive-20091011-source/./texk/web2c/xetexdir/pngimage.c~  2006-07-26 18:19:45.000000000 +0200
++++ texlive-20091011-source/./texk/web2c/xetexdir/pngimage.c   2010-01-28 22:03:20.986780607 +0100
+@@ -101,7 +101,7 @@
+   rewind (png_file);
+   if (fread (sigbytes, 1, sizeof(sigbytes), png_file) !=
+       sizeof(sigbytes) ||
+-      (!png_check_sig (sigbytes, sizeof(sigbytes))))
++      (png_sig_cmp (sigbytes, 0, sizeof(sigbytes))))
+     return 0;
+   else
+     return 1;
This page took 0.054985 seconds and 4 git commands to generate.