Граф коммитов

14222 Коммитов

Автор SHA1 Сообщение Дата
Billy O'Neal 3768cef9c2
Add workaround suggested by Robert in #18098 (#20310) 2021-09-27 13:59:30 -07:00
nicole mazzuca f0281bf749
[scripts-audit] vcpkg_fixup_pkgconfig (#19658)
* [scripts-audit] vcpkg_fixup_pkgconfig

* Neumann-A CR, fix docs

* vcpkg_fixup_pkgconfig bugs

* fix group

* moar fixing

* be more clever around pkg_config_path

* add `vcpkg_host_path_list` so that we can unit test

* move stuff around a bit

* fix bug in vcpkg_host_path_list.cmake

* ras0219 CRs
2021-09-27 13:27:44 -07:00
Niall Douglas 46700e2a0c
[ned14-internal-quickcpplib/llfio/outcome] Update to latest release (#20171)
* Update ned14-internal-quickcpplib and LLFIO to latest matching Outcome v2.2.1 (bugfixed) release.

* Implement suggested changes during review. Update Outcome and LLFIO to latest.

* Re x-add-version.

* Fix version database.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-27 12:42:44 -07:00
Billy O'Neal 7e94e6d357
Actually remove policheck sensitive term. (#20332) 2021-09-27 11:48:53 -07:00
nicole mazzuca aa2da5f435
fix regex in json schema (#20386)
thanks @SoftdriveFelix!

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-09-27 11:47:43 -07:00
Nicolas Fella 59a3f35e7e
[vcpkg_configure_make] Force libdir to lib (#19666)
Some Linux distributions (e.g. the OpenSUSE family) defaults to lib64
instead of lib, which breaks vcpkg's assumtion that libraries are in
lib.

Use the --libdir option of autotools to force the directory to be lib
2021-09-24 12:41:20 -07:00
Alexander Neumann a4368eabea
[pkgconf] Update to 1.8 (and a few extras; world rebuild) (#20243)
* [vcpkg/script/meson] add option NO_PKG_CONFIG to skip pkg-config setup

* [vcpkg/script/pkgconfig] move vcpkg_find_acquire_program(PKGCONFIG) into the check section where it is used

* [pkgconf] Update to 1.8.0

* version stuff

* remove unused patch.

* (CR) quote string

* version update.
2021-09-24 12:11:38 -07:00
Kai Pastor 845a5fda11
[libarchive,lz4] Fix pc file, modernize portfile (#20146)
* Fix pc file

* Modernize portfile

* OpenSSL unused on 'Darwin'

* x-add-version

* More port cleanup (CR requests)

* Revise wrapper, using find_package

* Don't use pkgconfig modules for windows openssl

* Update versions

* Use namespaced variables for custom lzo lookup

* Wrapper needs CMP0012

* Skip dependencies if not LibArchive_FOUND

* Update versions

* Fix liblz4.pc debug lib fixup

* Update versions

Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-09-24 12:06:17 -07:00
Krisztián Szabó bb92b7d34d
CMake binary is now supplied to Meson in cross-compile configurations. (#19727)
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-09-24 12:02:48 -07:00
Carlos O'Ryan f8fbd56e61
[grpc] yet another library missing in pkg-config files (#20308) 2021-09-24 10:48:46 -07:00
Stefano Sinigardi 6a398a2b9b
[OpenCV3] fix build with latest protobuf (#20301)
* [OpenCV3] fix compatibility with latest protobuf

* [OpenCV3] fix references
2021-09-24 10:48:01 -07:00
chausner 6f9e8964e5
[spdlog] Update to 1.9.2 (#20294)
* Update spdlog to 1.9.2

* Update CI baseline

* Fix git-tree hash

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-09-24 10:47:08 -07:00
AndrewDeanMS 86d2925af0
Remove unnecessary <Delete> that races <Touch> (#20313)
When VcpkgInstallManifestDependencies runs in parallel,
the Delete in one task causes the touch in another to fail.
The Delete isn't actually necessary to accomplish the goal
here, so remove it.
2021-09-24 10:07:26 -07:00
Billy O'Neal 8275003fd8
[tensorflow-common] Shutdown server after 1 second. (#20273)
* [tensorflow-common] Shutdown server after 1 second.

Attempts to reduce the probability of failures like https://dev.azure.com/vcpkg/public/_build/results?buildId=59950

* Version database
2021-09-23 18:04:24 -07:00
boriskro 456a50c1e8
Fix build issues on OSX when these flags are enabled: osx-bindings, metal-bindings (#20281)
* [imgui] Fix build issues on OSX

 * bump required cmake version because OBJCXX support has been introduced in 3.16

 * set C++ standard to c++11 on Apple.  Imgui own examples use c++14, however c++11 was found to be sufficient

 * enable Objective-C++ mode for *.mm sources

 * add `-fobjc-weak` flag for imgui_impl_metal.mm to fix compile error

* [imgui] Fix build issues on OSX

 * bump required cmake version because OBJCXX support has been introduced in 3.16

 * set C++ standard to c++11 on Apple.  Imgui own examples use c++14, however c++11 was found to be sufficient

 * enable Objective-C++ mode for *.mm sources

 * add `-fobjc-weak` flag for imgui_impl_metal.mm to fix compile error

* Update ports/imgui/vcpkg.json

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* [imgui] Fix manifest format

* Ran `vcpkg x-add-version imgui`

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-09-23 17:58:28 -07:00
Spirrwell b8a9f2b6d4
[enet] Export config, support BUILD_SHARED_LIBS, and add usage (#20282)
* [enet] Export config, support BUILD_SHARED_LIBS, and add usage

* [enet] Update with requested changes

* Update the port version

* Update the deprecated funcutions

Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-09-23 17:57:27 -07:00
Phoebe e6256745c6
[openmpi] Disable fortran mpi bindings explicitly (#20300) 2021-09-23 17:54:30 -07:00
HrOokami e583724611
[pangomm] Update to 2.48.1 (#20293)
* Update pangomm port to 2.48.1

This update should fix #18824

* Updating version in vcpkg.json

* Updating version database
2021-09-23 17:53:54 -07:00
Cheney Wang c6595d708f
[dxsdk-d3dx/directxsdk] Add message to handle the conflicts between these two ports (#20286)
* [dxsdk-d3dx] Modify the destination path

* [dxsdk-d3dx/directxsdk] Add message to handle the conflicts between these two ports

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2021-09-23 17:53:29 -07:00
pastdue 69521af149
[curl] Update to 7.79.1 (#20291)
* [curl] Update to 7.79.1

* Run x-add-version curl
2021-09-23 17:51:23 -07:00
misirlou-tg 456894a8a8
[cjson] Updating to 1.7.15 (#20279)
* Update cjson to 1.7.15

Also removing deprecated cmake functions, quoting paths

* Run x-add-version

* Update ports/cjson/portfile.cmake

* Run x-add-version after latest commit

Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
2021-09-23 17:50:47 -07:00
misirlou-tg 127ccb3c5e
[scottt-debugbreak] New port (#20276)
* [scottt-debugbreak] Adding new port

* Run x-add-version
2021-09-23 17:50:15 -07:00
chausner 3b383400db
[New port] Add cpp-TimSort 2.1.0 (#20275)
* Add new port cpp-timesort 2.1.0

* Update CI baseline

* Resolve conversation

* update version

* add dquotes

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-09-23 17:48:42 -07:00
Kai Pastor d60da45f54
[icu] Fix mingw builds (#20253)
* Fix mingw dll installation

* Patch static lib naming

* Update icu homepage

* Fix mingw builds on windows triplet host

* Update versions

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-23 17:45:11 -07:00
Marco Correia c00ce5ca23
[argparse] Bumps argparse to version v2.2. (#20261)
* Bumps argparse to version v2.2.

* Adds version.

* Replaced deprecated functions.

* Update ports/argparse/portfile.cmake

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* Update ports/argparse/portfile.cmake

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* Updates version.

* Updates version.

* Update ports/argparse/portfile.cmake

Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>

* Update ports/argparse/vcpkg.json

Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>

* Updates version.

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
2021-09-23 17:43:43 -07:00
Alberto Luaces 5b61ee0226
[openmvg] Fix for building with eigen 3.4.0. (#20056)
* [openmvg] Fix for building with eigen 3.4.0.

* Bump port version.

* Convert "version-string" field into "version"

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update vcpkg_check_features call

* [openmvg] x-add-version

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-09-23 17:37:57 -07:00
JonLiu1993 50fcd633dd
[libimobiledevice/libideviceactivation] update to latest version (#19962)
* [libimobiledevice/libideviceactivation/libzen] update to latest version

* update version

* update vcpkg.json format

* update version

* fix export target

* update version

* update version

* revert port libzen

* update version

* handle libzen conflict files

* delete vcpkg_cmake_config_fixup

* update version
2021-09-23 17:04:17 -07:00
Dawid Wróbel 8ba8f97d92
[kf5xmlgui] New port (#19756)
* Add kf5xmlgui port

* Fixed kf5xmlgui for windows

* [kf5*] update to 5.75.0

* [kf5xmlgui] update to current spec

* [kf5xmlgui] update to 5.84

* [kf5xmlgui] remove extra build options

* [kf5xmlgui] don't remove ksendbugmail, use vcpkg_copy_tools() instead

* [kf5xmlgui] only remove what's needed

* [kf5xmlgui] wrap paths in quotes

* [kf5xmlgui] update versions

* [kf5xmlgui] ksendbugmail is only built on Windows

* [kf5xmlgui] update versions

* [kf5xmlgui] add Qt Designer plugin feature

* [kf5xmlgui] update versions

* [kf5xmlgui] restore non-optional kglobalaccel dependency

* [kf5xmlgui] update versions

* [kf5xmlgui] DISABLE_PARALLEL_CONFIGURE

* [kf5xmlgui] update versions

* [kf5xmlgui] fix Windows static builds

* [kf5xmlgui] update versions

* [kf5xmlgui] add PACKAGE_NAME to vcpkg_cmake_config_fixup

* [kf5xmlgui] update versions

* [kf5xmlgui] fix Windows static build

* [kf5xmlgui] update versions

* [kf5xmlgui] add support for static builds to config.cmake

* [kf5xmlgui] update versions

* [kf5xmlgui] libiconv patches only for windows static builds

* [kf5xmlgui] update versions

* [kf5xmlgui] use semver

* [kf5xmlgui] update versions

* [kf5xmlgui] cleanup, iconv was fixed in kf5i18n

* [kf5xmlgui] use generic, non-semver versioning

* [kf5xmlgui] update versions

* [kf5xmlgui] re-enable parallel configure

* [kf5xmlgui] update versions

* [kf5xmlgui] remove meta info from patches

* [kf5xmlgui] update versions

Co-authored-by: Kuntal Majumder <hellozee@disroot.org>
2021-09-23 17:03:13 -07:00
Dawid Wróbel 14c814bfc7
[vcpkg_fixup_pkgconfig] Add support for Cflags.private (#19852) 2021-09-23 16:04:46 -07:00
Martin Hořeňovský 7a9bfb28d3
[docs] Fix (some) broken links in documentation (#20303)
* Fix broken links to nondeprecated portfile helpers

* Also link through to maintainers cmake ports
2021-09-23 12:32:02 -07:00
Robert Schumacher 674e616a21
[lcms] Backfill compat for lcms::lcms (#20034)
* [lcms] Backfill compat for lcms::lcms

* Remove :@TARGET_TRIPLET@

* Add comment for duplicate vcpkg_cmake_config_fixup.

* [lcms] Update version db

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-23 11:00:41 -07:00
Martin Hořeňovský 23cfcb4cd0
[benchmark] Update port to v1.6.0 (#20302)
Also replaced deprecated helpers with their new versions.
2021-09-23 10:41:52 -07:00
Ahmed Yarub Hani Al Nuaimi 9d892ff927
[libwebsockets] Enable separate debug and release builds (#20251)
* Enable separate release and debug builds for libwebsockets

* Update libwebsockets's port version

* Refactoring

* Refactoring

Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-22 13:35:59 -07:00
Ahmed Yarub Hani Al Nuaimi 48aeaba25e
[kubernetes] Kubernetes C Client (#20255)
* Kubernetes C Client's port

* Kubernetes C Client's port

* Replace deprecated methods

* Add version file

* Remove extra include directories

* Fix version

* Use vcpkg_from_github with a valid hash
Remove usage file

* Fix Aws Crypto Abstraction Layer and S2N builds

* Update library version

* Update library version

* Update ports/kubernetes/vcpkg.json

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* Update ports/kubernetes/portfile.cmake

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* Update ports/kubernetes/vcpkg.json

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* Update version

Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com>
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-09-22 13:35:24 -07:00
Simon Sobisch 70626f098f
[pdcurses] metadata: fix homepage (#20284)
* pdcurses: fixed homepage

* add port version

* update version

* revert 3.9 version hash

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-09-22 13:34:14 -07:00
Charles-Auguste Marois 729091bad7
[s2n] update to 1.1.0 (#20277) 2021-09-22 13:28:14 -07:00
misirlou-tg 451d6664e4
[valijson] Update to version 0.6 (#20269)
* Update varijson to version 0.6

Removing fix-nlohmann-json.patch, this patch is no longer needed

* Run x-add-version
2021-09-22 13:23:22 -07:00
misirlou-tg 79e8d1d56d
[gsl] Update to 2.7 (#20268)
* Update gsl to version 2.7

* Updating portfile to remove deprecated functions

These were the github-actions bot recommendations

* Quoting string parameters, fixing version

* Run x-add-version
2021-09-22 13:21:58 -07:00
Dawid Wróbel 3083e1e731
[kf5diagram] new port (#20234)
* [kf5diagram] new port

* [kf5diagram] update versions

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-22 13:15:26 -07:00
Carlos O'Ryan b29f8ef37e
[protobuf] upgrade to latest release (v3.18.0) (#20208)
* [protobuf] upgrade to latest release (v3.18.0)

This requires patching OpenCV as it uses a function removed in the
latest version of protobuf (FWIW, upstream OpenCV has a similar patch).

* The arcus port also needs a patch

* The caffe2 port also needs a patch

* The brpc port also needs a patch
2021-09-22 13:09:55 -07:00
Be 93885afd50
[libdjinterop] update to 0.16.0 (#20136)
* [libdjinterop] update to 0.16.0

* [sqlite3] add pkgconfig file

Linux distributions typically use the SQLite autoconf package,
but this port uses the SQLite amalgamation package with a custom
CMakeLists.txt so the port needs to take care of installing the
pkgconfig file.
2021-09-22 13:00:06 -07:00
ras0219 47d2378c81
[boost-modular-build-helper] Unify boost builds across OS's (#20220)
* [boost-modular-build-helper] Unify boost builds across OS's

* [boost-modular-build-helper] Update version

* [boost-modular-build-helper] Cleanup

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-09-21 15:07:46 -07:00
Sergii Baitala 680de654a9
[opentelemetry-cpp] Update to v1.0.0 (#20260) 2021-09-20 12:29:40 -07:00
Dawid Wróbel 36fe652165
[libsnoretoast] fix absolute include paths (#20229)
* [libsnoretoast] fix absolute include paths

* [libsnoretoast] fix versioning scheme

* [libsnoretoast] update versions

* Fix damage to previous version in the version database.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-20 10:55:40 -07:00
gastineau 50f702b1fe
[calceph] Add new port (#19759)
* initial port of calceph

* apply correct format on vcpkg.json

* add quotes in portfile

* Update version database

* add url to the documentation

* Update version database

* update vcpkg.json

* update version

* delete error version

* remove useless on operating system

* update database version

* Apply suggestions from code review

applied suggested changes about versions

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* update port number

* update database version

* format vcpkg.json

* update version

* update portfile.cmake error

* update version

* update portfile.cmake error

* update portfile.cmake error

* fix clflags in debug mode

* update database version

* add the debug flags

* update version database

* add space to avoid single quote for cflags in Makefile.vc

* update version database

* Update version database.

Co-authored-by: Gastineau <Mickael.Gastineau@obspm.fr>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-20 10:53:19 -07:00
Billy O'Neal 10463fcad3
[ci] Skip directxsdk:...windows and embree2:x64-linux in CI. (#20265)
Looked at most recent build https://dev.azure.com/vcpkg/public/_build/results?buildId=59859
REGRESSION: dxsdk-d3dx:x86-windows
REGRESSION: dxsdk-d3dx:x64-windows

```
The following files are already installed in D:/installed/x86-windows and are in conflict with dxsdk-d3dx:x86-windows

Installed by directxsdk:x86-windows
    debug/lib/d3dx10d.lib
    debug/lib/d3dx11d.lib
    debug/lib/d3dx9d.lib
    lib/d3dx10.lib
    lib/d3dx11.lib
    lib/d3dx9.lib
```

Probably caused by https://github.com/microsoft/vcpkg/pull/20053/ which removed windows & !windows from the directxsdk supports field.

PASSING, REMOVE FROM FAIL LIST: cmark:x64-windows-static

Already filed https://github.com/microsoft/vcpkg/pull/20216 last week about this.

ARM: vcpkg crashed. Reported to team chat.
OSX: agent died: ##[error]We stopped hearing from agent vcpkg-eg-mac-02.
  Looks to be the same outstanding tensorflow problem :(
REGRESSION: embree3:x64-linux

```
Starting package 640/1653: embree3:x64-linux
Building package embree3[avx,avx2,core,sse2,sse42]:x64-linux...
-- Downloading https://github.com/embree/embree/archive/v3.12.2.tar.gz -> embree-embree-v3.12.2.tar.gz...
-- Extracting source /mnt/vcpkg-ci/downloads/embree-embree-v3.12.2.tar.gz
-- Applying patch fix-path.patch
-- Applying patch fix-static-usage.patch
-- Applying patch cmake_policy.patch
-- Applying patch fix-targets-file-not-found.patch
-- Using source at /mnt/vcpkg-ci/buildtrees/embree3/src/v3.12.2-cbae4ce8b1.clean
-- Configuring x64-linux-dbg
-- Configuring x64-linux-rel
CMake Warning at scripts/cmake/vcpkg_configure_cmake.cmake:433 (message):
  The following variables are not used in CMakeLists.txt:

      EMBREE_STATIC_RUNTIME

  Please recheck them and remove the unnecessary options from the
  `vcpkg_configure_cmake` call.

  If these options should still be passed for whatever reason, please use the
  `MAYBE_UNUSED_VARIABLES` argument.
Call Stack (most recent call first):
  ports/embree3/portfile.cmake:50 (vcpkg_configure_cmake)
  scripts/ports.cmake:140 (include)

-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Installing: /mnt/vcpkg-ci/packages/embree3_x64-linux/share/embree3/copyright
-- Performing post-build validation
```

Probably caused by https://github.com/microsoft/vcpkg/pull/20053 which removed supports:windows from embree2.
2021-09-20 10:52:36 -07: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
Charles-Auguste Marois 2d07df55af
[aws-sdk-cpp] Fix targets for aws-sdk-cpp components (#20222)
* [s2n] Add missing release target

* [aws-sdk-cpp] Fix targets
2021-09-20 10:01:46 -07:00
Dawid Wróbel 6fd6830d68
[gmp] Enable C++ support on Unix (#20205)
* [gmp] enable C++ support

* [gmp] update versions
2021-09-20 09:31:13 -07:00
Billy O'Neal 53e3b41ae1
[docs] Document deprecated functions from #20142 in the maintainer guide. (#20217)
* Document deprecated functions from #20142 in the maintainer guide.

See discussion at https://github.com/microsoft/vcpkg/pull/20142#issuecomment-921146572

* Reorder list to match natural `portfile.cmake` order, as suggested by @dg0yt
2021-09-20 09:07:26 -07:00