From 9abf5d469daef9949dfce54d65f1d37b85abb47f Mon Sep 17 00:00:00 2001 From: Billy Robert O'Neal III Date: Sun, 23 Jan 2022 23:52:57 -0800 Subject: [PATCH] [pangomm] Remove vcpkg_fail_port_install. There was no supports expression before so this did have ci.baseline.txt impact. In support of https://github.com/microsoft/vcpkg/pull/21502 --- ports/pangomm/portfile.cmake | 2 -- ports/pangomm/vcpkg.json | 2 ++ scripts/ci.baseline.txt | 1 - versions/baseline.json | 2 +- versions/p-/pangomm.json | 5 +++++ 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ports/pangomm/portfile.cmake b/ports/pangomm/portfile.cmake index 356c8792dd8d18..3c2a0c32f0723d 100644 --- a/ports/pangomm/portfile.cmake +++ b/ports/pangomm/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "arm64") - vcpkg_download_distfile(ARCHIVE URLS "https://ftp.gnome.org/pub/GNOME/sources/pangomm/2.50/pangomm-2.50.0.tar.xz" FILENAME "pangomm-2.50.0.tar.xz" diff --git a/ports/pangomm/vcpkg.json b/ports/pangomm/vcpkg.json index 8de0afefc5c733..b2a91c87137cb8 100644 --- a/ports/pangomm/vcpkg.json +++ b/ports/pangomm/vcpkg.json @@ -1,8 +1,10 @@ { "name": "pangomm", "version": "2.50.0", + "port-version": 1, "description": "pangomm is the official C++ interface for the Pango font layout library. See, for instance, the Pango::Layout class.", "homepage": "https://ftp.gnome.org/pub/GNOME/sources/pangomm", + "supports": "!arm", "dependencies": [ "cairo", "cairomm", diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 3b862a8e0b80bb..98eb5c843363a6 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -1066,7 +1066,6 @@ paho-mqtt:arm-uwp=fail paho-mqtt:x64-uwp=fail pango:x64-windows-static=fail pango:x64-windows-static-md=fail -pangomm:arm64-windows=fail pfring:arm64-windows=fail pfring:arm-uwp=fail pfring:x64-uwp=fail diff --git a/versions/baseline.json b/versions/baseline.json index ec84f26e50e4ac..7e2ffd61757ac1 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5182,7 +5182,7 @@ }, "pangomm": { "baseline": "2.50.0", - "port-version": 0 + "port-version": 1 }, "parallel-hashmap": { "baseline": "1.33", diff --git a/versions/p-/pangomm.json b/versions/p-/pangomm.json index f5e5d28e11308a..1f966eb4791d35 100644 --- a/versions/p-/pangomm.json +++ b/versions/p-/pangomm.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5aebede0dd324cd7e5db1460e1d9be26d18685ba", + "version": "2.50.0", + "port-version": 1 + }, { "git-tree": "72d0e19b3eb2fdb5d8c60c1ae78bafc51866325d", "version": "2.50.0",