texlive[45887] Master: i386-darwin/biber -> x86_64-darwinlegacy

commits+karl at tug.org commits+karl at tug.org
Thu Nov 23 00:08:09 CET 2017


Revision: 45887
          http://tug.org/svn/texlive?view=revision&revision=45887
Author:   karl
Date:     2017-11-23 00:08:09 +0100 (Thu, 23 Nov 2017)
Log Message:
-----------
i386-darwin/biber -> x86_64-darwinlegacy (mojca, 22 Nov 2017 16:34:29)

Modified Paths:
--------------
    trunk/Master/tlpkg/libexec/ctan2tds
    trunk/Master/tlpkg/tlpsrc/biber.tlpsrc

Added Paths:
-----------
    trunk/Master/bin/x86_64-darwinlegacy/biber

Copied: trunk/Master/bin/x86_64-darwinlegacy/biber (from rev 45886, trunk/Master/bin/i386-darwin/biber)
===================================================================
(Binary files differ)

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2017-11-22 22:44:42 UTC (rev 45886)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2017-11-22 23:08:09 UTC (rev 45887)
@@ -5503,7 +5503,7 @@
     my $biber_binary = "biber";
     $biber_binary .= ".exe" if $archive =~ /MSWIN|cygwin/i;
 
-    # Put the executable in the # Master bin directory.
+    # Put the executable in the Master bin directory.
     (my $biber_platform = $archive) =~ s/biber-(.*?)\..*/$1/;
     my $tl_platform = $tl_platform{$biber_platform};
     die "unknown biber platform $biber_platform, goodbye" if ! $tl_platform;
@@ -5514,6 +5514,12 @@
     &SYSTEM ("$MV $biber_binary $bindir/") == 0 || die;
   }
 
+  # Mac "legacy" doesn't need its own build.
+  my $topbin = "$TOPDEST/bin";
+  my $legacybin = "$topbin/x86_64-darwinlegacy";
+  &xmkdir ($legacybin);
+  &SYSTEM ("$CP $topbin/i386-darwin/biber $legacybin/biber");
+
   # don't keep binary archives around in Master tree.
   &SYSTEM ("$RM biber[-.]*");
 

Modified: trunk/Master/tlpkg/tlpsrc/biber.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/biber.tlpsrc	2017-11-22 22:44:42 UTC (rev 45886)
+++ trunk/Master/tlpkg/tlpsrc/biber.tlpsrc	2017-11-22 23:08:09 UTC (rev 45887)
@@ -10,5 +10,4 @@
 powerpc-darwin,\
 powerpc-linux,\
 sparc-solaris,\
-x86_64-darwinlegacy,\
   bin/${ARCH}/biber



More information about the tex-live-commits mailing list