texlive[43873] Master/tlpkg/tlpsrc: fix tlpsrc definitions after

commits+mojca at tug.org commits+mojca at tug.org
Mon Apr 17 01:06:51 CEST 2017


Revision: 43873
          http://tug.org/svn/texlive?view=revision&revision=43873
Author:   mojca
Date:     2017-04-17 01:06:50 +0200 (Mon, 17 Apr 2017)
Log Message:
-----------
fix tlpsrc definitions after changing the darwin platforms

Modified Paths:
--------------
    trunk/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc
    trunk/Master/tlpkg/tlpsrc/biber.tlpsrc
    trunk/Master/tlpkg/tlpsrc/luatex.tlpsrc
    trunk/Master/tlpkg/tlpsrc/mflua.tlpsrc
    trunk/Master/tlpkg/tlpsrc/xindy.tlpsrc

Modified: trunk/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc	2017-04-16 22:56:21 UTC (rev 43872)
+++ trunk/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc	2017-04-16 23:06:50 UTC (rev 43873)
@@ -33,9 +33,10 @@
 # the platforms for which we provide wget:
 binpattern f/\
 amd64-freebsd,amd64-netbsd,\
-i386-freebsd,i386-netbsd,i386-solaris,\
+i386-darwin,i386-freebsd,i386-netbsd,i386-solaris,\
+powerpc-darwin,\
 sparc-solaris,\
-universal-darwin,win32,x86_64-darwin,x86_64-solaris \
+win32,x86_64-darwin,x86_64-darwinlegacy,x86_64-solaris \
   tlpkg/installer/wget/wget.${ARCH}
 #
 # Must annoyingly list explicit Windows (but not Cygwin) exe's, since

Modified: trunk/Master/tlpkg/tlpsrc/biber.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/biber.tlpsrc	2017-04-16 22:56:21 UTC (rev 43872)
+++ trunk/Master/tlpkg/tlpsrc/biber.tlpsrc	2017-04-16 23:06:50 UTC (rev 43873)
@@ -4,7 +4,10 @@
 binpattern f/!\
 amd64-netbsd,\
 armhf-linux,\
+i386-darwin,\
 i386-netbsd,\
+powerpc-darwin,\
 powerpc-linux,\
-sparc-solaris\
+sparc-solaris,\
+x86_64-darwinlegacy\
   bin/${ARCH}/biber

Modified: trunk/Master/tlpkg/tlpsrc/luatex.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/luatex.tlpsrc	2017-04-16 22:56:21 UTC (rev 43872)
+++ trunk/Master/tlpkg/tlpsrc/luatex.tlpsrc	2017-04-16 23:06:50 UTC (rev 43873)
@@ -36,7 +36,7 @@
 binpattern f bin/win32/lua*.dll
 
 tlpsetvar no_luajit_platforms \
-  sparc-solaris,x86_64-solaris
+  powerpc-darwin,sparc-solaris,x86_64-solaris
 #
 binpattern f/!${no_luajit_platforms} bin/${ARCH}/luajittex
 binpattern f/!${no_luajit_platforms} bin/${ARCH}/texluajit

Modified: trunk/Master/tlpkg/tlpsrc/mflua.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/mflua.tlpsrc	2017-04-16 22:56:21 UTC (rev 43872)
+++ trunk/Master/tlpkg/tlpsrc/mflua.tlpsrc	2017-04-16 23:06:50 UTC (rev 43873)
@@ -16,7 +16,7 @@
 
 # duplicated in luatex.tlpsrc, sigh.
 tlpsetvar no_jit_platforms \
-  sparc-solaris,x86_64-solaris
+  powerpc-darwin,sparc-solaris,x86_64-solaris
 #
 binpattern f/!${no_jit_platforms} bin/${ARCH}/mfluajit
 binpattern f/!${no_jit_platforms} bin/${ARCH}/mfluajit-nowin

Modified: trunk/Master/tlpkg/tlpsrc/xindy.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/xindy.tlpsrc	2017-04-16 22:56:21 UTC (rev 43872)
+++ trunk/Master/tlpkg/tlpsrc/xindy.tlpsrc	2017-04-16 23:06:50 UTC (rev 43873)
@@ -16,10 +16,10 @@
 bin/${ARCH}/xindy.run
 binpattern f/i386-cygwin,x86_64-cygwin,win32 bin/${ARCH}/xindy-lisp.exe
 #
-# darwin has to split the mem file by architecture.
-binpattern f/!universal-darwin,${no_xindy_platforms} bin/${ARCH}/xindy.mem
-binpattern f/universal-darwin bin/universal-darwin/xindy-i386.mem
-binpattern f/universal-darwin bin/universal-darwin/xindy-ppc.mem
+# darwin used to split the mem file by architecture, this needs fixing.
+binpattern f/!i386-darwin,powerpc-darwin,${no_xindy_platforms} bin/${ARCH}/xindy.mem
+binpattern f/i386-darwin bin/i386-darwin/xindy-i386.mem
+binpattern f/powerpc-darwin bin/powerpc-darwin/xindy-ppc.mem
 #
 docpattern f texmf-dist/doc/man/man1/*xindy.*
 docpattern d texmf-dist/doc/xindy



More information about the tex-live-commits mailing list