summaryrefslogtreecommitdiff
path: root/print/tex-xdvik/files/patch-texk-xdvik-util.h
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2015-07-19 20:33:34 +0000
committerHiroki Sato <hrs@FreeBSD.org>2015-07-19 20:33:34 +0000
commit90410e570da38ffd6b5077fafe644b17378e70a9 (patch)
tree346ed2be37b627807351d830ba39e46d40a65664 /print/tex-xdvik/files/patch-texk-xdvik-util.h
parentConvert 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.h')
-rw-r--r--print/tex-xdvik/files/patch-texk-xdvik-util.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/print/tex-xdvik/files/patch-texk-xdvik-util.h b/print/tex-xdvik/files/patch-texk-xdvik-util.h
index 13f54b401857..2cb8175a5c9b 100644
--- a/print/tex-xdvik/files/patch-texk-xdvik-util.h
+++ b/print/tex-xdvik/files/patch-texk-xdvik-util.h
@@ -1,6 +1,6 @@
---- texk/xdvik/util.h.orig 2014-09-02 18:41:34.000000000 +0900
-+++ texk/xdvik/util.h 2015-01-31 21:02:18.000000000 +0900
-@@ -73,6 +73,9 @@
+--- texk/xdvik/util.h.orig 2014-04-08 18:43:12 UTC
++++ texk/xdvik/util.h
+@@ -73,6 +73,9 @@ extern void prep_fd(int fd, wide_bool no
struct bitmap; /* forward declaration */
extern void alloc_bitmap(struct bitmap *);
@@ -10,7 +10,7 @@
extern char *my_realpath(const char *path, char *real);
#ifdef HAVE_REALPATH
-@@ -150,6 +153,7 @@
+@@ -150,6 +153,7 @@ typedef hash_table_type hashTableT; /* f
extern Boolean find_str_int_hash(hashTableT *hashtable, const char *key, size_t *val);
extern void put_str_int_hash(hashTableT *hashtable, const char *key, size_t val);
@@ -18,7 +18,7 @@
/*
* AVL tree structures.
-@@ -168,6 +172,8 @@
+@@ -168,6 +172,8 @@ struct avl { /* generic data structure
extern struct avl *avladd(const char *, size_t, struct avl **, size_t);