Commit Graph

436 Commits

Author SHA1 Message Date
Mengna Li
8522c65ea6
disable debug log (#23586) 2022-03-16 14:32:59 -07:00
Simon Altschuler
9dab8ec699
[lager] update to latest (#23588)
* [lager] update to latest

* Update version in ports/lager/vcpkg.json

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

* add version

* fix versions

* update version

* update version

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-03-16 11:46:19 -07:00
Thomas1664
8a1b0ffb85
[libssh2] Fix deleted configfiles (#23509)
* Fix config files

* version

* Add comment

* version

* Keep pkgconfig files

* version
2022-03-11 13:03:36 -08:00
Eric Kilmer
1cbd04e45e
[llvm] Fix LLVM install for 'utils' feature (#23399)
* [llvm] Install utils when feature is selected

* Update version
2022-03-11 11:33:51 -08:00
Jack·Boos·Yu
5bbca2ad26
[libjpeg-turbo] Fix usage when building static (#23427)
* [libjpeg-turbo] Fix usage when building static

* version
2022-03-11 11:17:51 -08:00
Leonid Pospelov
95641c83f5
[lionkor-commandline] Add new port (#23471)
* [commandline] Add new port

* Fix formating

* Fix deps

* Update versions

* Remove redudant build

* Update commandline.json

* Update portfile.cmake

* Update commandline.json

* Ban osx

* Update commandline.json

* Update ports/commandline/add-install.patch

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

* Update ports/commandline/portfile.cmake

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

* Fixes

* Update commandline.json

* Rename commandline.json to lionkor-commandline.json

* Update baseline.json

* Update vcpkg.json

* Rename ports/commandline/vcpkg.json to ports/lionkor-commandline/vcpkg.json

* Rename ports/commandline/portfile.cmake to ports/lionkor-commandline/portfile.cmake

* Rename ports/commandline/add-install.patch to ports/lionkor-commandline/add-install.patch

* Update baseline.json

* version

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-03-11 11:07:30 -08:00
Clinton Ingram
5630040cd3
[libde265] fix static linkage (#23479)
* [libde265] fix static linkage

* [libde265] update versions

* update manifest version tag

* update versions
2022-03-11 11:00:08 -08:00
Clinton Ingram
bac3625265
[libheif] fix license (#23480)
* [libheif] fix license

* update manifest version

* update versions
2022-03-11 10:59:11 -08:00
Jack·Boos·Yu
03ecabfe1a
[vcpkg baseline] Fix ports build on Linux (#23478)
* [vcpkg baseline] Fix ncurses linux build

* version

* fix homepage

* version

* [libgnutls] Fix build on Linux

* version

* [pcapplusplus] Re-factory build system, use cmake instead.

* version

* version

* Update ports/ncurses/vcpkg.json

* Update versions/n-/ncurses.json
2022-03-11 09:57:37 -08:00
Kai Pastor
fb3416466f
[proj, proj4] Update to PROJ 9.0.0 & make proj the regular port (#23186)
* Update to PROJ 9.0.0 & make proj the regular port

* Consolidate files in share, move data to subdir

* Update versions

* Update proj to 9.0.0 RC2

* Add license fields

* Update versions

* Update to PROJ 9.0.0 release

* Update versions

* Update versions
2022-03-09 10:33:02 -08:00
maz-1
106bbc1fd1
[libe57] update to 1.1.332; fix debug library lookup (#23336)
* [libe57] update to 1.1.332; fix debug library lookup

* Update version database

* add license field
2022-03-07 11:30:14 -08:00
Edoardo Lolletti
59f1aea1b1
[libgit2] Update to 1.4.2 (#23184)
* Update libgit2 to 1.4.2

* Update versions jsons

* Update ports/libgit2/vcpkg.json

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

* update version

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-03-04 13:30:30 -08:00
Bobby Reynolds
89f1922df7
[libjpeg-turbo] Upgrade to 2.1.3 (#23280) 2022-03-04 13:28:09 -08:00
Thomas1664
75ae1ef844
[libssh2] Fix various issues + add features (#23327)
* [libssh2] Fix various issues

* Remove dynamic linking

* Add feature zlib

* Disable dynamic linking on Windows and UWP

* version

* Use MSBuild generator on Windows

* version

* Hack for generator on OSX

* version

* Fix windows dynamic build

* version

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-03-03 12:52:10 -08:00
Mengna Li
fc568b1867
[llvm] fix build error (#23334)
* fix link error

* Add license

* delete useless  patch
2022-03-03 12:31:21 -08:00
Jack·Boos·Yu
e86ed50718
[vcpkg_configure_make] Report warning when unresolved arguments are passed in (#22567)
* [vcpkg_configure_make] Report warning when unresolved arguments are passed in

* Add missing option NO_DEBUG

* Add _VCPKG_MAKE_NO_DEBUG for vcpkg_configure_make

* Add more condition

* [apr] Remove NO_DEBUG

* [liburing] Remove NO_DEBUG

* [apr-util] Remove NO_DEBUG

* version

* Mssing port-version ++

* version
2022-03-02 13:43:19 -08:00
Eric Kilmer
11be87ec56
[libcpplocate] New port (#23173)
* [libcpplocate] New port

* UWP unsupported

Errors that I don't know how to fix and personally unfamiliar with UWP.
Maybe someone else knows how to fix/support it

* Add version

* Apply suggestions from code review

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

* Simplify patch

* Update version

* Use tagged v2.3.0

* Update version

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-03-01 17:09:28 -08:00
Alexander Neumann
8a7ff6452e
[libressl] update to 3.4.2 (#23276)
* update libressl

* version stuff

* correctly seperate urls

* version stuff

* let CI build it

* Revert "let CI build it"

This reverts commit a6bc04b334.

Co-authored-by: Alexander Neumann <you@example.com>
2022-02-28 12:06:41 -08:00
Thomas1664
1e4bfb254a
[Lua] Fix feature cpp (#23292)
* Fix feature cpp in port lua

* Update vcpkg.json

* version
2022-02-28 10:47:37 -08:00
Kai Pastor
0707a17ecf
[liblzma] No debug postfix. Rewrite wrapper. (#22856)
* Restore upstream's DLL name

* Don't add debug postfix

* Decouple wrapper from config

* Don't inject Find module stuff into config

* Cleanup

* [skip actions] Trim lzmad and LibLZMA patching

* [skip actions] Fix CMAKE_DISABLE_FIND_PACKAGE_LibLZMA

* [skip actions] CI

* Update manifests

* Update versions

* Backfill LibLZMA::LibLZMA to CMake < 3.14

* Update versions

* Update versions
2022-02-28 10:25:31 -08:00
Alexander Neumann
fabf35daf3
[lapack-reference] Update to 3.10 (#23228)
* udpate lapack stuff

* version stuff

* update baseline

* fix logic.

* version stuff

* Update ports/lapack-reference/portfile.cmake

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

* version update

* move entries in ci baseline around

Co-authored-by: Alexander Neumann <you@example.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2022-02-24 10:47:52 -08:00
Thomas1664
56c47a23e6
[libfido2] Update to 1.10.0 (#23241)
* Update to 1.10.0

* version
2022-02-24 10:33:40 -08:00
Sylvain Prevost
3a45c587f9
[libgpiod] Add new port. (#23221)
* [libgpiod] Add new port.

* [libgpiod] add version file + apply manifest formatting.

* Update hash.

* [libgpiod] Aesthetic: remove top & bottom lines.

* [libgpiod] Update hash.
2022-02-23 14:42:10 -08:00
Cheney Wang
b23242b620
[vcpkg baseline][libao] Disable dlfcn check under windows (#23235)
* [libao] Add parameter to control whether to detect dlfcn

* Use Cache variables instead of patch file

* Avoid using undefined variable

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-02-23 11:58:56 -08:00
Stefano Sinigardi
401578455f
[OpenCV] upgrade to v4.5.5 (#22801)
* [OpenCV4] update to v4.5.5

* [OpenCV] bump version

* [gstreamer] fix build for opencv

* fix references

* [vcpkg-tool-meson] fix nuget packaging

* fix references

* [gstreamer] fix references

* [ogre] update vcpkg tools

* fix references

* [OpenCV4] fixes from CI runs

* fix references

* [OpenCV4] force python module also in debug builds

* fix references

* [harfbuzz] fix cmake config

* harfbuzz fixes

* fix references

* [OpenCV4] remove unnecessary lines from patches

* fix references

* fix references

* [harfbuzz] bump version

* [harfbuzz] fix for single config builds

* fix references

* freetype fixes

* fix references

* fix ogre references

* fix references, again

* python when building static windows opencv libraries is unsupported

* fix references

* fix

* refs

* use required when necessary

* fix references

* do not use config for hdf5, use internal module

* fix references

* use proper spelling for freetype config cmake

* fix references

* [OpenCV] restore versions after merge

* fix references

* [leptonica] fix building

* fix references

* do not require package in optional features

* £fix references

* fix python feat

* update version

* update version

* [ffmpeg] remove opengl feat on arm64-windows

* format manifest

* fix references

* fix cuda/nvidia features compatibility matrix

* fix manifest

* fix

* fix

* fix references

* fix references, again

* move CONTROL to manifest

* [gstreamer] bump versions

* fix references

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-02-23 11:57:13 -08:00
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
MacroFake
a81c4838bc
[leveldb] Fix homepage (#23180)
Follow up to commit 578139ece7, which
changed the upstream.
2022-02-22 12:13: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
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
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
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
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
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
Jack·Boos·Yu
81d6c5ec18
[leveldb] Fix find and use depencencies (#23048)
* [leveldb] Fix find and use depencencies

* version

* Update ports/leveldb/portfile.cmake

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

* Update ports/leveldb/portfile.cmake

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

* Update versions/l-/leveldb.json

Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>
2022-02-15 20:34:42 -08:00
Alexander Neumann
a116481681
[libnice] Update to 0.1.18 (#20556)
* update libnice

* version stuff

* update format and add license

* update version

Co-authored-by: LilyWangLL <v-lilywang@microsoft.com>
2022-02-15 18:21:56 -08:00
Kai Pastor
d8783052cb
[zstd] No debug postfix. No renaming of CMake config files. (#22822)
* Use upstream's standard filenames

* Update license info

* CMake style

* Revise downstream zstd patching

* Update versions

* Don't use '_static' lib name suffix

* Revise downstream zstd patching

* Add usage

* Update versions

* Update versions

* [zstd] Simplify consumers via fixed .pc and linkage alias

* [zstd] Fix missing IMPORTED

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2022-02-15 17:20:21 -08:00
Thomas1664
9e2629891a
[librabbitmq] Update to 0.11.0 (#23037)
* Update librabbitmq

* format manifest

* version

* add vcpkg_fixup_pkgconfig

* update version

* keep the pkgconfig file

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-02-14 12:53:12 -08:00
Robert Schumacher
3b92597359
[log4cplus] Remove unneeded catch dependency (#23066) 2022-02-14 12:42:12 -08:00
Vitaliy Didik
a709191a63
[libidn2] Update to 2.3.1 (#22959)
* [libidn2] Update to version 2.3.1.

* [libidn2] Update CI baseline

* Update version database.
2022-02-07 22:06:56 -08:00
Frank
699eab7eca
[lua] update to 5.4.4 (#22973)
* [lua] update to 5.4.4

* update version

* update usage

* update versions

* update usage

* overwrite verison

* update methods

* overwrite version
2022-02-07 19:02:38 -08:00
José Ángel Martínez Torres
bce1415724
Added libe57format port (#22909)
* Added libe57format port

* Formatted the manifest file

* vcpkg x-add-version --all

* From vcpkg_configure_cmake to vcpkg_cmake_configure

* Updated to vcpkg_cmake_config_fixup

* Fix version database and format vcpkg.json.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-02-04 01:17:03 -08:00
Christian Rendina
1755add962
libraqm update to 0.9.0 (#22907)
* Update libraqm to v0.9.0

* Remove deprecated functions from portfile

* Update baseline
2022-02-03 10:58:19 -08:00
Jack·Boos·Yu
ec79067966
[libtins] Fix usage (#22820)
* [libtins] Fix usage

* version
2022-01-31 11:58:13 -08:00
David Hrdlička
87854cb16c
[libslirp] add new port (#22394)
* [libslirp] add port

* [libslirp] prevent install on Windows targets except MinGW

* [libslirp] change `version` to `version-semver`

* [libslirp] add `license`

* [libslirp] quote paths in the portfile

* [libslirp] add version

* add libslirp.json

* udpate evrsion

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-01-31 11:51:56 -08:00
Dhanush Murali
5f9c75f03c
[libtorrent] Update port to 2.0.5 (#22697)
* adding libtorrent2

* using vcpkg-cmake and vcpkg-cmake-config

* added empty line to trigger pipeline

* added license info

* format vcpkg.json

* update version

* updating libtorrent

* vcpkg formatting fix

* vcpkg json formatting fix

* libtorrent2-> libtorrent

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-01-31 11:17:34 -08:00
Jack·Boos·Yu
8e7e20c9a3
[libheif] Fix usage (#22818)
* [libheif] Fix usage

* version

* Add license

* version
2022-01-28 11:04:15 -08:00
autoantwort
65be533892
[libalkimia] no absolute paths (#22710) 2022-01-25 22:29:40 -08:00
LilyWangLL
f5d8bf68b9
[libudis86] Fix build error (#22637)
* [libudis86] Fix build error

* update version

* update CMakeLists.txt

* update version

* update portfile.cmake

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-01-25 20:58:44 -08:00
Billy O'Neal
c9e786d81a
[many ports] remove remaining vcpkg_fail_port_install calls. (#22770)
* Bulk remove vcpkg_fail_port_install calls.

Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install",

In support of https://github.com/microsoft/vcpkg/pull/21502

* Update version database.

* Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728

* Repair version database.
2022-01-25 10:31:15 -08:00