Commit Graph

17030 Commits

Author SHA1 Message Date
Mengna Li
1941bf8723
update to 2.7.0 (#26350) 2022-08-16 08:59:55 -07:00
Billy O'Neal
acc3bcf76b
[luajit] Fix build failure that resulted in no output. (#26360) 2022-08-15 19:24:49 -07:00
Russell Greene
5f83f03a1c
[szip] add definitions for the try_run call for iOS (#26329) 2022-08-15 12:35:06 -07:00
Lily Wang
69e4d02ce4
[tesseract] update to 5.2.0 (#26114)
* [tesseract] update to 5.2.0

* x-add-version

* fix windows build error

* version

* fix opencv4 build error

* version

* conflict

* version

* fix opencv build error on uwp

* version

* fix linux build error

* version

* fix

* version

* version
2022-08-15 11:57:44 -07:00
Alexander Neumann
69296c17df
[geos] fix clang-cl builds (#26338)
* [geos] fix clang-cl builds

* v db
2022-08-15 11:50:40 -07:00
autoantwort
55bf0d8d41
[ci.baseline.txt] add some entries for arm64-osx (#26341) 2022-08-15 11:41:35 -07:00
Alexander Neumann
28effe75c4
[c89stringutils] remove forced flags (#26249)
* c89stringutils remove flags

* v db

* remove code

* v db
2022-08-15 11:33:02 -07:00
Rasmus-123
e4f8bbe3cf
[libosmium] Update to 2.18.0 (#26324)
* [libosmium] Update to 2.18.0

* [libosmium] Updating the version files

* [libosmium] Added lz4 dependency

* [libosmium] Overwrote git-tree for fixed version
2022-08-15 10:48:44 -07:00
Florian Albrechtskirchinger
6943024ae1
[nlohmann-json] Update to 3.11.2 (#26124)
* Update nlohmann-json to 3.11.2

* Update versions
2022-08-15 09:42:24 -07:00
Clinton Ingram
cea98053b0
[libwebp] Update to 1.2.4 (#26319)
* update libwebp to 1.2.4

* update baseline
2022-08-15 09:21:37 -07:00
Sylvain Doremus
d293ac220d
[shaderwriter] Update to v2.4.0 (#26310) 2022-08-12 15:47:03 -07:00
Tim Miller
f54f1c7235
[bdwgc] Installing pkg-config files for debug builds (#26302) 2022-08-12 15:46:47 -07:00
jureviciusr
2220e68e2b
[dv-processing] Update to hotfix release 1.5.1 (#26292)
* dv-processing bump to 1.5.1

* Adding versions

Co-authored-by: Rokas Jurevicius <rokas.jurevicius@inivation.com>
2022-08-12 15:46:29 -07:00
Mengna Li
4ea3456f21
[opencc] De-vendor rapidjson (#26291)
* update opencc to v1.1.4 and add feature rapidjson

* update

* convert feature to dependence

* remove useless code
2022-08-12 15:46:15 -07:00
JonLiu1993
84cd59faaf
[glfw3] update to 3.3.8 (#26289)
* [glfw3] update to <3.3.8>

* update version
2022-08-12 15:45:23 -07:00
MSP-Greg
7d21ec61e6
sqlite3: update to 3.39.2 (#26280) 2022-08-12 15:45:09 -07:00
Pedro Callado
72e0e47ae5
[xtensor-blas] Updates to 0.20.0 (#26275)
* updates portfile, baseline and vcpkg.json files

* adds port version to vcpkg.json

* corrects git-tree value

* runs x-add-version and format-manifest

* updates version database

* Update ports/xtensor-blas/vcpkg.json

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

* Update version via x-add-version

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2022-08-12 15:43:39 -07:00
ALittleDruid
4330517344
[Dcmtk] enable dependencies (#26255)
* dcmtk: Enable dependencies, shared libs, stl, c++17 ...

* dcmtk: Update port version

* modify portfile based on comments from the review

* Update version database

* Use vcpkg_check_features' FEATURE_OPTIONS and other nitipicks.

Co-authored-by: ALittleDruid <297957399@qq.com>
Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-08-12 15:42:05 -07:00
Nursultan Zarlyk
f2b8c684a0
[Tesseract] Add arm64-windows (#26242)
* Add arm-windows

* Add version

* Add version

Co-authored-by: Nursultan Zarlyk <nzarlyk@microsoft.com>
2022-08-12 15:41:46 -07:00
Woefie
cf221d35eb
[libgpiod] Arm support cxx bindings (#25845)
* [libgpiod] change arm64 to arm and add cxx bindings

* [libgpiod] formatting

* Chages as suggested in pr

* Chages as suggested in pr

* fix versions

* using simpler way of setting feature

* added arm64 back

* Add parens and quotes.

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-08-12 15:41:10 -07:00
autoantwort
9b618499f6
[vcpkg_from_gitlab] improvements (#23568)
* [vcpkg_download_distfile] Don't check downloaded file when ALWAYS_REDOWNLOAD is passed

* [vcpkg_from_github] fix error message and correctly set VCPKG_HEAD_VERSION

* [vcpkg_from_gitlab] Use gitlab api instead of git ls-remote

* no change

* Apply suggestions from code review

Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>

Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>
2022-08-12 15:32:07 -07:00
Billy O'Neal
ae76307e4b
Audit use of TO_NATIVE_PATH. (#26201)
* Audit use of TO_NATIVE_PATH.

TO_NATIVE_PATH should only be used when (1) pasting a path into a command line, or (2) displaying a path to a user. It must not be used before calling other CMake operations like file(WRITE.

Fixes https://github.com/microsoft/vcpkg/issues/26178

ports/ffmpeg/portfile.cmake:
Both uses are being embedded into a command line 

ports/gdal/dependency_win.cmake
117: This used TO_NATIVE_PATH but didn't actually connect the result. It's going on a command line so TO_NATIVE_PATH is appropriate.
Drive by: Added quotes around other uses (all of which seem to be going to command lines).
202: ${EXPAT_LIBRARY_REL} ${ZLIB_LIBRARY_REL} don't seem to be set even though they are used; I think this is wrong but I don't know for sure that it is so I'm leaving it alone for now.

ports/msmpi/portfile.cmake
All 3 uses are being embedded into a command line 

ports/jemalloc/fix-utilities.patch
ports/libproxy/fix-dependency-libmodman.patch
ports/qtbase/env.patch
These are in upstream content / context so it is not edited.

ports/opengl/portfile.cmake
Broken! Drive by fixes:
* Modernized checking VCPKG_BUILD_TYPE
* Ordered things consistently to be release then debug.
* Removed funny newlines.

ports/openni2/portfile.cmake
Borderline OK; it goes into an MSBuild / vcxproj. I'm leaving it alone. Drive by fixes:
* Guarded debug-only copies for VCPKG_BUILD_TYPE
* Fixed supports expression

ports/openssl/unix/CMakeLists.txt:
Unused!

ports/pthreads/portfile.cmake:
Both uses are being embedded into a command line 

ports/qt5-base/cmake/qt_fix_makefile_install.cmake
I'm not sure if this one is OK but it's being embedded into a file so it's probably fine.

ports/qtapplicationmanager/portfile.cmake:
I'm pretty sure this one is wrong, but it's guarded by VCPKG_TARGET_IS_WINDOWS so the ability to create damage is limited.

ports/readosm/portfile.cmake:
The use is being embedded into a command line 

ports/spatialite-tools/portfile.cmake:
The use is being embedded into a command line 

ports/sqlcipher/portfile.cmake:
Both uses are being embedded into a command line 

scripts/ports.cmake:
Some uses were unused, others are immediately used and printed to the console. 

scripts/buildsystems/vcpkg.cmake:
Fixed :)

scripts/cmake/vcpkg_build_qmake:
Looks unused.

scripts/cmake/vcpkg_build_process.cmake:
Added to console message only. 

scripts/cmake/vcpkg_execute_required_process_repeat.cmake:
Added to console message only. 
Drive by: Fixed typo in variable name in the message.

scripts/cmake/vcpkg_execute_required_process.cmake:
Added to console message only. 

* Fix missing license.
2022-08-12 15:21:20 -07:00
autoantwort
9a0bbbcb42
[mathgl] no absolute paths (#26320) 2022-08-12 13:55:29 -07:00
JonLiu1993
581099d541
[libmariadb] update to v3.3.1 (#26268)
* [libmariadb] update to v3.3.1

* update version

* revert patch formating

* update version
2022-08-11 18:51:38 -07:00
Jamlys Lee
8e1226e40c
[libffi] add misp64 support (#26266)
* [libffi]add mips64 support

* [libffi]update port version

* [libffi]update version database

Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
2022-08-11 18:41:00 -07:00
Jamlys Lee
1fb95117ea
[boost-modular-build-helper] add mips64 support (#26267)
* [boost-modular-build-helper]add mips64 support

* [boost-modular-build-helper]update port version

* [boost-modular-build-helper]update version database

Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
2022-08-11 18:38:50 -07:00
kylo252
293f090a9b
[libuv] update to 1.44.2 (#26273) 2022-08-11 18:34:47 -07:00
Jamlys Lee
73ec570986
[pixman] add mips64 support (#26269)
* [pixman]add mips64 support

* [pixman]update port version

* [pixman]update version database

* format code style.

* update version database

Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
2022-08-11 18:34:25 -07:00
Nick
75e08dc570
[openal-soft] add 'pipewire' feature and PulseAudio backend (#26263) 2022-08-11 18:27:22 -07:00
Harshavardhana
368c1a5953
[minio-cpp] chore(version): updated to v0.1.1 (#26257) 2022-08-11 18:26:47 -07:00
Stan Wijckmans
a2177d3cff
[fakeit] update to 2.3.0 (#26244)
* [fakeit] update to 2.3.0

* Update fakeit.json.

Co-authored-by: Stan Wijckmans <stanw@aviobook.aero>
2022-08-11 18:25:00 -07:00
Sean Farrell
99f75d8195
[rioki-glow] Adds new port glow 0.2.0 (#26236)
* [rioki-glow] Add version 0.2.0

* [rioki-glow] Update baseline
2022-08-11 18:24:42 -07:00
Gordon Smith
83ef251331
[openldap] Add new port (#26122)
* [openlap] Add new port

Merge pull request #1 from dg0yt/openldap

Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>

* [openlap] Add new port

m4.patch is needed when libtool < 2.4.6
m4.patch will only work with autoconf < 2.70

Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>

* wip:  Make cyrus-sasl optional

Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
2022-08-11 18:17:53 -07:00
JonLiu1993
2c7862c4aa
[luajit] update to the latest commit (#25856)
* update version

* update version

* [luajit] update to latest commit

* update version

* add patch

* update version
2022-08-11 18:17:20 -07:00
Li Xiaobin
79211d3e4a
[mysql-connector-cpp] Add new port (#25652)
* [mysql-connector-cpp] Add new port

* [mysql-connector-cpp] add version

* [mysql-connector-cpp] Fix code review suggestion

* [mysql-connector-cpp] Run x-add-version

* [mysql-connector-cpp] Quote cmake expressions; Add CMake targets

* unofficial targets

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

* unofficial targets

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

* unofficial targets

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

* unofficial targets

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

* unofficial targets

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

* unofficial targets

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

* unofficial targets

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

* [mysql-connector-cpp] Add unofficial targets and usage

* [mysql-connector-cpp] Run x-add-version

* [mysql-connector-cpp] Fix code review suggestion

* [mysql-connector-cpp] Run x-add-version

* Fix license and supports nitpick.

* Version DB

* Remove vcpkg-cmake-wrapper

* Version DB

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-08-11 13:09:00 -07:00
Nick
1370b2c88f
[sdl2] add 'wayland' feature (#26261) 2022-08-10 16:08:17 -07:00
autoantwort
ba4aea932f
[mathgl] no absolute paths (#22363) 2022-08-10 13:23:49 -07:00
autoantwort
72138fe854
[gobject-introspection] no absolute paths (#24845) 2022-08-10 13:22:26 -07:00
Billy O'Neal
d97c3ab76c
[vcpkg-msbuild-integration] Set the default value of VcpkgConfiguration according to $(UseDebugLibraries) rather than $(Configuration) for better support of custom configuration names. (#26177)
Competing resolution of https://github.com/microsoft/vcpkg/pull/9496 and https://github.com/microsoft/vcpkg/pull/22086
2022-08-10 13:14:52 -07:00
Connor Broyles
5d6bbf3da3
[osgearth] Fix naming of target and exported variables (#26258)
* [osgearth] Fix target name and match exported variables

* Fix version SHA
2022-08-10 11:36:23 -07:00
MSP-Greg
e96c95783f
[sqlcipher] update to 4.5.2 (#26262)
* [sqlcipher] update to 4.5.2

* requested changes

* portfile.cmake - quote paths
2022-08-10 11:34:50 -07:00
Alexander Neumann
13e9aea04a
[cpr] disable werror (#26252)
* [cpr] disable werror

* v db
2022-08-10 11:28:51 -07:00
Alexander Neumann
c9bbaff157
[json-c] clang-cl fix. (#26254)
* [json-c] fix clang-cl builds

* v db
2022-08-10 11:25:10 -07:00
Alexander Neumann
63449f5c8d
[crc32c] Clang-cl fix (#26253)
* [crc32c] fix clang-cl builds.

* v db
2022-08-10 11:24:20 -07:00
Alexander Neumann
8056e214c5
[cppcms] Fix narrowing for clang-cl builds (#26251)
* [cppcms] fix narrowing error with clang-cl

* v db
2022-08-10 11:23:31 -07:00
Alexander Neumann
afa74ae0f2
[buck-yeh-bux] fix clang-cl builds (#26248)
* [buck-yeh-bux] fix clang-cl

* v db
2022-08-10 11:23:06 -07:00
Eric Kilmer
1ed3a8935a
[vcpkg] Fix cross compiling macOS (#26240)
This follows the pattern in the Windows toolchain with respect to
setting VCPKG_CMAKE_SYSTEM_VERSION and also how arm64 macOS can execute
x86_64 through Rosetta.
2022-08-10 11:22:01 -07:00
Alexander Neumann
030c53833b
[cmake] update to 3.24 (#25365)
* [cmake] update to 3.24-rc1

* update to rc2

* CI debugging

* osx use correct cmake download

* update to rc3

* revert --trace-expand

* update to rc4. CI should give hashes

* adjust hashes.

* fix hashes again?

* fixing the hashes

* --trace-expand for qttools

* update to rc5

* update to release version

* revert qttools
2022-08-09 14:27:23 -07:00
Lily Wang
e47ff308b0
[crashrpt] Fix build error (#26231)
* [crashrpt] Fix build error

* x-add-version

* fix build error

* add license

* x-add-version

* Correct license

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-08-09 13:58:37 -07:00
Tom Tan
ce4aaba77f
[opentelemetry-cpp] update version to 1.5.0 (#26234) 2022-08-09 13:44:03 -07:00