summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/source/gzip.README4
-rw-r--r--Master/source/lz4-1.9.3.tar.gzbin0 -> 320958 bytes
-rw-r--r--Master/source/lz4.README4
-rw-r--r--Master/source/mactexdoc.README2
-rw-r--r--Master/source/texlive.patch11
-rwxr-xr-xMaster/tlpkg/bin/c2l2
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet2
-rw-r--r--Master/tlpkg/doc/releng.txt7
8 files changed, 15 insertions, 17 deletions
diff --git a/Master/source/gzip.README b/Master/source/gzip.README
index bad542eeffa..14d6b423536 100644
--- a/Master/source/gzip.README
+++ b/Master/source/gzip.README
@@ -1,4 +1,4 @@
(This file public domain.)
-gzip-1.4.tar.xz came from
-http://www.gnu.org/software/gzip/
+gzip sources from GNU:
+https://www.gnu.org/software/gzip/
diff --git a/Master/source/lz4-1.9.3.tar.gz b/Master/source/lz4-1.9.3.tar.gz
new file mode 100644
index 00000000000..c26129a58b8
--- /dev/null
+++ b/Master/source/lz4-1.9.3.tar.gz
Binary files differ
diff --git a/Master/source/lz4.README b/Master/source/lz4.README
new file mode 100644
index 00000000000..136c26b74b9
--- /dev/null
+++ b/Master/source/lz4.README
@@ -0,0 +1,4 @@
+(This file public domain.)
+
+lz4 sources from:
+https://github.com/lz4/lz4/releases/latest
diff --git a/Master/source/mactexdoc.README b/Master/source/mactexdoc.README
index b7e35382904..44d686c5ebd 100644
--- a/Master/source/mactexdoc.README
+++ b/Master/source/mactexdoc.README
@@ -1,6 +1,6 @@
(This file public domain.)
-mactexdoc.tar.xz comes from Dick Koch:
+mactexdoc.tar.xz comes from Dick Koch, who can be contacted through:
http://pages.uoregon.edu/koch/
It includes build documentation for MacTeX,
diff --git a/Master/source/texlive.patch b/Master/source/texlive.patch
deleted file mode 100644
index df529857561..00000000000
--- a/Master/source/texlive.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- texk/web2c/luatexdir/tex/printing.c (revision 49614)
-+++ texk/web2c/luatexdir/tex/printing.c (working copy)
-@@ -416,7 +416,7 @@
- {
- char *buffer = NULL;
- int i = 0;
-- int newlinechar = new_line_char_par;
-+ int newlinechar = (lua_only == 1) ? 10 : new_line_char_par;
- int dolog = 0;
- int doterm = 0;
- switch (selector) {
diff --git a/Master/tlpkg/bin/c2l b/Master/tlpkg/bin/c2l
index 40ee1923eb3..de9666175c3 100755
--- a/Master/tlpkg/bin/c2l
+++ b/Master/tlpkg/bin/c2l
@@ -37,7 +37,7 @@ sub main {
} elsif ($arg eq "dar32") {
$arg = "i386-darwin";
} elsif ($arg eq "darwin" || $arg eq "dar" || $arg eq "mac") {
- $arg = "x86_64-darwin";
+ $arg = "universal-darwin";
} elsif ($arg eq "darleg") {
$arg = "x86_64-darwinlegacy";
} elsif ($arg eq "irix") {
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet
index db1575f3c76..76c7b4b1531 100755
--- a/Master/tlpkg/bin/tl-update-tlnet
+++ b/Master/tlpkg/bin/tl-update-tlnet
@@ -200,6 +200,7 @@ PATH=/usr/bin
tlnet_install_log=`pwd`/update-tlnet-install.log
tlnet_install_cmd="install-tl -location $tltry -profile texlive.profile"
+echo "$prg: `date`"
echo "$prg: Running test install (log: $tlnet_install_log)..."
echo "$prg: (in `pwd`)"
echo "$prg: $tlnet_install_cmd"
@@ -281,6 +282,7 @@ if test $failure = false; then
$check_consistency || continue
fi
basecmd=`basename $cmdname`
+ echo "$prg: `date`"
echo "$prg: Running $basecmd ($cmd)"
outfile=/tmp/tlnet.$basecmd
if $cmd >$outfile 2>&1; then :; else
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt
index c2b6b69dc56..706c5cbc23d 100644
--- a/Master/tlpkg/doc/releng.txt
+++ b/Master/tlpkg/doc/releng.txt
@@ -234,8 +234,11 @@ M. As pretest proceeds, update the doc:
MetaPost (in texmf-dist), other engine (in source) NEWS.
Ensure all engine manuals updated in texmf-dist.
Update texlive-en.tex (+ .pdf, .html), tell tldoc to translate.
- Update year numbers by one, write news section,
+ Update year numbers by one,
+ example text menus and GUI screenshots,
+ write news section,
update "Builders of the binaries" and "Translators of this manual",
+ any new people to thank,
and changes throughout if behavior has changed.
Update tlbuild.texi text, then
W=.../Build/source/Work
@@ -267,7 +270,7 @@ M. As pretest proceeds, update the doc:
svn add `!!`
Texinfo manuals from Build to Master:
tl-update-txi
- Don't forget commit everything in texmf-dist/doc.
+ Don't forget to commit everything (texmf-dist/doc, Build/source, ...).
N. Really test during pretest (really! don't leave it for Knuth to do!):
.fmt's sharable across endian-different platforms (including luatex).