aboutsummaryrefslogtreecommitdiff
path: root/print/tex-xdvik/files/patch-texk-xdvik-dvi-init.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-init.h
parentf49e638aa3db5c8ca44767d7ff0af45b59f0602f (diff)
downloadports-90410e570da38ffd6b5077fafe644b17378e70a9.tar.gz
ports-90410e570da38ffd6b5077fafe644b17378e70a9.zip
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-dvi-init.h')
-rw-r--r--print/tex-xdvik/files/patch-texk-xdvik-dvi-init.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/print/tex-xdvik/files/patch-texk-xdvik-dvi-init.h b/print/tex-xdvik/files/patch-texk-xdvik-dvi-init.h
index 283cff6824d8..66eb4be06bd9 100644
--- a/print/tex-xdvik/files/patch-texk-xdvik-dvi-init.h
+++ b/print/tex-xdvik/files/patch-texk-xdvik-dvi-init.h
@@ -1,6 +1,6 @@
---- texk/xdvik/dvi-init.h.orig 2014-09-02 18:41:34.000000000 +0900
-+++ texk/xdvik/dvi-init.h 2015-01-31 21:02:18.000000000 +0900
-@@ -100,6 +100,12 @@
+--- texk/xdvik/dvi-init.h.orig 2013-03-31 05:28:20 UTC
++++ texk/xdvik/dvi-init.h
+@@ -100,6 +100,12 @@ struct glyph {
char *pixmap2_gc2; /* separate image data for drawing image to globals.gc.fore2 */
#endif /* GREY */
struct bitmap bitmap2; /* shrunken bitmap for character */
@@ -13,7 +13,7 @@
};
/*
-@@ -131,6 +137,9 @@
+@@ -131,6 +137,9 @@ struct macro {
#define FONT_IN_USE 1 /* used for housekeeping */
#define FONT_LOADED 2 /* if font file has been read */
#define FONT_VIRTUAL 4 /* if font is virtual */
@@ -23,7 +23,7 @@
/* forward declarations */
struct font;
-@@ -156,6 +165,11 @@
+@@ -156,6 +165,11 @@ struct font {
struct glyph *glyph;
/* these fields are used by (loaded) virtual fonts */
struct font **vf_table; /* list of fonts used by this vf */
@@ -35,7 +35,7 @@
struct tn *vf_chain; /* ditto, if TeXnumber >= VFTABLELEN */
struct font *first_font; /* first font defined */
struct macro *macro;
-@@ -175,6 +189,7 @@
+@@ -175,6 +189,7 @@ struct tn {
};