texlive[46507] Master/tlpkg/tlpsrc: consistently list

commits+karl at tug.org commits+karl at tug.org
Thu Feb 1 00:27:38 CET 2018


Revision: 46507
          http://tug.org/svn/texlive?view=revision&revision=46507
Author:   karl
Date:     2018-02-01 00:27:37 +0100 (Thu, 01 Feb 2018)
Log Message:
-----------
consistently list non-wget-provided (gnu/linux) platforms

Modified Paths:
--------------
    trunk/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc
    trunk/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc

Modified: trunk/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc	2018-01-31 22:00:36 UTC (rev 46506)
+++ trunk/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc	2018-01-31 23:27:37 UTC (rev 46507)
@@ -24,6 +24,8 @@
 # Windows only:
 binpattern d/win32 tlpkg/tlperl
 binpattern f/win32 tlpkg/installer/tar.exe
+binpattern f/win32 tlpkg/installer/wget/wget.exe
+binpattern f/win32 tlpkg/installer/xz/xzdec.exe
 binpattern f/win32 install-tl-windows.bat
 binpattern f/win32 install-tl-advanced.bat
 #
@@ -30,16 +32,17 @@
 # xzdec binaries for all (but no need for xz):
 binpattern f tlpkg/installer/xz/xzdec.${ARCH}
 #
-# the platforms for which we provide wget:
-binpattern f/\
-amd64-freebsd,amd64-netbsd,\
-i386-darwin,i386-freebsd,i386-netbsd,i386-solaris,\
-powerpc-darwin,\
-sparc-solaris,\
-win32,x86_64-darwin,x86_64-darwinlegacy,x86_64-solaris \
+# platforms for which we do not provide wget, because it is part of the
+# normal system install (this list is duplicated in texlive.infra):
+binpattern f/!\
+aarch64-linux,\
+armel-linux,\
+armhf-linux,\
+i386-cygwin,\
+i386-linux,\
+i386-solaris,\
+powerpc-linux,\
+x86_64-cygwin,\
+x86_64-linux,\
+x86_64-solaris \
   tlpkg/installer/wget/wget.${ARCH}
-#
-# Must annoyingly list explicit Windows (but not Cygwin) exe's, since
-# ${ARCH} can't reasonably deal with this.
-binpattern f/win32 tlpkg/installer/wget/wget.exe
-binpattern f/win32 tlpkg/installer/xz/xzdec.exe

Modified: trunk/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc	2018-01-31 22:00:36 UTC (rev 46506)
+++ trunk/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc	2018-01-31 23:27:37 UTC (rev 46507)
@@ -49,7 +49,8 @@
 binpattern f/!x86_64-cygwin tlpkg/installer/xz/xzdec.${ARCH}
 binpattern f/!x86_64-cygwin tlpkg/installer/xz/xz.${ARCH}
 #
-# Platforms which provide wget as part of the normal system install:
+# platforms for which we do not provide wget, because it is part of the
+# normal system install (this list is duplicated in 00texlive.installer):
 binpattern f/!\
 aarch64-linux,\
 armel-linux,\



More information about the tex-live-commits mailing list