From c76cc635dc412963dcfd203d0f67ea29f82d68bb Mon Sep 17 00:00:00 2001 From: emptyVoid Date: Sun, 2 Jun 2019 22:26:04 +0700 Subject: Move gpg-agent termination to vcpkg_acquire_msys. --- ports/icu/portfile.cmake | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ports') diff --git a/ports/icu/portfile.cmake b/ports/icu/portfile.cmake index 91cba5db7..2061111e9 100644 --- a/ports/icu/portfile.cmake +++ b/ports/icu/portfile.cmake @@ -209,11 +209,3 @@ vcpkg_copy_pdbs() # Handle copyright file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/icu) file(RENAME ${CURRENT_PACKAGES_DIR}/share/icu/LICENSE ${CURRENT_PACKAGES_DIR}/share/icu/copyright) - -# Deal with a stale process created by MSYS -if (NOT VCPKG_CMAKE_SYSTEM_NAME OR VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore") - vcpkg_execute_required_process( - COMMAND TASKKILL /F /IM gpg-agent.exe /fi "memusage gt 2" - WORKING_DIRECTORY ${SOURCE_PATH} - ) -endif() -- cgit v1.2.3 From c52522983c6d684531741880a8b4f27e69112ba0 Mon Sep 17 00:00:00 2001 From: emptyVoid Date: Tue, 4 Jun 2019 09:23:55 +0700 Subject: [icu] Bump version number --- ports/icu/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports') diff --git a/ports/icu/CONTROL b/ports/icu/CONTROL index d60dbf04b..3fa81fd4d 100644 --- a/ports/icu/CONTROL +++ b/ports/icu/CONTROL @@ -1,3 +1,3 @@ Source: icu -Version: 61.1-6 +Version: 61.1-7 Description: Mature and widely used Unicode and localization library. -- cgit v1.2.3