diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-20 22:27:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-20 22:27:45 +0000 |
commit | f93a8228296f1c9045394bb7e60f44b1bb670497 (patch) | |
tree | 0ced56bcf1c29283486d07df74074a2da7f20f8d /Master/tlpkg | |
parent | d9be1bdbae342ea674f279d68dca4e27871773dd (diff) |
i386-netbsd first 2014 binaries
git-svn-id: svn://tug.org/texlive/trunk@33562 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 4 | ||||
-rwxr-xr-x | Master/tlpkg/installer/wget/wget.i386-netbsd | bin | 426040 -> 405208 bytes | |||
-rwxr-xr-x | Master/tlpkg/installer/xz/xz.i386-netbsd | bin | 53248 -> 158160 bytes | |||
-rwxr-xr-x | Master/tlpkg/installer/xz/xzdec.i386-netbsd | bin | 7512 -> 65740 bytes | |||
-rw-r--r-- | Master/tlpkg/tlpsrc/luatex.tlpsrc | 2 |
5 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index 33d4e7f250c..48a55eac659 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -114,7 +114,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.babafou.eu.org/texlive-netbsd/x86_64-unknown-netbsd6.1.3.tar.xz;; + $grab http://www.babafou.eu.org/texlive-netbsd/x86_64-netbsd.tar.xz;; armel-linux) download_loc=$tmpdir/tl.$tlname.tar.xz default_bin_loc=$download_loc @@ -147,7 +147,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.babafou.eu.org/texlive-netbsd/i386-unknown-netbsdelf6.0.1.tar.xz;; + $grab http://www.babafou.eu.org/texlive-netbsd/i386-netbsd.tar.xz;; i386-openbsd) default_bin_loc=$download_loc $grab http://students.dec.bmth.ac.uk/ebarrett/files/tl-bin-20080810.tgz;; diff --git a/Master/tlpkg/installer/wget/wget.i386-netbsd b/Master/tlpkg/installer/wget/wget.i386-netbsd Binary files differindex d3485e82cc9..934c920704c 100755 --- a/Master/tlpkg/installer/wget/wget.i386-netbsd +++ b/Master/tlpkg/installer/wget/wget.i386-netbsd diff --git a/Master/tlpkg/installer/xz/xz.i386-netbsd b/Master/tlpkg/installer/xz/xz.i386-netbsd Binary files differindex 35f523e1cf5..9bcdc244c9e 100755 --- a/Master/tlpkg/installer/xz/xz.i386-netbsd +++ b/Master/tlpkg/installer/xz/xz.i386-netbsd diff --git a/Master/tlpkg/installer/xz/xzdec.i386-netbsd b/Master/tlpkg/installer/xz/xzdec.i386-netbsd Binary files differindex 39254a85300..724ae848f6d 100755 --- a/Master/tlpkg/installer/xz/xzdec.i386-netbsd +++ b/Master/tlpkg/installer/xz/xzdec.i386-netbsd diff --git a/Master/tlpkg/tlpsrc/luatex.tlpsrc b/Master/tlpkg/tlpsrc/luatex.tlpsrc index a9a77e1f1d6..f44ca46525c 100644 --- a/Master/tlpkg/tlpsrc/luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/luatex.tlpsrc @@ -28,7 +28,7 @@ binpattern f bin/${ARCH}/texluac binpattern f bin/win32/lua*.dll tlpsetvar no_luajit_platforms \ - alpha-linux,i386-cygwin,i386-netbsd,mips-irix,mipsel-linux,sparc-solaris + alpha-linux,i386-cygwin,mips-irix,mipsel-linux,sparc-solaris # binpattern f/!${no_luajit_platforms} bin/${ARCH}/luajittex binpattern f/!${no_luajit_platforms} bin/${ARCH}/texluajit |