mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:28:59 +08:00
[openssl] Remove vcpkg_fail_port_install. (#22755)
The only places this was being used were as morally asserts for the port itself. Also removed empty ports from ci.baseline.txt. In support of https://github.com/microsoft/vcpkg/pull/21502
This commit is contained in:
parent
b3755cb89f
commit
fb1df5721e
@ -1,7 +1,3 @@
|
||||
if (NOT VCPKG_TARGET_IS_MINGW)
|
||||
vcpkg_fail_port_install(MESSAGE "${PORT} is only for openssl on Unix-like systems" ON_TARGET "UWP" "Windows")
|
||||
endif()
|
||||
|
||||
vcpkg_extract_source_archive_ex(
|
||||
OUT_SOURCE_PATH MASTER_COPY_SOURCE_PATH
|
||||
ARCHIVE "${ARCHIVE}"
|
||||
|
@ -1,5 +1,3 @@
|
||||
vcpkg_fail_port_install(MESSAGE "${PORT} is only for Windows Universal Platform" ON_TARGET "Linux" "OSX")
|
||||
|
||||
vcpkg_find_acquire_program(JOM)
|
||||
get_filename_component(JOM_EXE_PATH ${JOM} DIRECTORY)
|
||||
vcpkg_add_to_path("${PERL_EXE_PATH}")
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "openssl",
|
||||
"version-string": "1.1.1m",
|
||||
"port-version": 1,
|
||||
"description": "OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library.",
|
||||
"homepage": "https://www.openssl.org",
|
||||
"dependencies": [
|
||||
|
@ -1,5 +1,3 @@
|
||||
vcpkg_fail_port_install(MESSAGE "${PORT} is only for Windows Desktop" ON_TARGET "UWP" "Linux" "OSX")
|
||||
|
||||
vcpkg_extract_source_archive_ex(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
ARCHIVE ${ARCHIVE}
|
||||
|
@ -988,20 +988,6 @@ openni2:x64-uwp=fail
|
||||
openni2:x64-windows-static=fail
|
||||
openscap:x64-linux=fail
|
||||
openscap:x64-osx=fail
|
||||
openssl-unix:arm64-windows=fail
|
||||
openssl-unix:arm-uwp=fail
|
||||
openssl-unix:x64-uwp=fail
|
||||
openssl-unix:x64-windows=fail
|
||||
openssl-unix:x64-windows-static=fail
|
||||
openssl-unix:x64-windows-static-md=fail
|
||||
openssl-unix:x86-windows=fail
|
||||
openssl-uwp:arm64-windows=fail
|
||||
openssl-uwp:x64-linux=fail
|
||||
openssl-uwp:x64-osx=fail
|
||||
openssl-uwp:x64-windows=fail
|
||||
openssl-uwp:x64-windows-static=fail
|
||||
openssl-uwp:x64-windows-static-md=fail
|
||||
openssl-uwp:x86-windows=fail
|
||||
opentracing:arm-uwp=fail
|
||||
opentracing:x64-uwp=fail
|
||||
openvpn3:x64-osx=fail
|
||||
|
@ -5054,7 +5054,7 @@
|
||||
},
|
||||
"openssl": {
|
||||
"baseline": "1.1.1m",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"openssl-unix": {
|
||||
"baseline": "1.1.1h",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9b8e2ac096b1cd8782137a853c5fc76e07c2af9a",
|
||||
"version-string": "1.1.1m",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "1dbcaacad14ed0761323aa12c13e917270153594",
|
||||
"version-string": "1.1.1m",
|
||||
|
Loading…
Reference in New Issue
Block a user