diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2015-07-19 20:33:34 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-07-19 20:33:34 +0000 |
commit | 90410e570da38ffd6b5077fafe644b17378e70a9 (patch) | |
tree | 346ed2be37b627807351d830ba39e46d40a65664 /print/tex-xdvik/files/patch-texk-xdvik-util.c | |
parent | Convert to USES=libarchive, reduce over linking (diff) |
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.
Notes
Notes:
svn path=/head/; revision=392534
Diffstat (limited to 'print/tex-xdvik/files/patch-texk-xdvik-util.c')
-rw-r--r-- | print/tex-xdvik/files/patch-texk-xdvik-util.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print/tex-xdvik/files/patch-texk-xdvik-util.c b/print/tex-xdvik/files/patch-texk-xdvik-util.c index 37bd750eb1fb..2c1c820c96f8 100644 --- a/print/tex-xdvik/files/patch-texk-xdvik-util.c +++ b/print/tex-xdvik/files/patch-texk-xdvik-util.c @@ -1,6 +1,6 @@ ---- texk/xdvik/util.c.orig 2014-09-02 18:41:34.000000000 +0900 -+++ texk/xdvik/util.c 2015-01-31 21:02:18.000000000 +0900 -@@ -215,6 +215,7 @@ +--- texk/xdvik/util.c.orig 2014-04-08 18:43:12 UTC ++++ texk/xdvik/util.c +@@ -215,6 +215,7 @@ struct debug_string_options debug_option { DBG_GUI, "gui", ", " }, { DBG_FIND, "find", ", " }, { DBG_FILES, "files", ", " }, @@ -8,7 +8,7 @@ { DBG_ALL, "all", "\n" }, /* end marker */ { 0, NULL, NULL } -@@ -708,6 +709,38 @@ +@@ -708,6 +709,38 @@ alloc_bitmap(struct bitmap *bitmap) bitmap->bits = xmalloc(size != 0 ? size : 1); } @@ -47,7 +47,7 @@ #ifndef HAVE_MEMICMP /* -@@ -1581,6 +1614,8 @@ +@@ -1581,6 +1614,8 @@ put_str_int_hash(hashTableT *hashtable, } @@ -56,7 +56,7 @@ /* * General AVL tree mechanism. Search for a node, and return it if found. * Otherwise insert a node. -@@ -1712,6 +1747,8 @@ +@@ -1712,6 +1747,8 @@ avladd(const char *key, size_t key_len, return ap; } |