summaryrefslogtreecommitdiff
path: root/print/tex-xdvik/files/patch-texk-xdvik-dvi-draw.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-dvi-draw.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 '')
-rw-r--r--print/tex-xdvik/files/patch-texk-xdvik-dvi-draw.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/print/tex-xdvik/files/patch-texk-xdvik-dvi-draw.h b/print/tex-xdvik/files/patch-texk-xdvik-dvi-draw.h
index 55d526fcdd8a..765679fcbbd1 100644
--- a/print/tex-xdvik/files/patch-texk-xdvik-dvi-draw.h
+++ b/print/tex-xdvik/files/patch-texk-xdvik-dvi-draw.h
@@ -1,6 +1,6 @@
---- texk/xdvik/dvi-draw.h.orig 2014-09-02 18:41:34.000000000 +0900
-+++ texk/xdvik/dvi-draw.h 2015-01-31 21:02:18.000000000 +0900
-@@ -82,6 +82,11 @@
+--- texk/xdvik/dvi-draw.h.orig 2013-04-05 00:14:54 UTC
++++ texk/xdvik/dvi-draw.h
+@@ -82,6 +82,11 @@ extern void src_parse(const char *str, i
#define XX currinf.data.x
#define YY currinf.data.y
#define ZZ currinf.data.z
@@ -12,7 +12,7 @@
extern void draw_page(void);
extern void source_reverse_search(int, int, wide_bool);
-@@ -120,6 +125,13 @@
+@@ -120,6 +125,13 @@ extern setcharRetvalT set_char(
wide_ubyte cmd,
#endif
wide_ubyte ch);