aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Paulyshka <me@mixaill.tk>2017-08-22 22:45:01 +0300
committerMikhail Paulyshka <me@mixaill.tk>2017-08-22 22:59:50 +0300
commitc50e9b4cfbf2e9be2806dfd45cfab45404e4cb56 (patch)
tree522db10131455273cbf63cd9710161406a7ac37a
parentea4799847f4440fa25942fab8049a33c92ead6ce (diff)
downloadvcpkg-c50e9b4cfbf2e9be2806dfd45cfab45404e4cb56.tar.gz
vcpkg-c50e9b4cfbf2e9be2806dfd45cfab45404e4cb56.zip
[libp7-baical] update to 4.4
-rw-r--r--ports/libp7-baical/CMakeLists.txt5
-rw-r--r--ports/libp7-baical/CONTROL2
-rw-r--r--ports/libp7-baical/portfile.cmake8
3 files changed, 10 insertions, 5 deletions
diff --git a/ports/libp7-baical/CMakeLists.txt b/ports/libp7-baical/CMakeLists.txt
index c4559c603..6b1044e43 100644
--- a/ports/libp7-baical/CMakeLists.txt
+++ b/ports/libp7-baical/CMakeLists.txt
@@ -3,13 +3,14 @@ cmake_minimum_required(VERSION 3.0)
set(SOURCES "Sources/ClBaical.cpp"
"Sources/ClFile.cpp"
- "Sources/ClText.cpp"
"Sources/Client.cpp"
"Sources/ClNull.cpp"
+ "Sources/ClText.cpp"
"Sources/CRC32.cpp"
"Sources/Proxy.cpp"
"Sources/Telemetry.cpp"
- "Sources/Trace.cpp")
+ "Sources/Trace.cpp"
+)
if(WIN32)
set(RESOURCES "Sources/P7Client.rc")
diff --git a/ports/libp7-baical/CONTROL b/ports/libp7-baical/CONTROL
index df6cf94b6..e117adea5 100644
--- a/ports/libp7-baical/CONTROL
+++ b/ports/libp7-baical/CONTROL
@@ -1,3 +1,3 @@
Source: libp7-baical
-Version: 4.1
+Version: 4.4-1
Description: P7 is a library for high-speed sending telemetry & trace data from application
diff --git a/ports/libp7-baical/portfile.cmake b/ports/libp7-baical/portfile.cmake
index f298186e0..bb9b751f4 100644
--- a/ports/libp7-baical/portfile.cmake
+++ b/ports/libp7-baical/portfile.cmake
@@ -4,8 +4,12 @@ if(VCPKG_TARGET_ARCHITECTURE STREQUAL arm)
message(FATAL_ERROR "libP7 does not support ARM")
endif()
-set(LIBP7_VERSION 4.1)
-set(LIBP7_HASH 6259416378f1fe60ad6097faf9facd2de1a3ea13e8015a5727d6a179caa88a7f6707b47273afceebc16b39883da4768f29feac199f7d6c354b744b643c2044ab)
+if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
+ message(FATAL_ERROR "libP7 does not support UWP")
+endif()
+
+set(LIBP7_VERSION 4.4)
+set(LIBP7_HASH ce33db9a0c731e4dff95646703fe5fd96015f1c528377aa5dbe2e533529b0e8c45a4b74ee2b4616a811a7f9038c12edf106b08b3c21cec9cb6bdf85ad6e1d64f)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/libP7_v${LIBP7_VERSION})
vcpkg_download_distfile(ARCHIVE