Commit Graph

8 Commits

Author SHA1 Message Date
Thomas1664
763f6664c1
[many ports] Fix copyright install (#25409)
* [Many ports] Fix copyright

* version

* [moos-core] Fix deprecated cmake

* version

* Fix cmake

* version

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-06-24 12:50:23 -07:00
Mengna Li
89c4fdfbe4
[unrar/mdnsresponder] only windows (#22643)
* unrar only support windows

* update

* update

* mdnsresponder only support windows

* --amend

* add !uwp to supports

* add !arm64 to supports

* Update ports/mdnsresponder/vcpkg.json

Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
2022-01-20 15:53:24 -08:00
Cheney Wang
edb82cab69
[mDNSResponder] Update to 878.270.2 (#20226)
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2021-09-20 10:02:13 -07:00
Jack·Boos·Yu
d5b47fcc98
[mdnsresponder] Change compile flag /Zi to /Z7 (#15340) 2020-12-29 16:07:42 -08:00
Billy O'Neal
09a647a526
Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065) 2020-10-28 14:18:07 -07:00
Davide Beatrici
b4ee1a289a mdnsresponder: fix build with dynamic CRT
mdnsresponder was being built with static CRT even when VCPKG_CRT_LINKAGE was set to "dynamic":

-- Performing post-build validation
Expected Debug,Dynamic crt linkage, but the following libs had invalid crt linkage:

    C:/vcpkg/packages/mdnsresponder_x64-windows-static-md/debug/lib/dnssd.lib: Debug,Static

To inspect the lib files, use:
    dumpbin.exe /directives mylibfile.lib
Expected Release,Dynamic crt linkage, but the following libs had invalid crt linkage:

    C:/vcpkg/packages/mdnsresponder_x64-windows-static-md/lib/dnssd.lib: Release,Static

To inspect the lib files, use:
    dumpbin.exe /directives mylibfile.lib
Found 2 error(s). Please correct the portfile:
    C:\vcpkg\ports\mdnsresponder\portfile.cmake
-- Performing post-build validation done
Error: Building package mdnsresponder:x64-windows-static-md failed with: POST_BUILD_CHECKS_FAILED
2019-11-20 07:21:43 +01:00
Stefano Sinigardi
726c111481 [vcpkg] fatal_error when patch fails to apply (#8087)
vcpkg will now fail on failure to apply patches except when using `--head`.
2019-10-07 10:35:13 -07:00
Joseph D
55cbb96fa0 Add mdnsresponder port 2017-04-15 14:24:29 -04:00