From 042d4edb85997e17a0b71f0f584e7c6371b2bf39 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 5 Dec 2020 03:00:47 +0000 Subject: CTAN sync 202012050300 --- systems/texlive/tlnet/install-tl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'systems/texlive/tlnet/install-tl') diff --git a/systems/texlive/tlnet/install-tl b/systems/texlive/tlnet/install-tl index d131f5907c..e110596640 100755 --- a/systems/texlive/tlnet/install-tl +++ b/systems/texlive/tlnet/install-tl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: install-tl 56866 2020-11-06 03:11:34Z kakuto $ +# $Id: install-tl 57052 2020-12-03 12:02:10Z siepo $ # Copyright 2007-2020 # Reinhard Kotucha, Norbert Preining, Karl Berry, Siep Kroonenberg. # This file is licensed under the GNU General Public License version 2 @@ -8,7 +8,7 @@ # Be careful when changing wording: *every* normal informational message # output here must be recognized by the long grep in tl-update-tlnet. -my $svnrev = '$Revision: 56866 $'; +my $svnrev = '$Revision: 57052 $'; $svnrev =~ m/: ([0-9]+) /; $::installerrevision = ($1 ? $1 : 'unknown'); @@ -119,6 +119,8 @@ if (($^O !~ /^MSWin/i) && } # done scanning arguments if ($want_tcl) { + # Darwin: suppress deprecation warning + $ENV{'TK_SILENCE_DEPRECATION'} = 1 if $^O eq 'darwin'; unshift (@new_args, "--"); unshift (@new_args, "$::installerdir/tlpkg/installer/install-tl-gui.tcl"); my @wishes = qw /wish wish8.7 wish8.6 wish8.5 tclkit/; @@ -3135,7 +3137,7 @@ This script and its documentation were written for the TeX Live distribution (L) and both are licensed under the GNU General Public License Version 2 or later. -$Id: install-tl 56866 2020-11-06 03:11:34Z kakuto $ +$Id: install-tl 57052 2020-12-03 12:02:10Z siepo $ =cut # to remake HTML version: pod2html --cachedir=/tmp install-tl >/tmp/itl.html -- cgit v1.2.3