[macports-ports] branch master updated (e955b2f -> 6a9664f)

Jeremy Huddleston Sequoia jeremyhu at macports.org
Fri Jul 21 16:13:07 UTC 2017


Jeremy Huddleston Sequoia (jeremyhu) pushed a change to branch master
in repository macports-ports.

    from e955b2f  carthage: update to 0.24.0
     new 37ef011  llvm-5.0: New port
     new bdf8c8c  llvm-devel: Bump to r308713 and fix float.h for Snow Leopard and earlier
     new 6a9664f  llvm-5.0: Bump to r308713 and fix float.h for Snow Leopard and earlier

The 3 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:
 lang/{llvm-devel => llvm-5.0}/Portfile             | 18 +++++----
 ...h-O-CPU-Subtype-to-ppc7400-when-targeting.patch | 16 ++++----
 ...MASK_CRASH-and-MACH_EXCEPTION_CODES-if-th.patch | 10 ++---
 ...ly-Don-t-embed-the-deployment-target-in-t.patch | 12 +++---
 ...ssues-pre-Lion-due-to-missing-a-strnlen-d.patch | 26 ++++++-------
 ...ly-Prepare-clang-format-for-replacement-w.patch | 36 ++++++++---------
 ...ly-Fix-name-of-scan-view-executable-insid.patch | 12 +++---
 .../1003-Default-to-ppc7400-for-OSX-10.5.patch     | 16 ++++----
 ...etpriority-PRIO_DARWIN_THREAD-0-PRIO_DARW.patch | 16 ++++----
 ...fragile-ObjC-runtime-when-targeting-darwi.patch | 14 +++----
 ...dc-header-search-paths-for-older-versions.patch | 12 +++---
 ...ssues-pre-Lion-due-to-missing-a-strnlen-d.patch | 12 +++---
 ...oat.h-to-work-on-Snow-Leopard-and-earlier.patch | 34 ++++++++++++++++
 ...nd-iterator-when-building-with-Lion-and-n.patch |  0
 ...-long-long-math-prototypes-when-using-the.patch |  0
 ...tomic-using-mutex-lock_guard-for-64b-ops-.patch |  0
 ...https-llvm.org-bugs-show_bug.cgi-id-31433.patch | 30 +++++++++++++++
 .../files/4002-Fix-build-on-Mountain-Lion.patch    | 41 ++++++++++++++++++++
 .../files/9001-macports-libstdcxx.diff             |  0
 .../files/leopard-no-asan.patch                    |  0
 .../files/leopard-no-blocks.patch                  |  0
 lang/{llvm-devel => llvm-5.0}/files/llvm-bin       |  0
 .../mp-clang-devel => llvm-5.0/files/mp-clang-5.0} |  0
 .../mp-llvm-devel => llvm-5.0/files/mp-llvm-5.0}   |  0
 .../files/openmp-locations.patch                   |  0
 lang/llvm-devel/Portfile                           |  8 ++--
 ...h-O-CPU-Subtype-to-ppc7400-when-targeting.patch | 10 ++---
 ...MASK_CRASH-and-MACH_EXCEPTION_CODES-if-th.patch |  4 +-
 ...ly-Don-t-embed-the-deployment-target-in-t.patch |  6 +--
 ...ssues-pre-Lion-due-to-missing-a-strnlen-d.patch | 16 ++++----
 ...ly-Prepare-clang-format-for-replacement-w.patch |  6 +--
 ...ly-Fix-name-of-scan-view-executable-insid.patch |  6 +--
 .../1003-Default-to-ppc7400-for-OSX-10.5.patch     | 10 ++---
 ...etpriority-PRIO_DARWIN_THREAD-0-PRIO_DARW.patch | 10 ++---
 ...fragile-ObjC-runtime-when-targeting-darwi.patch |  8 ++--
 ...dc-header-search-paths-for-older-versions.patch |  6 +--
 ...ssues-pre-Lion-due-to-missing-a-strnlen-d.patch |  6 +--
 ...oat.h-to-work-on-Snow-Leopard-and-earlier.patch | 34 ++++++++++++++++
 ...ly-Don-t-check-for-the-macosx.internal-SD.patch | 45 ----------------------
 39 files changed, 288 insertions(+), 192 deletions(-)
 copy lang/{llvm-devel => llvm-5.0}/Portfile (98%)
 copy lang/{llvm-devel => llvm-5.0}/files/0001-Set-the-Mach-O-CPU-Subtype-to-ppc7400-when-targeting.patch (77%)
 copy lang/{llvm-devel => llvm-5.0}/files/0002-Define-EXC_MASK_CRASH-and-MACH_EXCEPTION_CODES-if-th.patch (78%)
 copy lang/{llvm-devel => llvm-5.0}/files/0003-MacPorts-Only-Don-t-embed-the-deployment-target-in-t.patch (70%)
 copy lang/{llvm-devel => llvm-5.0}/files/0004-Fix-build-issues-pre-Lion-due-to-missing-a-strnlen-d.patch (66%)
 copy lang/{llvm-devel => llvm-5.0}/files/1001-MacPorts-Only-Prepare-clang-format-for-replacement-w.patch (62%)
 copy lang/{llvm-devel => llvm-5.0}/files/1002-MacPorts-Only-Fix-name-of-scan-view-executable-insid.patch (70%)
 copy lang/{llvm-devel => llvm-5.0}/files/1003-Default-to-ppc7400-for-OSX-10.5.patch (51%)
 copy lang/{llvm-devel => llvm-5.0}/files/1004-Only-call-setpriority-PRIO_DARWIN_THREAD-0-PRIO_DARW.patch (55%)
 copy lang/{llvm-devel => llvm-5.0}/files/1005-Default-to-fragile-ObjC-runtime-when-targeting-darwi.patch (66%)
 copy lang/{llvm-devel => llvm-5.0}/files/1006-Fixup-libstdc-header-search-paths-for-older-versions.patch (78%)
 copy lang/{llvm-devel => llvm-5.0}/files/1007-Fix-build-issues-pre-Lion-due-to-missing-a-strnlen-d.patch (71%)
 create mode 100644 lang/llvm-5.0/files/1008-Fix-float.h-to-work-on-Snow-Leopard-and-earlier.patch
 copy lang/{llvm-devel => llvm-5.0}/files/3001-Fix-local-and-iterator-when-building-with-Lion-and-n.patch (100%)
 copy lang/{llvm-devel => llvm-5.0}/files/3002-Fix-missing-long-long-math-prototypes-when-using-the.patch (100%)
 copy lang/{llvm-devel => llvm-5.0}/files/3003-implement-atomic-using-mutex-lock_guard-for-64b-ops-.patch (100%)
 create mode 100644 lang/llvm-5.0/files/4001-https-llvm.org-bugs-show_bug.cgi-id-31433.patch
 create mode 100644 lang/llvm-5.0/files/4002-Fix-build-on-Mountain-Lion.patch
 copy lang/{llvm-devel => llvm-5.0}/files/9001-macports-libstdcxx.diff (100%)
 copy lang/{llvm-devel => llvm-5.0}/files/leopard-no-asan.patch (100%)
 copy lang/{llvm-devel => llvm-5.0}/files/leopard-no-blocks.patch (100%)
 copy lang/{llvm-devel => llvm-5.0}/files/llvm-bin (100%)
 copy lang/{llvm-devel/files/mp-clang-devel => llvm-5.0/files/mp-clang-5.0} (100%)
 copy lang/{llvm-devel/files/mp-llvm-devel => llvm-5.0/files/mp-llvm-5.0} (100%)
 copy lang/{llvm-devel => llvm-5.0}/files/openmp-locations.patch (100%)
 create mode 100644 lang/llvm-devel/files/1008-Fix-float.h-to-work-on-Snow-Leopard-and-earlier.patch
 delete mode 100644 lang/llvm-devel/files/2001-MacPorts-Only-Don-t-check-for-the-macosx.internal-SD.patch



More information about the macports-changes mailing list