Commit Graph

15555 Commits

Author SHA1 Message Date
Samuel Marks
daa7215f3d
[libcurl-simple-https] New port (#22917)
* [ports/libcurl-simple-https] Init

* [versions/d-/dmon.json,versions/baseline.json] `./vcpkg x-add-version --all --overwrite-version`

* [versions/l-/libcurl-simple-https.json] Add file forgotten from `git add`

* [ports/libcurl-simple-https/portfile.cmake] Upgrade (uses latest FindCurl impl)

* [versions/l-/libcurl-simple-https.json] `./vcpkg x-add-version --all --overwrite-version`

* [ports/libcurl-simple-https/portfile.cmake] Upgrade to boilerplate conforming version

* [versions/l-/libcurl-simple-https.json] `./vcpkg x-add-version --all --overwrite-version`

* [ports/libcurl-simple-https/portfile.cmake] Upgrade to latest libcurl-simple-https

* [versions/l-/libcurl-simple-https.json] `./vcpkg x-add-version --all --overwrite-version`

* [ports/libcurl-simple-https] Upgrade to latest version (which actually exports targets… and renames to dashes not underscore)

* [versions/baseline.json,versions/l-/libcurl-simple-https.json] `./vcpkg x-add-version --all --overwrite-version` + manually remove yesterdays

* [ports/libcurl-simple-https] Upgrade to latest version (renames "_" to "-"; installs config file

* [versions/baseline.json,versions/l-/libcurl-simple-https.json] `./vcpkg x-add-version --all --overwrite-version` + manually remove yesterdays

* [ports/libcurl-simple-https/portfile.cmake] `configure_package_config_file` with `INSTALL_DESTINATION` from `"lib/cmake/${PROJECT_NAME}"` to `"share/${PROJECT_NAME}"`

* [versions/l-/libcurl-simple-https.json] ./vcpkg x-add-version --all --overwrite-version

* [ports/libcurl-simple-https/portfile.cmake] Manual `install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}Config.cmake" DESTINATION "share/${LIBRARY_NAME}")` because `configure_package_config_file` `INSTALL_DESTINATION` does not seem to actually `install`…

* [versions/l-/libcurl-simple-https.json] ./vcpkg x-add-version --all --overwrite-version

* [ports/libcurl-simple-https/portfile.cmake] `install` ""${PROJECT_NAME}Config.cmake" to "share/${PROJECT_NAME}/${LIBRARY_NAME}"

* [versions/l-/libcurl-simple-https.json] ./vcpkg x-add-version --all --overwrite-version

* [ports/libcurl-simple-https] Upgrade to latest version (which should support vcpkg install hierarchy)

* [versions/baseline.json,versions/l-/libcurl-simple-https.json] `./vcpkg x-add-version --all --overwrite-version` + manually remove old

* [ports/libcurl-simple-https/portfile.cmake] `file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")`

* `./vcpkg x-add-version --all --overwrite-version`

* [ports/libcurl-simple-https/portfile.cmake] Use `ARCHIVE` and `LIBRARY` DESTINATION

* `./vcpkg x-add-version --all --overwrite-version`

* [ports/libcurl-simple-https/portfile.cmake] Remove `file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")`

* `./vcpkg x-add-version --all --overwrite-version`

* [ports/libcurl-simple-https/portfile.cmake] file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" ${CURRENT_PACKAGES_DIR}/debug/share")

* `./vcpkg x-add-version --all --overwrite-version`

* [ports/libcurl-simple-https/portfile.cmake] file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" ${CURRENT_PACKAGES_DIR}/debug/share")

* `./vcpkg x-add-version --all --overwrite-version`

* [ports/libcurl-simple-https/portfile.cmake] `install` `"${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}Config.cmake` to `DESTINATION` `"${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME}"` not `TYPE "DATA"`

* `./vcpkg x-add-version --all --overwrite-version`

* [ports/libcurl-simple-https/portfile.cmake] [CMakeLists.txt] Bump `cmake_minimum_required` from `3.0` to `3.3`; [libcurl-simple-https/curl_simple_https.c] Use `calloc`; add debug statements

* [ports/libcurl-simple-https/portfile.cmake] [libcurl-simple-https/curl_simple_https.c] No alt option set when body is NULL

* `./vcpkg x-add-version --all --overwrite-version`

* [ports/libcurl-simple-https/portfile.cmake] [libcurl-simple-https/curl_simple_https.c] More debug statements

* `./vcpkg x-add-version --all --overwrite-version`

* [ports/libcurl-simple-https/portfile.cmake] [libcurl-simple-https/curl_simple_https.c] More debug statements

* `./vcpkg x-add-version --all --overwrite-version`

* [ports/libcurl-simple-https/portfile.cmake] [libcurl-simple-https/curl_simple_https.c] More debug statements

* [ports/libcurl-simple-https/portfile.cmake] [libcurl-simple-https/curl_simple_https.c] Replace `assert` with `if` for `curl_url_get`

* `./vcpkg x-add-version --all --overwrite-version`

* `./vcpkg x-add-version --all --overwrite-version`

* [ports/libcurl-simple-https/portfile.cmake] [libcurl-simple-https/curl_simple_https.c] Set `CURLOPT_READDATA`, `CURLOPT_READFUNCTION`, `CURLOPT_POSTFIELDSIZE`: even with an empty HTTPS POST

* `./vcpkg x-add-version --all --overwrite-version`
2022-02-22 15:28:14 -08:00
Alberto Garcia Illera
7033f94778
[capstone] Use static runtime if capstone wants to be statically linked (#23122)
* Use static runtime if capstone wants to be statically linked

This makes more sense than using the shared runtime if building a static version

* increase port-version

* Update version database

* select CRT as new feature

* don't use upercase in feature name

* format json

* run x-add-version

* remove extra space

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

* run x-add-version

* Modernize the port file.cmake

* update version

* checking feature per OS

* update versioning

* remove check for static CRT on windows so it doesn't conflict with other ports (Triton)

* update versioning

* use VCPKG_CRT_LINKAGE instead of feature for CRT

* update versioning

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-02-22 14:08:20 -08:00
Alberto Garcia Illera
3d7ff268e4
[New port] Add Triton port (#23111)
* Add Triton port

* Delete debugging

* add versioning

* add port-version

* run x-add-version --all

* reverse port-version

* Fix build

* Fix usage

* Not support arm triplets

* Update to the fix commit

* Disable examples and tests

* version

* fix feature python

* version

* require specifig features of capstone to build Triton

* remove static-crt feature from capstone

* add versioning

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-02-22 13:46:54 -08:00
Nuri Jung
76ed4752f9
[vcpkg docs] Update ko_KR translation (#23045)
* Update ko_KR translation

* Use english for product names

* Use english for Linux

* Fix typo

* Reflect reviews from PR

* Fix broken links
2022-02-22 13:45:40 -08:00
Markus Prettner
bfc4d0c6e7
[cereal] Update to 1.3.1 (#23114)
* [cereal] Update to 1.3.1

* Update version database

* Fix openMVG build

* Add missing license fields in json

* Update version database
2022-02-22 13:18:00 -08:00
Jack·Boos·Yu
4398c12919
[gstreamer] Support arm-windows and add features (#23125)
* [gstreamer] Support arm-windows and add features

* version

* Fix cmake code

* version

* Disable more docs

* version

* Remove code about zlib

* version

* Fix build issues

* version
2022-02-22 13:09:48 -08:00
Kai Pastor
61ae96ea06
[qhull] Fix copyright, pc files, cmake usage (#23129)
* Modernize portfile

* Install COPYING.txt for copyright

* Create uniform pc file names for all configurations

* Provide uniform and documented CMake config

* Update versions

* Use version field

* Update versions

* CI
2022-02-22 13:08:24 -08:00
Akash
0749a327b6
[graphviz] Fix tools (#23148)
* Fix graphviz tools

* Update versions

* Add license

* Fix non-Windows build

* Update versions

* Fix dot command call for non-Windows

* Update versions

* Force dynamic library

* Update versions

* Try fixing unix

* Try using rpath

* Try fixing unix

* Update versions

* Make pkgconf a host dep

* Update versions
2022-02-22 12:56:16 -08:00
Cheney Wang
6585d1274c
[ngspice] Fix error C2065 (#23151)
* [ngspice] Fix error C2065

* Delete a mistake

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-02-22 12:44:49 -08:00
Mengna Li
838d3ef6b7
[ITK] update to v5.2.1 (#23158)
* update itk to v5.2.1

* Add license

* update
2022-02-22 12:44:13 -08:00
MacroFake
a81c4838bc
[leveldb] Fix homepage (#23180)
Follow up to commit 578139ece7, which
changed the upstream.
2022-02-22 12:13:26 -08:00
acd1034
6a67b165a8
Fixes typo in vcpkg_download_distfile.cmake (#23181) 2022-02-22 12:12:49 -08:00
An Tao
fded3a6aed
[trantor] Update to 1.5.5 (#23182) 2022-02-22 12:12:16 -08:00
Francisco Facioni
9a155a3b2b
[arrow] add plasma support for non Windows platforms (#23188) 2022-02-22 12:08:23 -08:00
Thomas1664
4bfe819421
[charls] Update to 2.3.4 (#23189)
* Update charls to 2.3.4

* version

* Change version-string to version

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

* version

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2022-02-22 12:07:10 -08:00
Adam Johnson
faa4527dd8
[openxr-loader] Fix build failure in world rebuild CI. (#23191)
* [openxr-loader] Patch failure in world rebuild CI.

* Version nonsense.
2022-02-22 12:06:26 -08:00
Thomas1664
ffbcab4a37
[lazy-importer] Update to 2022-02-09 (#23192)
* Update to 2022-02-09

* version
2022-02-22 12:05:22 -08:00
acidicoala
a260ebdbc7
Update to latest (2022-02-21) (#23203) 2022-02-22 11:48:04 -08:00
autoantwort
5ce0ab7344
[tgui] fix absolute paths (#23211) 2022-02-22 11:47:23 -08:00
eao197
a4484d818e
[json-dto] Update to 0.3.1 (#23224)
* json-dto updated to v0.3.1.

* json-dto v0.3.1 added to baseline.
2022-02-22 11:46:39 -08:00
Jack·Boos·Yu
c45b418ed8
[gainput] Support Linux (#23219)
* [gainput] Support Linux

* version

* update patch to fix osx build issues

* version
2022-02-22 11:46:08 -08:00
Robert Schumacher
5cf60186a2
[vcpkg.cmake] Partially revert #23134 (#23176) 2022-02-18 15:48:45 -08:00
Ryan
b313875bae
[rsm-bsa] Update to 4.0.2 (#23161)
* [rsm-bsa] update to 4.0.2

* add license

* remove `port-version`

* update versions
2022-02-18 14:56:26 -08:00
Jack·Boos·Yu
53586bf9c9
[yajl] Update REF and SHA512 (#23157)
* [yajl] Update REF and SHA512

* version

* use port vcpkg-cmake and fixup pkgconfig

* version
2022-02-18 14:55:55 -08:00
yonatanbk
2934628a0e
[libtins] Fix bug in portfile.cmake (#23150)
* replace string LIBTINS_CMAKE_DIR with CMAKE_CURRENT_LIST_DIR

* bump port version

* Update versions/l-/libtins.json

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-02-18 14:42:04 -08:00
Mengna Li
4c998fb475
[double-conversion] update to v3.2.0 (#23145)
* update to v3.2.0

* update
2022-02-18 14:39:34 -08:00
Alexander Neumann
78bd838e21
[open62541] update to 1.2.3 & add historizing feature (#23128)
* [open62541] update version & add hisorizing feature

* version stuff
2022-02-18 14:38:35 -08:00
LilyWangLL
3ab5fc5925
[leveldb] Fix target "Threads::Threads" was not found (#23126)
* [leveldb] Fix target "Threads::Threads" was not found

* update version

* add dependency pthreads

* update version

* remove pthreads

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-02-18 14:37:04 -08:00
Fawdlstty
84ed636564
[libhv] update to 1.2.4 (#23120)
* update libhv version to 1.2.4

* vcpkg x-add-version --all

* update versions for CI check

* add license

* update versions for CI check
2022-02-18 14:35:12 -08:00
Ian Cook
fc87706409
[arrow] Update to 7.0.0 (#23032)
* Bump version to 7.0.0

* Update version files

* Update patches

* Update version files

* Update patches

* Update version files

* Update patches

* Add license

* Update version files
2022-02-18 14:33:15 -08:00
xiaoyifang
1604b064f2
[ao] Add new port libao (#23031)
* ao: add libao windows  port

* ao: update baseline version

* Update ports/ao/portfile.cmake

Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>

* ao:update version

* Update ports/ao/portfile.cmake

Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>

* ao:add license and supports

* ao:rename libao to ao

* ao:modify libao license to be same with libao

* Update version database

* ao rename to libao

* Update version database

* libao add def export file

* ao use vcpkg_configure_make

* Update version database

Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>
2022-02-18 14:30:30 -08:00
Pierre Bisaillon
d929fb3416
[New Port] Add Xqilla port (#23020)
* Essai initial

* ébauche compilation linux

* Update portfile.cmake

* Build Windows

* Export des fichiers include

* Support target x64-windows

* Ajout de version

* Formattage

* Ajout du fichier de version

* Code review comments

* Update versions

* After Code review

* Update xqilla.json

* Applying suggested modifications

* Update xqilla.json

* Add Ninja for linux builds

* Update xqilla.json

* Applying comments from CR

* Update xqilla.json

Co-authored-by: bisaillonp <Pierre.Bisaillon@ixiasoft.com>
2022-02-18 14:25:33 -08:00
Kai Pastor
3565cab797
[vcpkg-cmake-config] Merge INTERFACE_LINK_LIBRARIES configurations (#22546)
* Merge INTERFACE_LINK_LIBRARIES configurations

Direct references to binaries must match the active build type when used.

* Update tmx for cmake_config_fixup

* Update versions

* Prevent repeated fixup of the same file

* Don't change line structure

* Update versions

* CI

* Apply CR suggestion

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>

* Update versions

* Fixup CR suggestion

* Update versions

* Update versions

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-02-18 13:54:55 -08:00
Kai Pastor
642a21c0f3
[cmake-user] Disable CI test with CMake 3.4 (#23168) 2022-02-18 10:30:38 -08:00
autoantwort
6ce8ef3337
[ports] add support expressions (#23034) 2022-02-17 17:23:21 -08:00
Alexey Sokolov
590beeb84b
[cairo] fix accidental dependency on system libbfd (#23022)
* [cairo] fix accidental dependency on system libbfd

* [cairo] update port version for previous commit
2022-02-17 17:16:45 -08:00
Thomas1664
f7db911f44
[vcpkg docs] Remove deprecated functions from docs (#23018)
* Remove deprecated functions from docs

* Fix docs in cmake files

* Fix links
2022-02-17 17:08:33 -08:00
Kai Pastor
d4422c3beb
[poppler,gdal] Major update to poppler; poppler feature for gdal (#22720)
* Major update to port poppler

* Fixup usage requirements via main pc file

* Add usage based on FindPkgConfig

* Export unofficial cmake config

* uwp is unsupported

* [gdal] Add poppler feature

* [gdal] Update poppler dependency

* [gdal] Add patch for poppler C++17 API

* Disable ENABLE_RELOCATABLE

* Update to 22.02.0 from poppler gitlab

* Update versions

* [skip actions] CI with gdal tools

* Revert "[skip actions] CI with gdal tools"

* Modify feature name for private API

* Update versions

* Add license field to gdal manifest

* Add port name to unofficial namespace

* Rectify poppler version number

* Update versions

* poppler[fontconfig] doesn't build for MSVC

* Update versions

Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
2022-02-17 17:03:04 -08:00
Billy O'Neal
805811e16a
Change minimum CMake version to 3.7.2. (#23134)
* Change minimum CMake version to 3.7.2.

This moves our oldest supported Linux back up to today minus 5 years, Debian 9 from 2017 comes with 3.7.2.

* Enable more policies.
2022-02-17 10:46:49 -08:00
Bobby Reynolds
f54a7b0013
[opencv] Add Patch to Skip ZLIB Hacks (#23132) 2022-02-16 21:54:38 -08:00
Billy O'Neal
6647a76be8
[fbthrift, fizz, folly, mvfst] Fix dependency resolution. (#23124)
* [fbthrift, fizz, folly] Fix dependency resolution.

Found by nightly build https://dev.azure.com/vcpkg/public/_build/results?buildId=67402

* wangle was fixed by a compiler update on a patch tuesday.
* this unblocked attempting fbthrift on x64-windows hosts, but it misses a header; added patch already merged upstream adding missing algorithm <include>
* fixed folly attempt to insert the right debug prefix which was broken by vcpkg_fixup_cmake_targets no longer generating _IMPORT_PREFIX.
* disable dynamic build of fbthrift on Windows because it tries to create DLLs with no import libs (because it makes no exports)

* Format and fix version database.

* Back out fizz patches.

* Block dynamic flavors. (The build in question builds an exe and expects all its dependencies to be linked statically and patching the build system to copy over the right DLLs seems out of scope)

* Add libevent patch.

* Also fixup mvfst and add missing CONFIG to patch.

* Remove unused patch.

* Fix version sha
2022-02-16 19:56:04 -08:00
Billy O'Neal
b77f20ec4c
Recombine osx and normal ci. (#23144)
* Some of the Windows runs have started to exceed 24 hours now as well as the MacOS ones as we have added more ports.
* We are no longer trying to constantly "psychic debug" why ports are failing; CI passes somewhat regularly now, and the failures we get seem to be much more deterministic.
* We're still budget constrained on Azure resources (and have been a bit over budget)

To that end, we're going back off nightly CI runs to Monday Wednesday Friday (like osx already is), so we no longer need separate bits for them.
2022-02-16 19:55:46 -08:00
SE2Dev
09744c6200
[libsrtp] Add Exported CMake Targets for LibSRTP (#20720)
* [libsrtp] Don't Use Deprecated Vcpkg Functions

* [libsrtp] Add CMake Targets Patch

* Bump port-version.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-02-16 17:51:28 -08:00
Robert Schumacher
49a30e9db1
[winpcap] Avoid downloading unstable license (#23138) 2022-02-16 13:47:57 -08:00
Robert Schumacher
582b265bf7
[fribidi] Fix cross-compilation in meson. Re-enable arm64-windows. (#23063) 2022-02-16 13:04:51 -08:00
Jack·Boos·Yu
7f3e168d8f
[sqlite3] Add more features (#23009)
* [sqlite3] Add more features

* version

* Add dependency zlib for feature zlib

* version

* Remove -DSQLITE_API=extern

* version

* Add pre-defines to pkgconfig

* Add new option CFLAGS to get all clfags

* Get pkgconfig cflags, add sqlite3 feature dependency

* version

* doc
2022-02-16 13:00:36 -08:00
Kai Pastor
55e666af39
[mpfr] Skip doc and examples (#22859)
* Trim build

* Update license info

* Update versions

* Remove mpfr from ci baseline
2022-02-16 12:56:41 -08:00
JonLiu1993
fe63cf7181
[tinyexif] update to master (#23102)
* [tinyexif] update to master

* update version
2022-02-16 09:55:30 -08:00
Alexander Neumann
18e6e8855d
[vcpkg.cmake] remove timestamp file (#20549)
* [vcpkg.cmake] move timestamp file into binary dir. Otherwise CMake errors on reconfigure if _VCPKG_INSTALLED_DIR is a subdir of CMAKE_SOURCE_DIR and not within CMAKE_BINARY_DIR if in source changes are forbidden

* remove the cmakestamp.
2022-02-15 23:13:59 -08:00
Alexander Neumann
871158e31d
[taglib] fix linkage for consumers. (#23088)
* [taglib] fix static linkage

* version stuff

* add fixup pkgconfig back...

* remove taglib-config.cmd

* version stuff
2022-02-15 20:35:42 -08:00