diff options
| author | shishirb-MSFT <50385517+shishirb-MSFT@users.noreply.github.com> | 2021-07-07 09:24:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-07 09:24:53 -0700 |
| commit | fb0fcec3b25a424e4f70c3dc634c77699bdcfdca (patch) | |
| tree | 263eb4c46c1e48d04039365c6bab8e923136b81d | |
| parent | a0fa6aeb82b3956a2f52ec455061ba1916076d53 (diff) | |
| download | vcpkg-fb0fcec3b25a424e4f70c3dc634c77699bdcfdca.tar.gz vcpkg-fb0fcec3b25a424e4f70c3dc634c77699bdcfdca.zip | |
[proxywrapper] Remove proxywrapper package (#18692)
* Remove proxywrapper package
* [proxywrapper] Remove from baseline since there is no longer a tested version of the port
Co-authored-by: Robert Schumacher <ras0219@outlook.com>
| -rw-r--r-- | ports/proxywrapper/CONTROL | 5 | ||||
| -rw-r--r-- | ports/proxywrapper/fix-find-libproxy.patch | 20 | ||||
| -rw-r--r-- | ports/proxywrapper/fix-macos-build.patch | 15 | ||||
| -rw-r--r-- | ports/proxywrapper/portfile.cmake | 23 | ||||
| -rw-r--r-- | versions/baseline.json | 4 |
5 files changed, 0 insertions, 67 deletions
diff --git a/ports/proxywrapper/CONTROL b/ports/proxywrapper/CONTROL deleted file mode 100644 index c982b2c5b..000000000 --- a/ports/proxywrapper/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: proxywrapper
-Version: 1.0.0
-Description: Provides a standalone wrapper around the libproxy library.
-Homepage: https://github.com/microsoft/proxy-wrapper
-Build-Depends: libproxy
diff --git a/ports/proxywrapper/fix-find-libproxy.patch b/ports/proxywrapper/fix-find-libproxy.patch deleted file mode 100644 index aeb45b98d..000000000 --- a/ports/proxywrapper/fix-find-libproxy.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 5a867a4..3ba85fa 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -5,11 +5,12 @@ project(proxywrapper)
-
- include(GNUInstallDirs)
-
--find_library(proxy REQUIRED)
-+find_package(libproxy REQUIRED)
-
--add_library(proxywrapper SHARED ProxyWrapper.cpp)
-+add_library(proxywrapper ProxyWrapper.cpp)
-
--target_link_libraries(proxywrapper proxy)
-+target_link_libraries(proxywrapper PRIVATE ${LIBPROXY_LIBRARIES})
-+target_include_directories(proxywrapper PRIVATE ${LIBPROXY_INCLUDE_DIR})
-
- install(TARGETS proxywrapper EXPORT proxywrapper DESTINATION ${CMAKE_INSTALL_LIBDIR})
-
diff --git a/ports/proxywrapper/fix-macos-build.patch b/ports/proxywrapper/fix-macos-build.patch deleted file mode 100644 index 8bdaeac56..000000000 --- a/ports/proxywrapper/fix-macos-build.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 3ba85fa..f18fd1e 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,7 +1,9 @@
-
- cmake_minimum_required(VERSION 3.8)
-
--project(proxywrapper)
-+project(proxywrapper C CXX)
-+
-+set(CMAKE_CXX_STANDARD 11)
-
- include(GNUInstallDirs)
-
diff --git a/ports/proxywrapper/portfile.cmake b/ports/proxywrapper/portfile.cmake deleted file mode 100644 index 048a9f995..000000000 --- a/ports/proxywrapper/portfile.cmake +++ /dev/null @@ -1,23 +0,0 @@ -vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
-
-vcpkg_from_github(
- OUT_SOURCE_PATH SOURCE_PATH
- REPO microsoft/proxy-wrapper
- REF b113aa0a284508ce0c2878febf9073d1f03b59dc
- SHA512 9793ec8b9cc0467c88d850ea51a96a0fdc3c3027cc5b7fd9f5d0362d7fd559e909f19a4eaca6554a9316d6e3a86bb5f541034ca9ce2fb8797fb2e5bdff42b0de
- HEAD_REF master
- PATCHES
- fix-find-libproxy.patch
- fix-macos-build.patch
-)
-
-vcpkg_configure_cmake(
- SOURCE_PATH ${SOURCE_PATH}
- PREFER_NINJA
-)
-
-vcpkg_install_cmake()
-
-file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
-file(INSTALL ${SOURCE_PATH}/license.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
-
diff --git a/versions/baseline.json b/versions/baseline.json index a4360fc3e..034175a1d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5016,10 +5016,6 @@ "baseline": "2020.10.19.00", "port-version": 0 }, - "proxywrapper": { - "baseline": "1.0.0", - "port-version": 0 - }, "psimd": { "baseline": "2021-02-21", "port-version": 0 |
