summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-05-14 23:26:40 +0000
committerKarl Berry <karl@freefriends.org>2015-05-14 23:26:40 +0000
commitd6070808a56648a6016b0761144d9974bae48acf (patch)
tree9b4eeda7356e7deedcb66cda9adb607b6660ac1a
parent905ab9188ad1a0f1e5720f539bda20bb3659f22c (diff)
armhf asy/tl15
git-svn-id: svn://tug.org/texlive/trunk@37404 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/bin/armhf-linux/asybin2590252 -> 29821177 bytes
-rwxr-xr-xMaster/tlpkg/bin/tl-update-asy4
-rwxr-xr-xMaster/tlpkg/bin/tl-update-bindir4
3 files changed, 5 insertions, 3 deletions
diff --git a/Master/bin/armhf-linux/asy b/Master/bin/armhf-linux/asy
index 864a04d3a8d..d31e4071a8f 100755
--- a/Master/bin/armhf-linux/asy
+++ b/Master/bin/armhf-linux/asy
Binary files differ
diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy
index 294834549eb..64adb4bcb92 100755
--- a/Master/tlpkg/bin/tl-update-asy
+++ b/Master/tlpkg/bin/tl-update-asy
@@ -6,7 +6,7 @@
# Do not run this script. It won't work. It is necessary to run the
# commands one at a time and think about what is being done. It's
# checked in so that when I get hit by a truck, at least the procedure I
-# used will be there as a starting point.
+# used will be available as a starting point.
#
# The script uses various paths and convenience variables that I define
# for myself; feel free to peruse tug.org:~karl/.bash_login, etc.
@@ -65,6 +65,7 @@ elif test "x$1" = x--build; then
./configure --with-latex=/tmp/ainst/latex --with-context=/tmp/ainst/context \
--enable-texlive-build --prefix=/tmp/ainst #CFLAGS=-g
nice make
+ #nice make check
make install-prebuilt
test -r dot.svn && mv dot.svn .svn
exit 0
@@ -115,6 +116,7 @@ elif false && $update_runtime_from_ainst; then
diff -qr share/doc/asymptote/ $xmf/doc/asymptote/ | fgrep -v .svn
#svn rm ...
+ #
svn status $ci # just to see
scom -m"asymptote $ver" $ci
fi
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir
index 8934beed5c6..3cae36d6ebb 100755
--- a/Master/tlpkg/bin/tl-update-bindir
+++ b/Master/tlpkg/bin/tl-update-bindir
@@ -156,7 +156,7 @@ for tlname in $tlnames; do
download_loc=$tmpdir/tl.$tlname.tar.xz
default_bin_loc=$download_loc
grab="$download -O $download_loc"
- $grab http://www.math.fsu.edu/~ealdrov/texlive/2014/bin-i386-pc-solaris2.10.tar.gz;;
+ $grab http://www.math.fsu.edu/~ealdrov/texlive/2015/bin-i386-pc-solaris2.10.tar.gz;;
mips-irix)
download_loc=$tmpdir/tl.$tlname.tar.xz
default_bin_loc=$download_loc
@@ -196,7 +196,7 @@ for tlname in $tlnames; do
download_loc=$tmpdir/tl.$tlname.tar.xz
default_bin_loc=$download_loc
grab="$download -O $download_loc"
- $grab http://www.math.fsu.edu/~ealdrov/texlive/2014/bin-x86_64-pc-solaris2.10.tar.gz;;
+ $grab http://www.math.fsu.edu/~ealdrov/texlive/2015/bin-x86_64-pc-solaris2.10.tar.gz;;
esac
fi