aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilly O'Neal <bion@microsoft.com>2020-12-10 10:31:40 -0800
committerGitHub <noreply@github.com>2020-12-10 10:31:40 -0800
commitd5e6bd518670af13b173a32fb3c089a31f203f95 (patch)
tree33072155ac3e24186b68e1d2eb70561096a13c6d
parent9be0e172873cb5e437037310cb0b29318b9abfd4 (diff)
downloadvcpkg-d5e6bd518670af13b173a32fb3c089a31f203f95.tar.gz
vcpkg-d5e6bd518670af13b173a32fb3c089a31f203f95.zip
[tcl, anyrpc, ois, osgearth] Build Fixes 2020-12-09 (#15030)
-rw-r--r--ports/anyrpc/CONTROL4
-rw-r--r--ports/anyrpc/portfile.cmake1
-rw-r--r--ports/anyrpc/vcpkg.json7
-rw-r--r--ports/ois/CONTROL4
-rw-r--r--ports/ois/portfile.cmake1
-rw-r--r--ports/ois/vcpkg.json7
-rw-r--r--scripts/ci.baseline.txt5
7 files changed, 19 insertions, 10 deletions
diff --git a/ports/anyrpc/CONTROL b/ports/anyrpc/CONTROL
deleted file mode 100644
index a76346057..000000000
--- a/ports/anyrpc/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: anyrpc
-Version: 2020-01-13-1
-Homepage: https://github.com/sgieseking/anyrpc
-Description: A multiprotocol remote procedure call system for C++.
diff --git a/ports/anyrpc/portfile.cmake b/ports/anyrpc/portfile.cmake
index 843e83609..513c37cd9 100644
--- a/ports/anyrpc/portfile.cmake
+++ b/ports/anyrpc/portfile.cmake
@@ -11,6 +11,7 @@ string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" ANYRPC_LIB_BUILD_SHARE
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
+ DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DBUILD_EXAMPLES=OFF
-DBUILD_TESTS=OFF
diff --git a/ports/anyrpc/vcpkg.json b/ports/anyrpc/vcpkg.json
new file mode 100644
index 000000000..f71f684cc
--- /dev/null
+++ b/ports/anyrpc/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "anyrpc",
+ "version-string": "2020-01-13",
+ "port-version": 2,
+ "description": "A multiprotocol remote procedure call system for C++.",
+ "homepage": "https://github.com/sgieseking/anyrpc"
+}
diff --git a/ports/ois/CONTROL b/ports/ois/CONTROL
deleted file mode 100644
index b43ed59dd..000000000
--- a/ports/ois/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: ois
-Version: 1.5-1
-Description: Cross Platform Object Oriented Input Lib System. Meant to be very robust and compatiable with many systems and operating systems.
-Homepage: https://wgois.github.io/OIS/ \ No newline at end of file
diff --git a/ports/ois/portfile.cmake b/ports/ois/portfile.cmake
index f35d3d537..84859bb09 100644
--- a/ports/ois/portfile.cmake
+++ b/ports/ois/portfile.cmake
@@ -13,6 +13,7 @@ vcpkg_from_github(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
+ DISABLE_PARALLEL_CONFIGURE
)
vcpkg_install_cmake()
diff --git a/ports/ois/vcpkg.json b/ports/ois/vcpkg.json
new file mode 100644
index 000000000..2b6b7140f
--- /dev/null
+++ b/ports/ois/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "ois",
+ "version-string": "1.5",
+ "port-version": 2,
+ "description": "Cross Platform Object Oriented Input Lib System. Meant to be very robust and compatiable with many systems and operating systems.",
+ "homepage": "https://wgois.github.io/OIS/"
+}
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt
index af8a96642..cf3dbfae3 100644
--- a/scripts/ci.baseline.txt
+++ b/scripts/ci.baseline.txt
@@ -1122,9 +1122,11 @@ opusfile:arm-uwp=fail
opusfile:x64-uwp=fail
orocos-kdl:arm-uwp=fail
orocos-kdl:x64-uwp=fail
-osgearth:x64-osx=fail
osgearth:x64-linux=fail
+osgearth:x64-osx=fail
osgearth:x64-windows-static=fail
+osgearth:x64-windows=fail
+osgearth:x86-windows=fail
paho-mqtt:arm-uwp=fail
paho-mqtt:x64-uwp=fail
pangomm:x64-osx=fail
@@ -1461,7 +1463,6 @@ tbb:x64-uwp=fail
tcl:arm-uwp=fail
tcl:arm64-windows=fail
tcl:x64-uwp=fail
-tcl:x64-osx=fail
teemo:x64-uwp=fail
teemo:arm-uwp=fail
teemo:arm64-windows=fail