summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-05-22 23:52:46 +0000
committerKarl Berry <karl@freefriends.org>2014-05-22 23:52:46 +0000
commit3fee090bba865d0b857c64a18f16658a86d43e64 (patch)
treede4814fedc74fe8890e7f832786f0121b8122f8b
parentc864c4ffcd96b2ae820a0496c02f8b7636fd07b4 (diff)
more 2014 preparations
git-svn-id: svn://tug.org/texlive/trunk@34220 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/tlpkg/bin/check-wrapper-consistency2
-rwxr-xr-xMaster/tlpkg/bin/tl-update-bindir6
-rwxr-xr-xMaster/tlpkg/bin/tl-update-images4
3 files changed, 7 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency
index 4c014ffeaaa..c693b2e5bb8 100755
--- a/Master/tlpkg/bin/check-wrapper-consistency
+++ b/Master/tlpkg/bin/check-wrapper-consistency
@@ -143,8 +143,6 @@ sub list_shell_scripts {
# more shell scripts, that are not part of linked_scripts.
$sh{"chkweb"} = 1;
- $sh{"getafm"} = 1;
- $sh{"showchar"} = 1;
return %sh;
}
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir
index 73331f22d57..353eed8ea5d 100755
--- a/Master/tlpkg/bin/tl-update-bindir
+++ b/Master/tlpkg/bin/tl-update-bindir
@@ -139,7 +139,11 @@ for tlname in $tlnames; do
$grab ftp://ftp.cea.fr/incoming/y2k01/braslau/i386-unknown-kfreebsd10.0-gnu.tar.xz;;
i386-linux)
default_bin_loc=/home/texlive/karl/Build/source/inst/bin/i686-pc-linux-gnu
- rm -f $default_bin_loc/dvisvgm;;
+ # to get gs support to not crash, we must compile dvisvgm differently
+ # than the rest; users won't accept anything less.
+ special_dvisvgm=/home/texlive/svgm/Work/texk/dvisvgm/dvisvgm
+ cp $special_dvisvgm $default_bin_loc/dvisvgm
+ strip $default_bin_loc/dvisvgm;;
i386-netbsd)
download_loc=$tmpdir/tl.$tlname.tar.xz
default_bin_loc=$download_loc
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images
index ebe18cd70f7..6600eae8a01 100755
--- a/Master/tlpkg/bin/tl-update-images
+++ b/Master/tlpkg/bin/tl-update-images
@@ -2,7 +2,7 @@
# $Id$
# Create the .iso image(s) for TeX Live.
#
-# Copyright 2007-2013 Karl Berry.
+# Copyright 2007-2014 Karl Berry.
# Copyright 2003, 2004, 2005 Sebastian Rahtz.
#
# This file is licensed under the GNU General Public License version 2
@@ -12,7 +12,7 @@
# Historical notes at the end of the script.
NAME=texlive
-V=2013
+V=2014
D=`date +%Y%m%d`
target=/home/ftp/texlive/Images/test