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-ptexenc/files/patch-ptexenc.c | |
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-ptexenc/files/patch-ptexenc.c')
-rw-r--r-- | print/tex-ptexenc/files/patch-ptexenc.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/tex-ptexenc/files/patch-ptexenc.c b/print/tex-ptexenc/files/patch-ptexenc.c index 8d0edeef5db3..8fa961ac162b 100644 --- a/print/tex-ptexenc/files/patch-ptexenc.c +++ b/print/tex-ptexenc/files/patch-ptexenc.c @@ -1,5 +1,5 @@ ---- ptexenc.c.orig 2014-04-28 15:37:18.000000000 +0900 -+++ ptexenc.c 2014-08-20 23:12:12.000000000 +0900 +--- ptexenc.c.orig 2014-04-28 06:37:18 UTC ++++ ptexenc.c @@ -15,6 +15,7 @@ #include <ptexenc/unicode-jp.h> @@ -56,7 +56,7 @@ #define ESC '\033' #ifndef NOFILE -@@ -64,7 +101,7 @@ +@@ -64,7 +101,7 @@ static const_string enc_to_string(int en static int string_to_enc(const_string str) { if (str == NULL) return ENC_UNKNOWN; @@ -65,7 +65,7 @@ if (strcasecmp(str, "jis") == 0) return ENC_JIS; if (strcasecmp(str, "euc") == 0) return ENC_EUC; if (strcasecmp(str, "sjis") == 0) return ENC_SJIS; -@@ -92,7 +129,7 @@ +@@ -92,7 +129,7 @@ static int get_default_enc(void) } else if (enc != ENC_UNKNOWN) { return enc; } @@ -74,7 +74,7 @@ } static void set_file_enc(int enc) -@@ -150,14 +187,14 @@ +@@ -150,14 +187,14 @@ void enable_UPTEX (boolean enable) { UPTEX_enabled = enable; if (enable) { |