freebsd-ports/print/tex-xdvik/files/patch-texk-xdvik-version.h
Hiroki Sato 90410e570d Update TeXLive to TL2015.
- 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.
2015-07-19 20:33:34 +00:00

20 lines
561 B
C

--- texk/xdvik/version.h.orig 2014-04-13 03:58:39 UTC
+++ texk/xdvik/version.h
@@ -3,6 +3,7 @@
#define VERSION_H_
#define XDVI_VERSION "22.87"
+#define JPVERSION "j1.42-freebsd"
#ifdef MOTIF
#define XDVI_GUI "(Motif toolkit)"
@@ -13,7 +14,7 @@
#define XDVIK_PROGNAME "xdvik"
#define XDVI_PROGNAME "xdvi"
-#define XDVI_VERSION_INFO XDVI_VERSION" "XDVI_GUI
-#define XDVI_TERSE_VERSION_INFO XDVI_VERSION
+#define XDVI_VERSION_INFO XDVI_VERSION" "JPVERSION" "XDVI_GUI
+#define XDVI_TERSE_VERSION_INFO XDVI_VERSION" "JPVERSION
#endif /* VERSION_H_ */