Commit Graph

133 Commits

Author SHA1 Message Date
jvbsl
2dc5c3206b
[qt5-base] Fix for feature postgresqlplugin on Windows (#32880)
* Fix qt5-base[postgresqlplugin] build on Windows

* Update qt5-base port version

* Try sha suggested by remote build
2023-08-02 09:25:48 -07:00
Carsten Grimm
489a01db7c
[qt5-base] Patch CVE-2023-24607 CVE-2023-37369 and CVE-2023-38197 (#32599) 2023-07-19 14:24:39 -07:00
Julianus Pfeuffer
ca4640a202
[qt5-base] fix building with mac dynamic triplet (#32500) 2023-07-14 14:39:05 -07:00
Osyotr
a76139fb41
[qt5] Apply CVE fixes (#32031) 2023-06-16 16:14:53 -07:00
Javier Matos Denizac
dcd04502ec
[qt5-base] Remove duplicate flags qt (#31634)
* remove GMAKE_CXXFLAGS_RELEASE from qmodule.pri

* version db

* version

* version

* remove check for qmodule.pri

* version db
2023-06-13 14:58:22 -07:00
Osyotr
2e43a34b44
[qt5] Update to 5.15.10 (#31878) 2023-06-08 09:55:57 -07:00
Osyotr
319cf43691
[qt5] Apply CVE fixes (#31595) 2023-05-24 11:57:11 -07:00
Osyotr
cdc952976a
[qt5-base] GLU is not required (#31148) 2023-05-01 16:00:31 -07:00
Cheney Wang
02e902e380
[qtbase/qt5-base] Add more convenient msg about install the correct dependencies for Ubuntu (#30854)
* [qtbase/qt5-base] Add more convenient msg about install the correct dependencies for ubuntu

* Add https://doc.qt.io/qt-5/linux-requirements.html back, fix them -> they typo, and wrap.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-14 14:13:05 -07:00
Osyotr
a2476c3ed4
[qt5] Update to 5.15.9 (#30699) 2023-04-11 22:54:14 -07:00
Osyotr
78b1d6a034
[qt5-base] Move 'icu' out of 'core' feature (#30091) 2023-03-09 12:10:00 -08:00
Todor Prokopov
82e03905f5
[qt5] MinGW build fixes (#29505)
* [qt5] MinGW build fixes

* [qt5] Remove e-mail headers from mingw9.patch

* [qt5] Run vcpkg x-add-version

* Cleanup qt5-base icu libs setup

Windows-shared needs different options. Patch obsolete.

* Check early for mingw32-make

* Revise make install path fixup

---------

Co-authored-by: Kai Pastor <dg0yt@darc.de>
2023-02-22 13:17:37 -08:00
xiaozhuai, Weihang Ding
e039ba75d2
[qt5-base] Fix QMAKE_MACOSX_DEPLOYMENT_TARGET (#29525)
* [qt5-base] Fix QMAKE_MACOSX_DEPLOYMENT_TARGET

* update version database
2023-02-09 14:45:05 -08:00
xiaozhuai, Weihang Ding
29f2f939a4
[qt5-base] Remove excess dependency icu[tools] (#29464)
* [qt5-base] Resolve conflict icu feature 'tools' with other ports

* update version database

* remove comments

* update version database
2023-02-08 14:29:07 -08:00
Matthias Kuhn
cdbcc03212
[icu] Add tools, fix building for ios (#29196)
* [icu] Add tools, fix building for ios

* Make qt5-base depend on icu[tools]

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-26 21:40:42 -08:00
Osyotr
a61e638f3a
[qt5] Update to 5.15.8 (#28720) 2023-01-12 15:28:00 -08:00
autoantwort
dbd3081186
[qt5-base] fix feature mysql (#28426)
* [qt5-base] fix feature mysql

* Update version

Co-authored-by: Victor Romero <viromer@microsoft.com>
2022-12-30 00:23:31 -08:00
xiaozhuai, Weihang Ding
d1fcc4f17d
[qt5-base] Fix Failed to create OpenGL context for format QSurfaceFormat (#28430)
* [qt5-base] Fix Failed to create OpenGL context for format QSurfaceFormat #28428

* update version database

* Fix build

* update version database

* Remove useless defines

* update version database
2022-12-28 13:43:43 -08:00
xiaozhuai, Weihang Ding
4b6bce313e
[qt5-base] Remove unnecessary cleaning and speed up build on macOS #28314 (#28316)
* [qt5-base] Remove unnecessary cleaning and speed up build on macOS #28314

* update version database
2022-12-15 13:50:41 -08:00
xiaozhuai, Weihang Ding
11a9d85e7b
[qt5] Fix qt5 dll missing (#27935)
* Fix qt5 quick deploy dll missing #16983

* Fix qt5 qml dialog #14712

* Add translations to qt5 default features

* Add websockets to qt5 default features

* Update qt5 and qt5-base port version

* Fix port version
2022-11-22 12:25:46 -08:00
Billy O'Neal
76a79d990d
[angle] Rename libs to avoid conflict with system OpenGL. (#27701)
* [angle] Rename libs to avoid conflict with system OpenGL.

Note that we already rename the headers in e6a79ac018/ports/angle/portfile.cmake (L77)

Also remove what appears to be phantom dependency in qt5-base when not Windows, @Neumann-A reports over Discord https://discord.com/channels/400588936151433218/687365466422902841/1038241263494893649 that they just need any OpenGL implementation.

* Don't rename on Windows.
2022-11-08 11:49:29 -08:00
Osyotr
a71baa4dc7
[qt5] Update to 5.15.7 (#27522) 2022-11-01 20:00:58 -07:00
Alexander Neumann
4aac676746
[qt5] Fix pkg-config setup in qt5-base (#27404)
* [qt5] fix pkg-config search path and save qmake config.log

* v db
2022-10-24 16:23:22 -07:00
Alexander Neumann
f2453e0619
[Qt5|qmake] pass toolchain setup (#26354)
* [qt5/qmake] Pass toolchain flags to build

* v db

* forgot a dependency

* v db

* add required ar flags

* v db

* Apply suggestions from code review

Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>

* v db

* inc port version

* v db

* qt5-base

* v db

Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
2022-09-12 13:30:47 -07:00
Osyotr
5d500d15c1
[qt5] Update to 5.15.6 (#26715)
* [qt5] Update to 5.15.6

* Drop icu patch in qt5-tools that has been merged upstream
2022-09-08 11:33:41 -07:00
Ian Reinhart Geiser
4a7ba299f6
Fixes OpenSSL for qt5 (#25242)
* copy v3 dlls, and add option to manually specificy the linkage

* Update versions

* Update versions/q-/qt5-base.json

* always link openssl for qt5

* Update version database

* fix package version

* fix package versions

* regenerate versions

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-06-28 12:55:44 -07:00
مهدي شينون (Mehdi Chinoune)
e8c16a3136
[qt5] update to 5.15.5 (#25305) 2022-06-20 14:12:25 -07:00
Osyotr
81134652a6
[qt5] Update to 5.15.4 (#24660)
* [qt5] Update to 5.15.4
https://lists.qt-project.org/pipermail/development/2022-May/042437.html

* Deprecate "latest" feature
Also update "qt5" port when updating versions

Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2022-05-13 16:51:51 -07:00
Davide Beatrici
2ece8fedb9
[qt5-base]: Fix build with "mysqlplugin" feature by linking to OpenSSL and zlib (#24462)
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2022-04-29 13:21:34 -07:00
Fei Chong
bea991d2c6
[qt5] fix ambiguous option for vulkan feature (#23645)
qt5-base[vulkan] feature will introduce --vulkan=yes or --vulkan=no option,
which redundants/confilicts with inherent option -no-vulkan,
which is ambiguous in configure stage.
2022-03-21 14:24:20 -07:00
Alexander Neumann
fad0644ade
add port vcpkg-tool-python2 (#23431)
* add vcpkg-tool-lessmsi

* add vcpkg-tool-python2

* adjust vcpkg_find_acquire_program

* use python2 dependency in qt5-base

* remove python2 from qt5-base

* add python2 to qt5-webengine

* use python3 instead of python2

* add some deps on the new vcpkg-tool-python2

* Apply suggestions from code review

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

* add license field

* fix test detection

* error on failure to find python2

* move logs to correct position.

* add dep to qtwebengine

* adjust pybind cmake config.

* fix shiva

* move python2 to manual-tools
adjust search path
generate a details.cmake for vcpkg_find_acquire_program

* format manifest

* use version-date

* version stuff

* replace version-string

* more version stuff

* fix search path and add supports expression

* version stuff

* shiva version

* remove arm windows from support

* reuse output_path
use lessmsi is a host dep so use the correct path

* version stuff

* Fix x86 regression

* version stuff

* try fixing qtinterfaceframework

* version stuff

Co-authored-by: Alexander Neumann <you@example.com>
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
Co-authored-by: Victor Romero <viromer@microsoft.com>
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2022-03-14 10:25:04 -07:00
Osyotr
ddff8f2cd6
[qt5] Update to 5.15.3 (#23364) 2022-03-07 11:27:29 -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
autoantwort
0d0547a3d8
[qt5-base] no _debug lib suffixes on macOS (#14225) (#21695)
* [qt5-base] no _debug lib suffixes on macOS (#14225)

* [qt5-base] patch qt5-base to remove _debug postfix on osx

* Apply suggestions from code review

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>

* [qt5-base] create link to _debug.pc file from .pc file without _debug

* update version

* [qt5-base] create forward pkgconfig file

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2021-12-16 09:00:16 -08:00
Jack·Boos·Yu
a7a0aaf265
[qt5-base] Fix the incompatibility between configuration script and --x-buildtrees (#21657)
* [qt5-base] Fix the incompatibility between configuration script and --x-buildtrees

* version

* Update ports/qt5-base/cmake/configure_qt.cmake

* Update ports/qt5-base/cmake/configure_qt.cmake

* version

* Re-fix expr

* version

* Update ports/qt5-base/cmake/configure_qt.cmake

Co-authored-by: Billy O'Neal <bion@microsoft.com>

* Update versions/q-/qt5-base.json

* update regex expression

* version

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2021-12-09 14:20:48 -08:00
autoantwort
52cb57e8ad
[qt5-declarative] no absolute paths (#21859) 2021-12-06 21:12:51 -08:00
autoantwort
b722bcf25f
[qt5-base] no absolute paths (#21568) 2021-11-25 23:26:56 -08:00
Jack·Boos·Yu
2afb0b0efe
[qt5-base] Fix incorrect QMAKE_MACOSX_DEPLOYMENT_TARGET (#21486)
* [qt5-base] Fix incorrect QMAKE_MACOSX_DEPLOYMENT_TARGET

* version

* keep the osx sdk version show

* version
2021-11-23 12:11:07 -08:00
Dawid Wróbel
c32ccbb34c
[qt] Fix missing Cocoa include (#21056)
* [qt] Fix missing Cocoa include

Fixes both Qt6 and Qt5 ports.

Applies patch from:
https://code.qt.io/cgit/qt/qtbase.git/commit/src/plugins/platforms/cocoa?id=dece6f5840463ae2ddf927d65eb1b3680e34a547

Fixes #21055

* [qt] Update versions
2021-11-10 18:13:48 -08:00
Cameron Ward
70033dbb31
[vcpkg baseline][pcre2] fix checksum and update to 10.39 (#21248)
* [pcre2] fix checksum

* [pcre2] update to 10.39

* Set static build, format code.

* version

* [pcre2] Add cmake wrapper to use the generated cmake file

* [unicorn-lib] Fix dependency pcre2

* version

* [qt5-base] Fix dependency pcre2

* [pcre2] Fix pcre2-config.cmake

* version

* Re-fix pcre2-config.cmake

* Revert changes about pcre-config.cmake

* version

* remove cmake wrapper

* version

* Fix static name

* version

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-11-09 16:29:09 -08:00
Jack·Boos·Yu
66c39e113a
[scripts-audit] QMake buildsystem (#20322)
* [scripts-audit] QMake buildsystem

* Apply suggestions

* Change qt5-base as a host port

* version

* Fix installation

* Apply suggestions

* Update doc

* Typo

* update doc

* Fix bug

* fix vcpkg_host_path_list issue

* Process more host path

* Apply suggestions

* Apply suggestions

* Apply suggestions from code review

* more changes

* Apply suggestions

Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-11-05 16:55:23 -07:00
Nicolas Fella
e14842c446
[qt] Add patches to fix missing includes (#19668)
* [qt] Add patches to fix missing includes

This is needed to build with GCC11

Fixes #19226

* bump version

* version

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-09-16 10:34:42 -07:00
Chocobo1
3c10aaaca7
[qt5-base] Download submodules over https instead of http (#19843) 2021-09-03 00:03:13 -07:00
Lucius Q. User
d1d672d756
[qt5-*] Make QT and dependents build on arm macos (#18567)
* [qt5-*] Make it build on ARM64 macos

* [qt5-base] update port version
2021-06-21 13:29:58 -07:00
Alexander Neumann
7b1016e10e
[qt5-base] fix install / packages dir being on different drives (#17666)
* [qt5] fix installed / vcpkg-root being on different drives.

* version stuff
2021-05-11 14:03:00 -07:00
Dawid Wróbel
7f17087407
qt5-base: misleading list of system packages required (#16280)
* qt5-base: misleading list of system packages reqd

qt5-base requires many more packages present than just a mere
libxkbcommon-x11-dev currently suggested. Let's instead point users
to thezure provision script, which a complete and an up-to-date list
of them.

* [qt5-base] bump version

* update version record

* Update ports/qt5-base/vcpkg.json

* Update versions/q-/qt5-base.json

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-04-28 17:53:01 -07:00
Jack·Boos·Yu
3f2616bc64
[qt5-base] Add feature vulkan (#16386)
* [qt5-base] Add feature vulkan

* update version record

* Update ports/qt5-base/vcpkg.json

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>

* Update versions/q-/qt5-base.json

* Update ports/qt5-base/portfile.cmake

* Update versions/q-/qt5-base.json

* Update versions/q-/qt5-base.json

* update version record

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2021-04-19 17:11:20 -07:00
Alexander Neumann
c739e82bec
[qt5] Move qt5 headers into qt5 subdir (#17158)
* [qt5] move headers

* version stuff
2021-04-09 09:55:53 -07:00
Alexander Neumann
1bb0fe61df
[vcpkg baseline][qt5-base] Fix glib link issues on linux (#16954)
* [qt5-base] fix glib link issues on linux

* add version

* remove unused vars

* update version

* write port info file.

* version stuff

* remove paraview from baseline. It was added due to the same spurious glib failures.

* trying out a different approach

* more changes

* change the if to actually use the buildtype instead

* remove x_vcpkg_get_port_info

* add option QT_OPENSSL_LINK back in

* use INCLUDE_DIRS_(DEBUG|RELEASE) instead of just INCLUDE_DIRS

* regen docs

* remove function call I forgot to remove

* [vcpkg-pkgconfig-get-modules] Move to port

* revert changes to ports.cmake

* include the file in qt5-base

* fix path

* remove unnecessary include

* Apply suggestions from code review

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

* Apply suggestions from code review

* update version

* ws removal

* version stuff

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-04-06 10:53:41 -07:00
ras0219
b5bb1511f0
[many ports] Apply host dependencies (#16479)
* [vcpkg] Add VCPKG_HOST_TRIPLET. Improve vcpkg.schema.json

* [many ports] Apply host dependencies

* [yasm-tool] Revert yasm-tool changes to split into PR #16478

* [many ports] Add versions

* [vcpkg.cmake] Revert change applied in other PR

* [boost-modular-build-helper] Merge from master

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-26 12:55:34 -07:00