summaryrefslogtreecommitdiff
path: root/print/tex-xdvik/files/patch-texk-xdvik-util.h
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-03-17 19:54:14 -0500
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-03-17 19:58:12 -0500
commit10cb4eaa8cc89aee25a8def73fd9470f75090d70 (patch)
tree58f5d7dbc6ae51b13e8dd4ebf5400a04a6b7c960 /print/tex-xdvik/files/patch-texk-xdvik-util.h
parentsysutils/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-util.h')
-rw-r--r--print/tex-xdvik/files/patch-texk-xdvik-util.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/print/tex-xdvik/files/patch-texk-xdvik-util.h b/print/tex-xdvik/files/patch-texk-xdvik-util.h
deleted file mode 100644
index 2cb8175a5c9b..000000000000
--- a/print/tex-xdvik/files/patch-texk-xdvik-util.h
+++ /dev/null
@@ -1,29 +0,0 @@
---- 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 *);
-+extern void clear_bitmap(struct bitmap *);
-+extern void fill_bitmap(struct bitmap *);
-+extern void order_reverse_bitmap(struct bitmap *);
-
- extern char *my_realpath(const char *path, char *real);
- #ifdef HAVE_REALPATH
-@@ -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);
-
-+#if FREETYPE || PS
-
- /*
- * AVL tree structures.
-@@ -168,6 +172,8 @@ struct avl { /* generic data structure
-
- extern struct avl *avladd(const char *, size_t, struct avl **, size_t);
-
-+#endif /* FREETYPE || PS */
-+
-
- extern Boolean copy_file(const char *from, const char *to);
- extern Boolean copy_fp(FILE *in, FILE *out);