From 90410e570da38ffd6b5077fafe644b17378e70a9 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Sun, 19 Jul 2015 20:33:34 +0000 Subject: Update TeXLive to TL2015. - print/texlive-infra was renamed with print/texlive-tlmgr. Note that currently tlmgr(1) does not work because of lack of TLPDB. This will be fixed. - Lua libraries used in LuaTeX are separated into devel/tex-libtexlua and devel/texlibtexluajit. USE_TEX supports them via keywords "texlua" and "texluajit". - libsynctex is currently installed by devel/tex-web2c. This will be separated into a single port. - Add graphics/libpotrace and use installed libpotrace and libharfbuzz. --- print/tex-xdvik/files/patch-texk-xdvik-vf.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'print/tex-xdvik/files/patch-texk-xdvik-vf.c') diff --git a/print/tex-xdvik/files/patch-texk-xdvik-vf.c b/print/tex-xdvik/files/patch-texk-xdvik-vf.c index aefb6ae15d17..96ae9c5db8f4 100644 --- a/print/tex-xdvik/files/patch-texk-xdvik-vf.c +++ b/print/tex-xdvik/files/patch-texk-xdvik-vf.c @@ -1,6 +1,6 @@ ---- texk/xdvik/vf.c.orig 2014-09-02 18:41:34.000000000 +0900 -+++ texk/xdvik/vf.c 2015-01-31 21:02:18.000000000 +0900 -@@ -126,7 +126,7 @@ +--- texk/xdvik/vf.c.orig 2008-02-11 22:47:58 UTC ++++ texk/xdvik/vf.c +@@ -126,7 +126,7 @@ read_VF_index(struct font *fontp, wide_b len = get_bytes(VF_file, 4); cc = get_bytes(VF_file, 4); width = get_bytes(VF_file, 4); @@ -9,7 +9,7 @@ || (!resource.omega && cc >= 256)) { XDVI_WARNING((stderr, "Virtual character %lu in font %s ignored.", cc, fontp->fontname)); -@@ -141,6 +141,13 @@ +@@ -141,6 +141,13 @@ read_VF_index(struct font *fontp, wide_b } if (resource.omega) { maxcc = (cc > maxcc) ? cc : maxcc; -- cgit v1.2.3