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-dvipsk/files/patch-configure | |
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-- | print/tex-dvipsk/files/patch-configure (renamed from print/tex-dvipsk/files/patch-texk-dvipsk-configure) | 45 |
1 files changed, 11 insertions, 34 deletions
diff --git a/print/tex-dvipsk/files/patch-texk-dvipsk-configure b/print/tex-dvipsk/files/patch-configure index a453437054ad..cf0a71e99ef7 100644 --- a/print/tex-dvipsk/files/patch-texk-dvipsk-configure +++ b/print/tex-dvipsk/files/patch-configure @@ -1,46 +1,23 @@ ---- configure.orig 2014-04-18 03:29:57.000000000 +0900 -+++ configure 2014-08-22 14:50:25.000000000 +0900 -@@ -777,6 +777,7 @@ +--- configure.orig 2015-03-15 17:54:49 UTC ++++ configure +@@ -778,6 +778,7 @@ with_sysroot + enable_libtool_lock + enable_largefile with_system_kpathsea - with_kpathsea_includes - with_kpathsea_libdir +with_paper ' ac_precious_vars='build_alias host_alias -@@ -786,7 +787,8 @@ - LDFLAGS - LIBS - CPPFLAGS --CPP' -+CPP -+CPPFLAGS' - ac_subdirs_all='squeeze' - - # Initialize some variables set by options. -@@ -1438,6 +1440,7 @@ - kpathsea headers installed in DIR - --with-kpathsea-libdir=DIR - kpathsea library installed in DIR +@@ -1440,6 +1441,7 @@ Optional Packages: + compiler's sysroot if not specified). + --with-system-kpathsea use installed kpathsea headers and library (requires + pkg-config) + --with-paper=DIR use paper include/library files from DIR Some influential environment variables: CC C compiler command -@@ -7832,6 +7835,12 @@ - # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> - mkdir_p='$(MKDIR_P)' - -+# For better backward compatibility. To be removed once Automake 1.9.x -+# dies out for good. For more background, see: -+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> -+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> -+mkdir_p='$(MKDIR_P)' -+ - # We need awk for the "check" target. The system "awk" is bad on - # some platforms. - # Always define AMTAR for backward compatibility. Yes, it's still used -@@ -14657,6 +14666,102 @@ - fi +@@ -15151,6 +15153,102 @@ fi + ac_config_files="$ac_config_files Makefile" +eval CPPFLAGS=\"$LIBPAPER_INCLUDES \$CPPFLAGS\" |