diff options
| author | Bob Kast <bob.kast@emc.com> | 2018-12-03 12:24:45 -0500 |
|---|---|---|
| committer | Bob Kast <bob.kast@emc.com> | 2018-12-03 12:24:45 -0500 |
| commit | 23384daca676eb97d612b63b2fae2761c74b9466 (patch) | |
| tree | 2db8b1f1a328b694c4126bdb8e471522b04b9eac | |
| parent | d31d385e641e44251b9eba390f095118a8b0b438 (diff) | |
| download | vcpkg-23384daca676eb97d612b63b2fae2761c74b9466.tar.gz vcpkg-23384daca676eb97d612b63b2fae2761c74b9466.zip | |
Support ECSUtil 1.0.1.4
| -rw-r--r-- | ports/ecsutil/CONTROL | 2 | ||||
| -rw-r--r-- | ports/ecsutil/NoLibSyms.patch | 41 | ||||
| -rw-r--r-- | ports/ecsutil/portfile.cmake | 5 |
3 files changed, 45 insertions, 3 deletions
diff --git a/ports/ecsutil/CONTROL b/ports/ecsutil/CONTROL index 4bcfb031b..c96e1b0b8 100644 --- a/ports/ecsutil/CONTROL +++ b/ports/ecsutil/CONTROL @@ -1,4 +1,4 @@ Source: ecsutil
-Version: 1.0.1.3
+Version: 1.0.1.4
Description: Native Windows SDK for accessing ECS via the S3 HTTP protocol.
Build-Depends: atlmfc
diff --git a/ports/ecsutil/NoLibSyms.patch b/ports/ecsutil/NoLibSyms.patch new file mode 100644 index 000000000..e4f7e77bd --- /dev/null +++ b/ports/ecsutil/NoLibSyms.patch @@ -0,0 +1,41 @@ + ECSUtil/ECSUtil.vcxproj | 6 ++++-- + 1 file changed, 4 insertions(+), 2 deletions(-) + +diff --git a/ECSUtil/ECSUtil.vcxproj b/ECSUtil/ECSUtil.vcxproj +index 05c5726..4b5de57 100644 +--- a/ECSUtil/ECSUtil.vcxproj ++++ b/ECSUtil/ECSUtil.vcxproj +@@ -289,7 +289,7 @@ + <SDLCheck>true</SDLCheck> + <PreprocessToFile>false</PreprocessToFile> + <PreprocessKeepComments>false</PreprocessKeepComments> +- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> ++ <DebugInformationFormat>None</DebugInformationFormat> + </ClCompile> + <Link> + <SubSystem>Windows</SubSystem> +@@ -317,7 +317,7 @@ + <SDLCheck>true</SDLCheck> + <PreprocessToFile>false</PreprocessToFile> + <PreprocessKeepComments>false</PreprocessKeepComments> +- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> ++ <DebugInformationFormat>None</DebugInformationFormat> + </ClCompile> + <Link> + <SubSystem>Windows</SubSystem> +@@ -462,6 +462,7 @@ + <SDLCheck>true</SDLCheck> + <PreprocessToFile>false</PreprocessToFile> + <PreprocessKeepComments>false</PreprocessKeepComments> ++ <DebugInformationFormat>None</DebugInformationFormat> + </ClCompile> + <Link> + <SubSystem>Windows</SubSystem> +@@ -493,6 +494,7 @@ + <SDLCheck>true</SDLCheck> + <PreprocessToFile>false</PreprocessToFile> + <PreprocessKeepComments>false</PreprocessKeepComments> ++ <DebugInformationFormat>None</DebugInformationFormat> + </ClCompile> + <Link> + <SubSystem>Windows</SubSystem> diff --git a/ports/ecsutil/portfile.cmake b/ports/ecsutil/portfile.cmake index ff8d8a6b1..0dc5fa8fa 100644 --- a/ports/ecsutil/portfile.cmake +++ b/ports/ecsutil/portfile.cmake @@ -28,9 +28,10 @@ endif() vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO EMCECS/ecs-object-client-windows-cpp
- REF v1.0.1.3
- SHA512 0c79e522c687aa942e018f5bab619522523b3efee6e421439bda2a93dfa8e2c2665e136a6aae9cba2f8637c296822b91127cd06053c2a39be4e3324cd1792dda
+ REF v1.0.1.4
+ SHA512 796ed227268cd92fce3eba2a842260d552222900b1df1261200032a7678a48776388dd566f408df2ee4dbc0cee39b70090d524a99e6741e0c8f92594d207761a
HEAD_REF master
+ PATCHES NoLibSyms.patch
)
vcpkg_install_msbuild(
|
