From d32069c489161db0aa28e6b7002b2a36ce159f4b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 5 Jan 2019 01:23:23 +0000 Subject: tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@49605 c570f23f-e606-0410-a88d-b1316a301751 --- Master/doc.html | 37 ++++++++++++++++++---------------- Master/tlpkg/installer/config.guess | 17 ++++++++++++++-- Master/tlpkg/installer/ctan-mirrors.pl | 1 - 3 files changed, 35 insertions(+), 20 deletions(-) (limited to 'Master') diff --git a/Master/doc.html b/Master/doc.html index ba94af843a2..25982fc8100 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -5526,9 +5526,7 @@ Class for EJP and ECP
  • ekaia: Article format for publishing the Basque Country Science and Technology Journal "Ekaia" -ekaia.pdf, -ekaia_EUS.pdf (eu), -ekaia_example.pdf. +ekaia.pdf.
  • elbioimp: @@ -9669,6 +9667,11 @@ A LaTeX cheat sheet, in Brazilian Portuguese latexsheet-ptbr.pdf (pt).
  • +
  • latexcolors: +Use color definitions from latexcolor.com +latexcolors.pdf. +
  • +
  • latexcourse-rug: A LaTeX course book latexcourse-rug.pdf. @@ -10673,7 +10676,7 @@ Commands to include lilypond scores within a (Lua)LaTeX document

    M

    -
      +
      1. m-tx: A preprocessor for pmx @@ -11916,7 +11919,7 @@ XeLaTeX template for writing the main body of NSFC proposals

        N

        -
          +
          1. na-box: Arabic-aware version of pas-cours package @@ -12389,7 +12392,7 @@ Support for the journal "North-Western European Journal of Mathematics"

            O

            -
              +
              1. oberdiek: A bundle of packages submitted by Heiko Oberdiek @@ -12715,7 +12718,7 @@ Combine LaTeX commands over included graphics

                P

                -
                  +
                  1. padcount: Pad numbers with arbitrary characters @@ -14580,7 +14583,7 @@ Run Python from within a document, typesetting the results

                    Q

                    -
                      +
                      1. qcircuit: Macros to generate quantum ciruits @@ -14666,7 +14669,7 @@ German translations to the quran package

                        R

                        -
                          +
                          1. raleway: Use Raleway with TeX(-alike) systems @@ -15123,7 +15126,7 @@ Class for Ryerson Unversity Graduate School requirements

                            S

                            -
                              +
                              1. sa-tikz: TikZ library to draw switching architectures @@ -16469,7 +16472,7 @@ Format systems of equations

                                T

                                -
                                  +
                                  1. t-angles: Draw tangles, trees, Hopf algebra operations and other pictures @@ -18286,7 +18289,7 @@ Print a typographic grid

                                    U

                                    -
                                      +
                                      1. uaclasses: University of Arizona thesis and dissertation format @@ -18653,7 +18656,7 @@ University of Washington thesis class

                                        V

                                        -
                                          +
                                          1. vancouver: Bibliographic style file for Biomedical Journals @@ -18857,7 +18860,7 @@ Variable-width multiple text columns

                                            W

                                            -
                                              +
                                              1. wadalab: Wadalab (Japanese) font packages @@ -19022,7 +19025,7 @@ Extend LaTeX's cross-reference system

                                                X

                                                -
                                                  +
                                                  1. xargs: Define commands with many optional arguments @@ -19484,7 +19487,7 @@ Tree macros using XY-Pic

                                                    Y

                                                    -
                                                      +
                                                      1. yafoot: A bundle of miscellaneous footnote packages @@ -19553,7 +19556,7 @@ Many-featured Young tableaux and Young diagrams

                                                        Z

                                                        -
                                                          +
                                                          1. zed-csp: Typesetting Z and CSP format specifications diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index 0f9b29c8848..8e2a58b864f 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -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 @@ case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in 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" diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 8e15ce30731..05da6c6e70d 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -110,7 +110,6 @@ $mirrors = { '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 }, -- cgit v1.2.3