mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 15:59:18 -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
389 B
C
12 lines
389 B
C
--- texk/xdvik/gui/help-window.c.orig 2013-03-31 05:28:21 UTC
|
|
+++ texk/xdvik/gui/help-window.c
|
|
@@ -314,6 +314,9 @@ initialize_items(struct topic_info *info
|
|
#if FREETYPE
|
|
"- freetype2 (direct rendering of PS fonts) enabled\n",
|
|
#endif
|
|
+#ifdef PTEX
|
|
+ "- FreeType2 (Kanji font rendering) enabled\n",
|
|
+#endif /* PTEX */
|
|
#if HAVE_ICONV_H
|
|
"- Iconv support compiled in\n",
|
|
#if USE_LANGINFO
|