[macports-base] branch travis-ci updated (71afd037 -> 7a6956c3)

Clemens Lang cal at macports.org
Tue Dec 8 19:40:06 UTC 2020


Clemens Lang (neverpanic) pushed a change to branch travis-ci
in repository macports-base.

    from 71afd037 Merge tag 'v2.6.3' into travis-ci
     add 45b8918c Never raise an error in configure_get_sdkroot
     add f569727e Use -m64 on arm64
     add a2abf9a8 rev-upgrade: Use _dyld_shared_cache_contains_path() rather than dlopen_preflight() to check for hits in the shared cache
     add 13a77b94 Always pass fs-traverse a list of paths
     add d1c2f536 In fs-traverse test, pass a list of valid paths
     add c371cf0c Fix incorrect warning when sdk_version is cleared
     add 1be8ec12 Fix port info --depends with multiple ports
     add d525808f Fix port info when using --depends more than once
     add 023bd7ec rev-upgrade: Don't log when dependencies are located in the dyld shared cache
     add a39e5f0a fix for an upgrade dep calculation corner case
     add a7120242 cregistry: disable building macports.sqlext - it is not installed, it is not very useful, and macOS sqlite3 does not support extensions
     add a0658268 auto*: bump config.guess to 2020-07-12 and config.sub to 2020-07-10
     add b59e0f66 rev-upgrade: arm64 is not runnable on i386
     add a17a3983 extend possible demotions in choose_supported_archs
     add c5d1dd17 don't rely on /usr/lib existing on macOS 11
     add 756ce4eb Update Xcode versions
     add 8924591f Bump branch version to 2.6.4
     add 99fa3f79 Update ChangeLog
     new b566f000 Merge tag 'v2.6.4' into travis-ci
     new 7a6956c3 ci: Add deployment for macOS 11

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                          |   8 +-
 ChangeLog                            |  37 +++
 config.guess                         | 126 +++++---
 config.sub                           | 606 +++++++++++++++++++----------------
 config/macports_version              |   2 +-
 configure                            |  22 +-
 configure.ac                         |   2 +-
 doc/macports.conf.5                  |   2 +-
 doc/port-activate.1                  |   2 +-
 doc/port-archive.1                   |   2 +-
 doc/port-archivefetch.1              |   2 +-
 doc/port-bump.1                      |   2 +-
 doc/port-cat.1                       |   2 +-
 doc/port-cd.1                        |   2 +-
 doc/port-clean.1                     |   2 +-
 doc/port-contents.1                  |   2 +-
 doc/port-dependents.1                |   2 +-
 doc/port-deps.1                      |   2 +-
 doc/port-diagnose.1                  |   2 +-
 doc/port-dir.1                       |   2 +-
 doc/port-distcheck.1                 |   2 +-
 doc/port-distfiles.1                 |   2 +-
 doc/port-dmg.1                       |   2 +-
 doc/port-echo.1                      |   2 +-
 doc/port-edit.1                      |   2 +-
 doc/port-exit.1                      |   2 +-
 doc/port-fetch.1                     |   2 +-
 doc/port-gohome.1                    |   2 +-
 doc/port-help.1                      |   2 +-
 doc/port-info.1                      |   2 +-
 doc/port-install.1                   |   2 +-
 doc/port-installed.1                 |   2 +-
 doc/port-lint.1                      |   2 +-
 doc/port-list.1                      |   2 +-
 doc/port-livecheck.1                 |   2 +-
 doc/port-load.1                      |   2 +-
 doc/port-log.1                       |   2 +-
 doc/port-mirror.1                    |   2 +-
 doc/port-notes.1                     |   2 +-
 doc/port-outdated.1                  |   2 +-
 doc/port-platform.1                  |   2 +-
 doc/port-provides.1                  |   2 +-
 doc/port-reclaim.1                   |   2 +-
 doc/port-rev-upgrade.1               |   2 +-
 doc/port-search.1                    |   2 +-
 doc/port-select.1                    |   2 +-
 doc/port-selfupdate.1                |  10 +-
 doc/port-setrequested.1              |   2 +-
 doc/port-space.1                     |   2 +-
 doc/port-sync.1                      |   2 +-
 doc/port-unarchive.1                 |   2 +-
 doc/port-uninstall.1                 |   2 +-
 doc/port-upgrade.1                   |   2 +-
 doc/port-usage.1                     |   2 +-
 doc/port-variants.1                  |   2 +-
 doc/port-version.1                   |   2 +-
 doc/port.1                           |   2 +-
 doc/portgroup.7                      |   2 +-
 doc/portstyle.7                      |   2 +-
 doc/portundocumented.7               |   2 +-
 doc/pubkeys.conf.5                   |   2 +-
 doc/sources.conf.5                   |   2 +-
 doc/variants.conf.5                  |   2 +-
 src/config.h.in                      |   6 +-
 src/cregistry/Makefile.in            |   2 +-
 src/machista1.0/libmachista.c        |   9 +-
 src/macports1.0/macports.tcl         |  17 +-
 src/pextlib1.0/tests/fs-traverse.tcl |   2 +-
 src/port/port.tcl                    |  14 +-
 src/port1.0/portconfigure.tcl        |  24 +-
 src/port1.0/portdestroot.tcl         |   4 +-
 src/port1.0/portinstall.tcl          |   2 +-
 src/port1.0/portmain.tcl             |   2 +-
 src/port1.0/portutil.tcl             |  19 +-
 74 files changed, 592 insertions(+), 432 deletions(-)



More information about the macports-changes mailing list