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-dvisel.c | |
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-dvisel.c')
-rw-r--r-- | print/tex-xdvik/files/patch-texk-xdvik-dvisel.c | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/print/tex-xdvik/files/patch-texk-xdvik-dvisel.c b/print/tex-xdvik/files/patch-texk-xdvik-dvisel.c deleted file mode 100644 index b106ed7573db..000000000000 --- a/print/tex-xdvik/files/patch-texk-xdvik-dvisel.c +++ /dev/null @@ -1,36 +0,0 @@ ---- texk/xdvik/dvisel.c.orig 2008-02-11 22:47:58 UTC -+++ texk/xdvik/dvisel.c -@@ -28,6 +28,7 @@ - #include <string.h> - #include <ctype.h> - -+#include "xdvi-config.h" - #include "dvi.h" - #include "pagesel.h" - #include "dvisel.h" -@@ -510,6 +511,12 @@ WriteDVI(FILE *fin, FILE *fout, long *fo - n += 4; - /* fall through */ - -+ case SET4: -+ case PUT4: -+ if (!resource.omega) { -+ dvi_fmt_error("%s:%d: WriteDVI: op-code %d only works with the \"-omega\" option", -+ __FILE__, __LINE__, c); -+ } - case RIGHT4: - case W4: - case X4: -@@ -519,6 +526,12 @@ WriteDVI(FILE *fin, FILE *fout, long *fo - n++; - /* fall through */ - -+ case SET3: -+ case PUT3: -+ if (!resource.omega) { -+ dvi_fmt_error("%s:%d: WriteDVI: op-code %d only works with the \"-omega\" option", -+ __FILE__, __LINE__, c); -+ } - case RIGHT3: - case W3: - case X3: |