57 Commits

Author SHA1 Message Date
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
rsadowski
c93a705dd2 Bugfix update qt-creator to 4.6.1 2018-05-14 21:26:35 +00:00
rsadowski
17a8e84476 bump after plist changes
Spotted by kili@ Thanks!
2018-04-16 20:01:22 +00:00
rsadowski
156d5737d2 Unbreak with clang6
Add LLVM_INSTALL_DIR to help QMake. After the update some plugins are no longer
necessary. Update PLIST and regen WANTLIB
2018-04-16 18:27:53 +00:00
rsadowski
190999ee12 Update qt-creator to 4.6.0
"okay" landry@
2018-04-07 07:49:40 +00:00
rsadowski
a429bfe2bd Bugfix update to 4.5.2 2018-03-15 20:04:34 +00:00
rsadowski
6b47bf0ead Update qt-creator to 4.5.1
Bugfix release:
https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-4.5.1.md?h=4.5
2018-02-13 16:50:24 +00:00
rsadowski
7b4e35a1b8 Update Qt to 5.9.4
Notable port changes:

- s/MODQT5_USE_GCC4_MODULE/MODQT5_USE_CXX11/
- Zap SHARED_LIBS += Qt5EglDeviceIntegration (Lost, long time ago)
- Regen some WANTLIB
- Shared bump in qtdeclarative (New symbols)
- Update Homepage

Changelog:

https://blog.qt.io/blog/2018/01/23/qt-5-9-4-released/

"commitski" landry@
2018-01-25 15:02:25 +00:00
rsadowski
db201ca7fb Update qt-creator from 4.4.1 to 4.5.0.
Release announcement:
http://blog.qt.io/blog/2017/12/07/qt-creator-4-5-0-released/
2018-01-14 10:07:48 +00:00
naddy
11e3dd67b3 switch COMPILER from the old, confusing shortcuts to the more explicit format 2017-11-16 23:20:37 +00:00
rsadowski
d4d2456b21 Update qt-creator to 4.4.1 2017-10-21 20:04:15 +00:00
rsadowski
082a247835 Update qt-creator to 4.4.0
tweaks from zhuk@:

- stop bundling botan and qbs, use system ones
- add USE_WXNEEDED to avoid crashes in form designer

ok jca@
2017-09-21 19:10:37 +00:00
espie
6656b7a2c0 bump 2017-07-30 17:52:32 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
rsadowski
58fa11d1f7 update to qt-creator 4.3.1
Tested by Caspar Schutijser. Thanks!

ok zhuk@
2017-07-20 18:05:23 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
rsadowski
84e8135972 update qt-creator to 4.3.0
Take maintainership.

PLIST tweak and ok from zhuk@
2017-06-14 17:11:20 +00:00
espie
cc5bc426ed switch everything to new COMPILER idiom, even stuff that won't build with clang
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
espie
7cd7125698 use the MODGCC4* variables instead of hardcoding dependencies.
convert to WANT_CXX even though it might not work yet.
bump the ports that didn't even the full spec
2017-05-26 09:52:16 +00:00
rsadowski
e6a41d338a zap empty patch 2017-04-28 16:03:11 +00:00
rsadowski
e4b12dc360 update to qt-creator 4.2.2
- bump some SHARED_LIBS (nm(1) checks)
- remove qch_docs target and all -docindex BUILD_DEPENDS as
  qtdeclarative loop workaround
- improve licence tag; thanks Caspar Schutijser
- Fix WANTLIB
- NO_TEST
- remove qtwebkit as LIB_DEPENDS and add ass RUN_DEPENDS
- fix one tab

ok sthen@ landry@, tested by Caspar Schutijser, thnaks!
2017-04-28 16:00:10 +00:00
zhuk
c7c79f8837 Fix build when qmake-generated Makefile tries to link in qtcreator.sh.
While there, add some BDEPs for better documentation builds.
2016-12-31 12:53:42 +00:00
zhuk
ead273e6f8 Nobody loves you, qt-creator, except three people: Caspar Schutijser,
Rafael Sadowski and me.

So lets move on and put it in. Nowadays there is no point in having
a separate qt-creator with support for older Qt's, and 4.1.0 works
with egdb at least.

Most of the work was done by Caspar, last rollup from Rafael, commit by me.
2016-12-26 15:26:01 +00:00
sthen
564c6c344a Cope with moving sqlite3 back to ports. 2016-09-23 09:16:52 +00:00
jca
8841897bb1 wxneeded (QtWebkit)
from Caspar Schutijser
2016-08-20 21:46:18 +00:00
naddy
42bc647e80 remove SHARED_ONLY from ports that only use modules that neither set nor
read this variable
2016-03-18 23:12:15 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
nigel
011de064f8 WANTLIB updates for fontconfig and other libraries.
Ok sthen
2013-03-19 13:07:13 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
zhuk
71621329ce Build and install Qt debugging helper library for system Qt with QtCreator,
and allow it being automatically loaded even when debugging external
applications.

While there, mark QtCreator as SHARED_ONLY, as the Qt4 itself already is.

ok espie@
2013-01-05 20:32:02 +00:00
landry
a513534079 x11/qt4,-sqlite was folded back to x11/qt4, remove explicit dependencies
on it and bump REVISION.
2012-06-14 09:47:23 +00:00
sthen
88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
ajacoutot
dad4daec9f Mark BROKEN on powerpc, qdoc3 goes into an infinite loop. 2011-12-06 08:36:06 +00:00
espie
c5a475ebe0 normalize pkgpath 2011-09-16 09:24:48 +00:00
espie
5855efb734 move depends to new style 2010-11-15 19:45:56 +00:00
espie
d7f6fc7e23 more conversions 2010-11-08 10:28:22 +00:00