From 90410e570da38ffd6b5077fafe644b17378e70a9 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Sun, 19 Jul 2015 20:33:34 +0000 Subject: 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. --- devel/tex-web2c/files/patch-Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/tex-web2c/files/patch-Makefile.in (limited to 'devel/tex-web2c/files/patch-Makefile.in') diff --git a/devel/tex-web2c/files/patch-Makefile.in b/devel/tex-web2c/files/patch-Makefile.in new file mode 100644 index 000000000000..0a33400f8920 --- /dev/null +++ b/devel/tex-web2c/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2015-04-16 19:53:45 UTC ++++ Makefile.in +@@ -3557,7 +3557,7 @@ libsynctex_la_SOURCES = \ + + nodist_libsynctex_a_SOURCES = $(libsynctex_la_SOURCES) + syncincludedir = ${includedir}/synctex +-pkgconfigdir = ${libdir}/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + @SYNCTEX_TRUE@syncinclude_HEADERS = \ + @SYNCTEX_TRUE@ synctexdir/synctex_parser.h \ + @SYNCTEX_TRUE@ synctexdir/synctex_parser_utils.h -- cgit v1.2.3