diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2015-07-19 20:33:34 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-07-19 20:33:34 +0000 |
commit | 90410e570da38ffd6b5077fafe644b17378e70a9 (patch) | |
tree | 346ed2be37b627807351d830ba39e46d40a65664 /print/tex-xdvik/files/patch-texk-xdvik-ptexmap.h | |
parent | Convert to USES=libarchive, reduce over linking (diff) |
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.
Notes
Notes:
svn path=/head/; revision=392534
Diffstat (limited to 'print/tex-xdvik/files/patch-texk-xdvik-ptexmap.h')
-rw-r--r-- | print/tex-xdvik/files/patch-texk-xdvik-ptexmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/tex-xdvik/files/patch-texk-xdvik-ptexmap.h b/print/tex-xdvik/files/patch-texk-xdvik-ptexmap.h index 8b5b44046ff9..c388725fb38f 100644 --- a/print/tex-xdvik/files/patch-texk-xdvik-ptexmap.h +++ b/print/tex-xdvik/files/patch-texk-xdvik-ptexmap.h @@ -1,5 +1,5 @@ ---- /dev/null 2015-01-31 21:35:05.000000000 +0900 -+++ texk/xdvik/ptexmap.h 2015-01-31 21:02:18.000000000 +0900 +--- texk/xdvik/ptexmap.h.orig 2015-07-19 18:49:42 UTC ++++ texk/xdvik/ptexmap.h @@ -0,0 +1,27 @@ +#ifndef PTEXMAP_H_ +#define PTEXMAP_H_ |