Commit Graph

92 Commits

Author SHA1 Message Date
sthen
6400c91455 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:28:14 +00:00
rsadowski
a07ce8fd44 Update qt-creator to 8.0.2 2022-10-24 19:33:44 +00:00
rsadowski
215bbaafcb Update qt-creator to 8.0.1 2022-08-13 06:52:27 +00:00
naddy
f10867c2b0 devel/qt-creator: fix whitespace syntax error 2022-07-21 12:31:58 +00:00
rsadowski
3cd47f9979 Update Qt Creator to 8.0.0 2022-07-21 07:08:11 +00:00
rsadowski
e32370f4aa Update qt-creator to 7.0.2
This update unbreaks a build errir with KSyntaxHighlighting 5.94.0.

Spotted by sthen
2022-06-05 09:21:31 +00:00
naddy
85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
rsadowski
12ae4c69cc Remove the cmake wxneeded-hack and replace it with USE_WXNEEDED
Remove the webkit/webengine-wxneeded hack in cmComputeLinkInformation.cxx
and add USE_WXNEEDED=Yes to all cmake webkit/webengine consumer.

Background knowledge about the "hack":
It searches for webkit/webengine (lower-case search) in all link-entries for
EXECUTABLE/SHARED_LIBRARY targets. If the search match it adds
"-Wl,-z,wxneeded".

Feedback, help and OK sthen@ Thanks!
2022-02-13 16:38:29 +00:00
rsadowski
1e8adf47d9 Remove qbs as a hard dependency 2022-01-04 17:14:28 +00:00
rsadowski
a4e873309d Update qt-creator to 5.0.3 2021-12-18 08:52:39 +00:00
rsadowski
526ff4f4e8 Prevent using Qt6 when it's present
Set CMAKE_DISABLE_FIND_PACKAGE_Qt6=ON

Spotted by aja, thanks
2021-11-13 15:13:14 +00:00
rsadowski
6988636e92 Update qt-creator to 4.15.2
- Switch build to CMake
- Enable all more Clang support
- Enable ProParser and QLiteHTML
2021-11-09 07:42:28 +00:00
sthen
5e4370b64d bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:12 +00:00
rsadowski
cbaa78ddd3 Update qt-creator to 4.15.0 2021-05-17 06:12:03 +00:00
rsadowski
9c1a57be4f Update Qt Creator to 4.14.2 2021-03-23 10:38:50 +00:00
naddy
16d8558105 fix master site path 2021-02-24 18:43:47 +00:00
rsadowski
6fdf6b8b44 Update Qt Creator to 4.14.1 2021-02-24 18:21:44 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
phessler
802f7985f1 Add a new mirror mirrors.ocf.berkeley.edu, same as rsadowski@ did for x11/qt5 2021-01-20 07:59:49 +00:00
rsadowski
66923c9e39 Update qt-creator to 4.14.0 2021-01-19 06:50:56 +00:00
rsadowski
d9a99b4a18 Update qt-creator to 4.13.3 2020-11-23 07:10:05 +00:00
rsadowski
319df2a790 Update qt-creator to 4.13.2 2020-10-23 14:22:27 +00:00
rsadowski
e9107f65dd Update qt-creator to 4.13.1 2020-09-21 15:31:49 +00:00
rsadowski
627f8a8303 Update qt-creator to 4.13.0 2020-08-30 20:14:31 +00:00
rsadowski
b61118f2f6 Update qt-creator to 4.12.4 2020-07-11 12:35:03 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
rsadowski
265671c68f Update qt-creator to 4.12.3 2020-06-19 03:56:15 +00:00
rsadowski
31a627da5a Update qt-creator to 4.12.2 2020-06-04 06:19:35 +00:00
rsadowski
a7980ab1aa Unbreak qt-creator, qtwebengine missing in lib depends, spotted by aja
Move qtwebengine form run_* to lib_depends. Sort and also add qtwebchannel
2020-05-22 20:12:11 +00:00
rsadowski
6b19589379 Update qt-creator to 4.12.1 2020-05-22 09:56:17 +00:00
rsadowski
6bebb100b9 Switch from qtwebkit to qtwebengine support in qt-creator 2020-05-22 07:34:00 +00:00
rsadowski
d40a96f757 Update qt-creator to 4.12.0
My patch was merged upstream so keep in sync and add comment. Will be available
in version 4.12.1. https://www.qt.io/blog/qt-creator-4.12-released
2020-04-24 13:14:09 +00:00
rsadowski
179330be43 Fix unknown ABI issue
https://bugreports.qt.io/browse/QTCREATORBUG-23818

Qt Creator analyzes the libQt5Core.so to determine the ABI version. Because of
our own shared lib version handling/pattern, Qt Creator fails with the
determination. This is a very simple fix patch to unbreak the Qt-ABI detection.
2020-04-16 10:34:57 +00:00
rsadowski
b7e283bc08 Update Qt Creator to 4.11.2
https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-4.11.2.md?h=4.11
2020-04-05 18:08:13 +00:00
rsadowski
27461f457e Update qt-creator to 4.11.1
- Depends on Qbs 1.15.0 to build
- Use system devel/kf5/syntax-highlighting, devel/yaml-cpp
- Switch to python3
2020-03-29 10:50:02 +00:00
jasper
e52e3c3914 RUN_DEPENDS=${BUILD_DEPENDS} is bad mkay
spotted by kili@
2020-02-13 20:11:46 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
jca
bd7d07d129 Fix build with upcoming llvm-8 update
ok rsadowski@ (maintainer)
2019-07-05 17:01:45 +00:00
jca
dc8bf65f82 Require latest lang/clazy version
Only kdevelop has a runtime dependency on lang/clazy, though.
Requested by rsadowski@
2019-07-04 12:13:01 +00:00
sthen
6ff3e55398 bump REVISION in a bunch of ports known or likely to use struct kinfo_proc,
there may be some missing as my unpacked ports source is a little out of date
but this should catch the main things people might run into

the struct was reordered a second time in sysctl.h r1.192 to improve
compatibility but amd64 snapshot packages made it out before that happened
so the bumps are still needed
2019-06-25 20:25:20 +00:00
cwen
6309a2bb3b qt5.port.mk: change COMPILER
Move it to "base-clang ports-gcc" and bump REVISION accordingly.
This unbreaks Qt5-related binaries runtime on macppc.

OK sthen@
2019-03-08 20:00:39 +00:00
rsadowski
ae9979e722 Bugfix update qt-creator to 4.8.2 2019-03-03 20:12:48 +00:00
rsadowski
7b645514db bugfix update qt-creator to 4.8.1 2019-03-03 08:52:43 +00:00
rsadowski
6db9fbebd5 Update to qt-creator-4.8.0 2018-12-08 15:08:58 +00:00
rsadowski
f27dee7f5d Update qt-creator-4.7.2 2018-10-30 06:00:37 +00:00
rsadowski
d078335397 force qmake build to take system botan2
Since the last qt-creator update qmake don't respect USE_SYSTEM_BOTON. It looks
like QBS build only supports this.

- revert r1.43
- add patches to take system botan2 with qmake

Spotted by espie@ in a new bulk. Thanks!
2018-10-19 09:35:30 +00:00
rsadowski
3ab97bf688 add python as build depends
It looks like qtcreator wants to build botan which needs python, even though
USE_SYSTEM_BOTAN is set. Nevertheless I do not see any use of botan.
Let's unbreak the bulk build

Spotted by ajacoutot@
2018-10-18 09:29:21 +00:00
rsadowski
17f9df4b8a Update qt-creator-4.7.1
- enable clang tooling support
- enable clazy support

Feedback and know how from Vadim.
2018-10-16 14:39:03 +00:00
espie
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
rsadowski
f00ba6ac11 Update qt-creator-4.6.2 2018-06-16 11:38:30 +00:00