diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-03-17 19:54:14 -0500 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-03-17 19:58:12 -0500 |
commit | 10cb4eaa8cc89aee25a8def73fd9470f75090d70 (patch) | |
tree | 58f5d7dbc6ae51b13e8dd4ebf5400a04a6b7c960 /print/tex-xdvik/files/patch-texk-xdvik-dvi-draw.h | |
parent | sysutils/screen: Update to 4.9.0 (diff) |
print/tex-xdvik: Update version 22.87=>22.87.06
While upgradingthe extra japanese ptex patches has been removed as those
are not compatible with latest version and the old patches are also from
early 2008. If someone make those work with the new version the patches
are welcome. For further details or the older version of tex-xdvik with
those patches please use japanese/ja-tex-xdvik
Relnotes: https://sourceforge.net/projects/xdvi/files/xdvik/22.87.06/
Diffstat (limited to 'print/tex-xdvik/files/patch-texk-xdvik-dvi-draw.h')
-rw-r--r-- | print/tex-xdvik/files/patch-texk-xdvik-dvi-draw.h | 28 |
1 files changed, 0 insertions, 28 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 deleted file mode 100644 index 765679fcbbd1..000000000000 --- a/print/tex-xdvik/files/patch-texk-xdvik-dvi-draw.h +++ /dev/null @@ -1,28 +0,0 @@ ---- 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 -+#ifdef PTEX -+#define TATE currinf.data.tdir -+#else /* !PTEX */ -+#define TATE False -+#endif /* !PTEX */ - - extern void draw_page(void); - extern void source_reverse_search(int, int, wide_bool); -@@ -120,6 +125,13 @@ extern setcharRetvalT set_char( - wide_ubyte cmd, - #endif - wide_ubyte ch); -+#ifdef PTEX -+extern setcharRetvalT set_char2( -+#ifdef TEXXET -+ wide_ubyte cmd, -+#endif -+ wide_ubyte ch); -+#endif /* PTEX */ - extern setcharRetvalT load_n_set_char( - #ifdef TEXXET - wide_ubyte cmd, |