diff options
author | Robby Workman <rw@rlworkman.net> | 2011-10-29 17:12:17 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-10-29 17:12:17 -0200 |
commit | 8653d4bdcfce14131db9a1937fe504e8dd61a8be (patch) | |
tree | babc23796bfc426f8a1a7c8051036e54c737a539 /office/texlive/texlive.SlackBuild | |
parent | 836540679a4f6da409e5f335e73bbbc0c47e58e7 (diff) | |
download | slackbuilds-8653d4bdcfce14131db9a1937fe504e8dd61a8be.tar.gz |
office/texlive: Updated with new patches + enabled xindy.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'office/texlive/texlive.SlackBuild')
-rw-r--r-- | office/texlive/texlive.SlackBuild | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/office/texlive/texlive.SlackBuild b/office/texlive/texlive.SlackBuild index 73f13598a7..abd351312b 100644 --- a/office/texlive/texlive.SlackBuild +++ b/office/texlive/texlive.SlackBuild @@ -27,7 +27,7 @@ PRGNAM=texlive VERSION=20110705 -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} SOURCE_VERS=$VERSION @@ -82,8 +82,17 @@ find . \ # Thanks to Karl Berry and the other TeXLive devs for agreeing to the extra # work required to maintain a -stable branch of each release # http://tug.org/svn/texlive/branches/branch2011 -patch -p2 < $CWD/branch2011/off-by-one-fix-for-enctex-xetex.patch -patch -p2 < $CWD/branch2011/synctex-coordinate-fix.patch +patch -p2 < $CWD/branch2011/01-off-by-one-fix-for-enctex-xetex.patch +patch -p2 < $CWD/branch2011/02-synctex-coordinate-fix.patch +patch -p2 < $CWD/branch2011/03-create-README.branch2011.patch +patch -p2 < $CWD/branch2011/04-line_number_fix_from_r24155.patch +patch -p2 < $CWD/branch2011/05-update_README.branch2011.patch +patch -p2 < $CWD/branch2011/06-buffer_overrun_fix_from_r24337.patch +patch -p2 < $CWD/branch2011/07-fix_memory_corruption_from_r23592.patch +patch -p2 < $CWD/branch2011/08-e-ptex_fixes_from_r23688.patch +patch -p2 < $CWD/branch2011/09-update_branch_log.patch +patch -p2 < $CWD/branch2011/10-luatex_array_fix_from_r24353.patch +patch -p2 < $CWD/branch2011/11-update_branch_log.patch # Thanks to Peter Berntsen for the problem report and fix patch -p1 < $CWD/patches/source-fixup_texmf-local_tree_in_texmf_cnf.diff @@ -95,7 +104,6 @@ patch -p1 < $CWD/patches/source-fixup_texmf-local_tree_in_texmf_cnf.diff # that are automatically created will be correct... # Building with --without-etex as it is something for eclipse -# Building with --disable-xindy as it requires shared libsigsegv # Building with "--without-system-xpdf" because poppler API changes too often TL_BUILD_ENV="CFLAGS=\"$SLKCFLAGS\" CXXFLAGS=\"$SLKCFLAGS\"" \ @@ -106,8 +114,9 @@ TL_CONFIGURE_ARGS="\ --disable-static \ --with-x \ --without-etex \ - --disable-xindy \ --without-system-xpdf \ + --enable-xindy \ + --with-clisp-runtime=system \ --with-system-ncurses \ --with-system-zlib \ --with-system-libpng \ |