texlive[49605] trunk: tl-update-auto

commits+karl at tug.org commits+karl at tug.org
Sat Jan 5 02:23:23 CET 2019


Revision: 49605
          http://tug.org/svn/texlive?view=revision&revision=49605
Author:   karl
Date:     2019-01-05 02:23:23 +0100 (Sat, 05 Jan 2019)
Log Message:
-----------
tl-update-auto

Modified Paths:
--------------
    trunk/Build/source/build-aux/config.guess
    trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.guess
    trunk/Build/source/libs/icu/icu-src/source/config.guess
    trunk/Build/source/utils/asymptote/config.guess
    trunk/Master/doc.html
    trunk/Master/tlpkg/installer/config.guess
    trunk/Master/tlpkg/installer/ctan-mirrors.pl

Modified: trunk/Build/source/build-aux/config.guess
===================================================================
--- trunk/Build/source/build-aux/config.guess	2019-01-05 01:18:05 UTC (rev 49604)
+++ trunk/Build/source/build-aux/config.guess	2019-01-05 01:23:23 UTC (rev 49605)
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2019 Free Software Foundation, Inc.
 
-timestamp='2019-01-01'
+timestamp='2019-01-03'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -385,7 +385,20 @@
 	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
 	exit ;;
     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
-	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
+	set_cc_for_build
+	SUN_ARCH=sparc
+	# If there is a compiler, see if it is configured for 64-bit objects.
+	# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
+	# This test works for both compilers.
+	if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
+	    if (echo '#ifdef __sparcv9'; echo IS_64BIT_ARCH; echo '#endif') | \
+		(CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
+		grep IS_64BIT_ARCH >/dev/null
+	    then
+		SUN_ARCH=sparcv9
+	    fi
+	fi
+	echo "$SUN_ARCH"-sun-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
 	exit ;;
     i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
 	echo i386-pc-auroraux"$UNAME_RELEASE"

Modified: trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.guess
===================================================================
--- trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.guess	2019-01-05 01:18:05 UTC (rev 49604)
+++ trunk/Build/source/libs/freetype2/freetype-src/builds/unix/config.guess	2019-01-05 01:23:23 UTC (rev 49605)
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2019 Free Software Foundation, Inc.
 
-timestamp='2019-01-01'
+timestamp='2019-01-03'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -385,7 +385,20 @@
 	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
 	exit ;;
     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
-	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
+	set_cc_for_build
+	SUN_ARCH=sparc
+	# If there is a compiler, see if it is configured for 64-bit objects.
+	# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
+	# This test works for both compilers.
+	if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
+	    if (echo '#ifdef __sparcv9'; echo IS_64BIT_ARCH; echo '#endif') | \
+		(CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
+		grep IS_64BIT_ARCH >/dev/null
+	    then
+		SUN_ARCH=sparcv9
+	    fi
+	fi
+	echo "$SUN_ARCH"-sun-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
 	exit ;;
     i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
 	echo i386-pc-auroraux"$UNAME_RELEASE"

Modified: trunk/Build/source/libs/icu/icu-src/source/config.guess
===================================================================
--- trunk/Build/source/libs/icu/icu-src/source/config.guess	2019-01-05 01:18:05 UTC (rev 49604)
+++ trunk/Build/source/libs/icu/icu-src/source/config.guess	2019-01-05 01:23:23 UTC (rev 49605)
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2019 Free Software Foundation, Inc.
 
-timestamp='2019-01-01'
+timestamp='2019-01-03'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -385,7 +385,20 @@
 	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
 	exit ;;
     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
-	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
+	set_cc_for_build
+	SUN_ARCH=sparc
+	# If there is a compiler, see if it is configured for 64-bit objects.
+	# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
+	# This test works for both compilers.
+	if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
+	    if (echo '#ifdef __sparcv9'; echo IS_64BIT_ARCH; echo '#endif') | \
+		(CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
+		grep IS_64BIT_ARCH >/dev/null
+	    then
+		SUN_ARCH=sparcv9
+	    fi
+	fi
+	echo "$SUN_ARCH"-sun-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
 	exit ;;
     i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
 	echo i386-pc-auroraux"$UNAME_RELEASE"

Modified: trunk/Build/source/utils/asymptote/config.guess
===================================================================
--- trunk/Build/source/utils/asymptote/config.guess	2019-01-05 01:18:05 UTC (rev 49604)
+++ trunk/Build/source/utils/asymptote/config.guess	2019-01-05 01:23:23 UTC (rev 49605)
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2019 Free Software Foundation, Inc.
 
-timestamp='2019-01-01'
+timestamp='2019-01-03'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -385,7 +385,20 @@
 	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
 	exit ;;
     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
-	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
+	set_cc_for_build
+	SUN_ARCH=sparc
+	# If there is a compiler, see if it is configured for 64-bit objects.
+	# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
+	# This test works for both compilers.
+	if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
+	    if (echo '#ifdef __sparcv9'; echo IS_64BIT_ARCH; echo '#endif') | \
+		(CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
+		grep IS_64BIT_ARCH >/dev/null
+	    then
+		SUN_ARCH=sparcv9
+	    fi
+	fi
+	echo "$SUN_ARCH"-sun-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
 	exit ;;
     i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
 	echo i386-pc-auroraux"$UNAME_RELEASE"

Modified: trunk/Master/doc.html
===================================================================
--- trunk/Master/doc.html	2019-01-05 01:18:05 UTC (rev 49604)
+++ trunk/Master/doc.html	2019-01-05 01:23:23 UTC (rev 49605)
@@ -5526,9 +5526,7 @@
 
 <li><b><a href="texmf-dist/doc/latex/ekaia">ekaia</a></b>:<small>
 Article format for publishing the Basque Country Science and Technology Journal "Ekaia"
-<a href="texmf-dist/doc/latex/ekaia/ekaia.pdf">ekaia.pdf</a>,
-<a href="texmf-dist/doc/latex/ekaia/ekaia_EUS.pdf">ekaia_EUS.pdf</a> (eu),
-<a href="texmf-dist/doc/latex/ekaia/ekaia_example.pdf">ekaia_example.pdf</a>.
+<a href="texmf-dist/doc/latex/ekaia/ekaia.pdf">ekaia.pdf</a>.
 </small></li>
 
 <li><b><a href="texmf-dist/doc/latex/elbioimp">elbioimp</a></b>:<small>
@@ -9669,6 +9667,11 @@
 <a href="texmf-dist/doc/latex/latexcheat-ptbr/latexsheet-ptbr.pdf">latexsheet-ptbr.pdf</a> (pt).
 </small></li>
 
+<li><b><a href="texmf-dist/doc/latex/latexcolors">latexcolors</a></b>:<small>
+Use color definitions from latexcolor.com
+<a href="texmf-dist/doc/latex/latexcolors/latexcolors.pdf">latexcolors.pdf</a>.
+</small></li>
+
 <li><b><a href="texmf-dist/doc/latex/latexcourse-rug">latexcourse-rug</a></b>:<small>
 A LaTeX course book
 <a href="texmf-dist/doc/latex/latexcourse-rug/latexcourse-rug.pdf">latexcourse-rug.pdf</a>.
@@ -10673,7 +10676,7 @@
 
 <h2 id="letter-M">M</h2>
 
-<ol start="1620">
+<ol start="1621">
 
 <li><b><a href="texmf-dist/doc/generic/m-tx">m-tx</a></b>:<small>
 A preprocessor for pmx
@@ -11916,7 +11919,7 @@
 
 <h2 id="letter-N">N</h2>
 
-<ol start="1821">
+<ol start="1822">
 
 <li><b><a href="texmf-dist/doc/xelatex/na-box">na-box</a></b>:<small>
 Arabic-aware version of pas-cours package
@@ -12389,7 +12392,7 @@
 
 <h2 id="letter-O">O</h2>
 
-<ol start="1896">
+<ol start="1897">
 
 <li><b><a href="texmf-dist/doc/latex/oberdiek">oberdiek</a></b>:<small>
 A bundle of packages submitted by Heiko Oberdiek
@@ -12715,7 +12718,7 @@
 
 <h2 id="letter-P">P</h2>
 
-<ol start="1935">
+<ol start="1936">
 
 <li><b><a href="texmf-dist/doc/latex/padcount">padcount</a></b>:<small>
 Pad numbers with arbitrary characters
@@ -14580,7 +14583,7 @@
 
 <h2 id="letter-Q">Q</h2>
 
-<ol start="2233">
+<ol start="2234">
 
 <li><b><a href="texmf-dist/doc/latex/qcircuit">qcircuit</a></b>:<small>
 Macros to generate quantum ciruits
@@ -14666,7 +14669,7 @@
 
 <h2 id="letter-R">R</h2>
 
-<ol start="2247">
+<ol start="2248">
 
 <li><b><a href="texmf-dist/doc/latex/raleway">raleway</a></b>:<small>
 Use Raleway with TeX(-alike) systems
@@ -15123,7 +15126,7 @@
 
 <h2 id="letter-S">S</h2>
 
-<ol start="2315">
+<ol start="2316">
 
 <li><b><a href="texmf-dist/doc/latex/sa-tikz">sa-tikz</a></b>:<small>
 TikZ library to draw switching architectures
@@ -16469,7 +16472,7 @@
 
 <h2 id="letter-T">T</h2>
 
-<ol start="2528">
+<ol start="2529">
 
 <li><b><a href="texmf-dist/doc/latex/t-angles">t-angles</a></b>:<small>
 Draw tangles, trees, Hopf algebra operations and other pictures
@@ -18286,7 +18289,7 @@
 
 <h2 id="letter-U">U</h2>
 
-<ol start="2775">
+<ol start="2776">
 
 <li><b><a href="texmf-dist/doc/latex/uaclasses">uaclasses</a></b>:<small>
 University of Arizona thesis and dissertation format
@@ -18653,7 +18656,7 @@
 
 <h2 id="letter-V">V</h2>
 
-<ol start="2836">
+<ol start="2837">
 
 <li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b>:<small>
 Bibliographic style file for Biomedical Journals
@@ -18857,7 +18860,7 @@
 
 <h2 id="letter-W">W</h2>
 
-<ol start="2870">
+<ol start="2871">
 
 <li><b><a href="texmf-dist/doc/fonts/wadalab">wadalab</a></b>:<small>
 Wadalab (Japanese) font packages
@@ -19022,7 +19025,7 @@
 
 <h2 id="letter-X">X</h2>
 
-<ol start="2891">
+<ol start="2892">
 
 <li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b>:<small>
 Define commands with many optional arguments
@@ -19484,7 +19487,7 @@
 
 <h2 id="letter-Y">Y</h2>
 
-<ol start="2954">
+<ol start="2955">
 
 <li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b>:<small>
 A bundle of miscellaneous footnote packages
@@ -19553,7 +19556,7 @@
 
 <h2 id="letter-Z">Z</h2>
 
-<ol start="2965">
+<ol start="2966">
 
 <li><b><a href="texmf-dist/doc/latex/zed-csp">zed-csp</a></b>:<small>
 Typesetting Z and CSP format specifications

Modified: trunk/Master/tlpkg/installer/config.guess
===================================================================
--- trunk/Master/tlpkg/installer/config.guess	2019-01-05 01:18:05 UTC (rev 49604)
+++ trunk/Master/tlpkg/installer/config.guess	2019-01-05 01:23:23 UTC (rev 49605)
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2019 Free Software Foundation, Inc.
 
-timestamp='2019-01-01'
+timestamp='2019-01-03'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -385,7 +385,20 @@
 	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
 	exit ;;
     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
-	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
+	set_cc_for_build
+	SUN_ARCH=sparc
+	# If there is a compiler, see if it is configured for 64-bit objects.
+	# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
+	# This test works for both compilers.
+	if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
+	    if (echo '#ifdef __sparcv9'; echo IS_64BIT_ARCH; echo '#endif') | \
+		(CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
+		grep IS_64BIT_ARCH >/dev/null
+	    then
+		SUN_ARCH=sparcv9
+	    fi
+	fi
+	echo "$SUN_ARCH"-sun-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
 	exit ;;
     i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
 	echo i386-pc-auroraux"$UNAME_RELEASE"

Modified: trunk/Master/tlpkg/installer/ctan-mirrors.pl
===================================================================
--- trunk/Master/tlpkg/installer/ctan-mirrors.pl	2019-01-05 01:18:05 UTC (rev 49604)
+++ trunk/Master/tlpkg/installer/ctan-mirrors.pl	2019-01-05 01:23:23 UTC (rev 49605)
@@ -110,7 +110,6 @@
       'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1
     },
     'Portugal' => {
-      'ftp://ftp.di.uminho.pt/pub/ctan/' => 1,
       'ftp://ftp.ist.utl.pt/pub/ctan/' => 1,
       'http://mirrors.up.pt/pub/CTAN/' => 1
     },



More information about the tex-live-commits mailing list