diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-17 23:05:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-17 23:05:35 +0000 |
commit | b64c7b32b48777f57e9897efc88b21744968a615 (patch) | |
tree | 33d12467a34c515916bac6e8a191253e9e4054cf /Master/texmf-dist/scripts | |
parent | 2863521d6b9fb1d966044e8b9254a2b68f0d576e (diff) |
more settings for 2014 preparations
git-svn-id: svn://tug.org/texlive/trunk@33493 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 05aae88be3f..1ec60e73515 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -5041,7 +5041,8 @@ sub check_depends { } # list of collections. my @colls = $localtlpdb->collections; - my @coll_deps = $localtlpdb->expand_dependencies("-no-collections",$localtlpdb,@colls); + my @coll_deps + = $localtlpdb->expand_dependencies("-no-collections", $localtlpdb, @colls); my %coll_deps; @coll_deps{@coll_deps} = (); # initialize hash with keys from list @@ -5051,9 +5052,8 @@ sub check_depends { next if $pkg =~ m/^00texlive/; # For each package, check that it is a dependency of some collection. - # Whatever is left in %coll_deps after this loop will be the problem if (! exists $coll_deps{$pkg}) { - # Except that schemes and our special .win32 packages are ok. + # Except that schemes and our ugly Windows packages are ok. push (@no_dep, $pkg) unless $pkg =~/^scheme-|\.win32$/; } @@ -7188,9 +7188,6 @@ downgrade. Also, packages for uninstalled platforms are not installed. =head1 USER MODE -B<WARNING:> This is new work in TL 2013. Expect breakage, and the need -to reinstall your user tree. - C<tlmgr> provides a restricted way, called ``user mode'', to manage arbitrary texmf trees in the same way as the main installation. For example, this allows people without write permissions on the |