summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-18 22:58:52 +0000
committerKarl Berry <karl@freefriends.org>2013-04-18 22:58:52 +0000
commit5514e6a9c75aa1f87e470e29227c3a78b6659eca (patch)
treed4b47b9e992ae986c26fa0420eafa2de2e006c6a /Build
parentfebfb1187ddff290a6d332009db5797488c693de (diff)
sync
git-svn-id: svn://tug.org/texlive/trunk@30017 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/tests/TeXLive/TLConfig.pm5
-rw-r--r--Build/source/texk/tests/TeXLive/TLUtils.pm8
-rw-r--r--Build/source/utils/biber/README5
-rw-r--r--Build/source/utils/biber/TeXLive/TLConfig.pm5
-rw-r--r--Build/source/utils/biber/TeXLive/TLUtils.pm8
5 files changed, 16 insertions, 15 deletions
diff --git a/Build/source/texk/tests/TeXLive/TLConfig.pm b/Build/source/texk/tests/TeXLive/TLConfig.pm
index 6eb7755df44..4e88b3aa484 100644
--- a/Build/source/texk/tests/TeXLive/TLConfig.pm
+++ b/Build/source/texk/tests/TeXLive/TLConfig.pm
@@ -5,7 +5,7 @@
package TeXLive::TLConfig;
-my $svnrev = '$Revision: 29725 $';
+my $svnrev = '$Revision: 29883 $';
my $_modulerevision;
if ($svnrev =~ m/: ([0-9]+) /) {
$_modulerevision = $1;
@@ -184,7 +184,8 @@ our %TLPDBOptions = (
our %TLPDBSettings = (
"platform" => [ "s", "Main platform for this computer" ],
- "available_architectures" => [ "l", "All available/installed architectures" ]
+ "available_architectures" => [ "l", "All available/installed architectures" ],
+ "usertree" => [ "b", "This tree acts as user tree" ]
);
our $WindowsMainMenuName = "TeX Live $ReleaseYear";
diff --git a/Build/source/texk/tests/TeXLive/TLUtils.pm b/Build/source/texk/tests/TeXLive/TLUtils.pm
index f4faeef0d56..b5902c6ed12 100644
--- a/Build/source/texk/tests/TeXLive/TLUtils.pm
+++ b/Build/source/texk/tests/TeXLive/TLUtils.pm
@@ -5,7 +5,7 @@
package TeXLive::TLUtils;
-my $svnrev = '$Revision: 29725 $';
+my $svnrev = '$Revision: 29926 $';
my $_modulerevision;
if ($svnrev =~ m/: ([0-9]+) /) {
$_modulerevision = $1;
@@ -1327,7 +1327,7 @@ sub install_packages {
# if a package is relocatable we have to cancel the reloc prefix
# before we save it to the local tlpdb
if ($tlpobj->relocated) {
- $tlpobj->cancel_reloc_prefix;
+ $tlpobj->replace_reloc_prefix;
}
$totlpdb->add_tlpobj($tlpobj);
# we have to write out the tlpobj file since it is contained in the
@@ -3678,10 +3678,10 @@ sub compare_tlpobjs {
$ret{'revision'} = "$rA:$rB";
}
if ($tlpA->relocated) {
- $tlpA->cancel_reloc_prefix;
+ $tlpA->replace_reloc_prefix;
}
if ($tlpB->relocated) {
- $tlpB->cancel_reloc_prefix;
+ $tlpB->replace_reloc_prefix;
}
my @fA = $tlpA->all_files;
my @fB = $tlpB->all_files;
diff --git a/Build/source/utils/biber/README b/Build/source/utils/biber/README
index 80145b266ca..ed3952db40e 100644
--- a/Build/source/utils/biber/README
+++ b/Build/source/utils/biber/README
@@ -1,4 +1,4 @@
- Copyright 2011 Karl Berry <tex-live@tug.org>
+ Copyright 2011-2013 Karl Berry <tex-live@tug.org>
This file is free software; the copyright holder
gives unlimited permission to copy and/or distribute it,
@@ -25,8 +25,7 @@ TeXLive/TLUtils.pm file here, along with a custom ./TeXLive/TLConfig.pm,
to avoid duplicating the platform-detection logic.
TLUtils.pm is kept in sync via the "srclist-update" mechanism; see
-Master/tlpkg/dev/srclist.txt. The copy here in biber is a strictly a slave.
+Master/tlpkg/dev/srclist.txt. The copy here in biber is strictly a slave.
For any real information about or discussion of biber, please see their
web site at http://biblatex-biber.sourceforge.net.
-
diff --git a/Build/source/utils/biber/TeXLive/TLConfig.pm b/Build/source/utils/biber/TeXLive/TLConfig.pm
index 6eb7755df44..4e88b3aa484 100644
--- a/Build/source/utils/biber/TeXLive/TLConfig.pm
+++ b/Build/source/utils/biber/TeXLive/TLConfig.pm
@@ -5,7 +5,7 @@
package TeXLive::TLConfig;
-my $svnrev = '$Revision: 29725 $';
+my $svnrev = '$Revision: 29883 $';
my $_modulerevision;
if ($svnrev =~ m/: ([0-9]+) /) {
$_modulerevision = $1;
@@ -184,7 +184,8 @@ our %TLPDBOptions = (
our %TLPDBSettings = (
"platform" => [ "s", "Main platform for this computer" ],
- "available_architectures" => [ "l", "All available/installed architectures" ]
+ "available_architectures" => [ "l", "All available/installed architectures" ],
+ "usertree" => [ "b", "This tree acts as user tree" ]
);
our $WindowsMainMenuName = "TeX Live $ReleaseYear";
diff --git a/Build/source/utils/biber/TeXLive/TLUtils.pm b/Build/source/utils/biber/TeXLive/TLUtils.pm
index f4faeef0d56..b5902c6ed12 100644
--- a/Build/source/utils/biber/TeXLive/TLUtils.pm
+++ b/Build/source/utils/biber/TeXLive/TLUtils.pm
@@ -5,7 +5,7 @@
package TeXLive::TLUtils;
-my $svnrev = '$Revision: 29725 $';
+my $svnrev = '$Revision: 29926 $';
my $_modulerevision;
if ($svnrev =~ m/: ([0-9]+) /) {
$_modulerevision = $1;
@@ -1327,7 +1327,7 @@ sub install_packages {
# if a package is relocatable we have to cancel the reloc prefix
# before we save it to the local tlpdb
if ($tlpobj->relocated) {
- $tlpobj->cancel_reloc_prefix;
+ $tlpobj->replace_reloc_prefix;
}
$totlpdb->add_tlpobj($tlpobj);
# we have to write out the tlpobj file since it is contained in the
@@ -3678,10 +3678,10 @@ sub compare_tlpobjs {
$ret{'revision'} = "$rA:$rB";
}
if ($tlpA->relocated) {
- $tlpA->cancel_reloc_prefix;
+ $tlpA->replace_reloc_prefix;
}
if ($tlpB->relocated) {
- $tlpB->cancel_reloc_prefix;
+ $tlpB->replace_reloc_prefix;
}
my @fA = $tlpA->all_files;
my @fB = $tlpB->all_files;