mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- 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.
12 lines
356 B
C
12 lines
356 B
C
--- texk/xdvik/pk.c.orig 2009-03-02 21:43:37 UTC
|
|
+++ texk/xdvik/pk.c
|
|
@@ -201,6 +201,9 @@ read_PK_char(struct font *fontp,
|
|
|
|
g->dvi_adv = fontp->dimconv * fpwidth;
|
|
|
|
+#ifdef PTEX
|
|
+ g->tdir = fontp->dir;
|
|
+#endif /* PTEX */
|
|
if (globals.debug & DBG_PK) {
|
|
if (g->bitmap.w != 0)
|
|
printf(", size=%dx%d, dvi_adv=%ld", g->bitmap.w, g->bitmap.h,
|