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 /devel/tex-libtexlua/files/patch-Makefile.in | |
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 '')
-rw-r--r-- | devel/tex-libtexlua/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/tex-libtexlua/files/patch-Makefile.in b/devel/tex-libtexlua/files/patch-Makefile.in new file mode 100644 index 000000000000..450a29e9c469 --- /dev/null +++ b/devel/tex-libtexlua/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2015-02-16 14:32:53 UTC ++++ Makefile.in +@@ -675,7 +675,7 @@ lua52include_HEADERS = \ + $(LUA52_TREE)/src/lua.hpp \ + $(LUA52_TREE)/src/lualib.h + +-pkgconfigdir = ${libdir}/pkgconfig ++pkgconfigdir = ${prefix}/libdata/pkgconfig + pkgconfig_DATA = texlua52.pc + @build_TRUE@dist_check_SCRIPTS = lua52.test luaerror.test + @build_TRUE@TESTS = lua52.test luaerror.test |