Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20110722_1 16 Mar 2019 21:55:51 |
tcberner |
Qt4 deprecation: Remove Qt4 and its consumes.
2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015 (Only the first 15 lines of the commit message are shown above ) |
20110722_1 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
20110722_1 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
20110722_1 07 May 2014 10:04:21 |
gahr |
- Restore QT4?=. Might be changed by slave ports. |
20110722_1 13 Jan 2014 11:52:27 |
gahr |
- Restore the use of SUB_PROJECT_NAME to select WRKSRC. Its removal has caused
devel/qt4-qtsolutions-soap to stop building (see ports/184547)
PR: 184547
Submitted by: lbartoletti <coder@tuxfamily.org> |
20110722_1 25 Nov 2013 18:01:02 |
makc |
- Convert to USES=qmake
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.
Approved by: portmgr (blanket approval) |
20110722_1 04 Oct 2013 14:30:05 |
kmoore |
- Fix building with clang on HEAD
Approved by: maintainer |
20110722_1 02 Oct 2013 09:25:18 |
marino |
devel/qt4-qtsolutions-singleapplication: add <unistd.h> for modern compilers
Approved by: portmgr (bapt, implicit) |
20110722_1 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
20110722_1 26 Jun 2012 08:19:44 |
gahr |
- New port: devel/qt4-qtsolutions-soap
The Qt SOAP project provides basic web service support with
version 1.1 of the SOAP protocol.
WWW: http://qt.gitorious.org/qt-solutions
- Slightly modify qt4-qtsolutions-singleapplication for use as master port |
20110722_1 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
20110722_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
20110722 28 Jul 2011 15:29:36 |
kmoore |
Simplify Makefile and fix some portlint errors.
Submitted by: makc@freebsd.org |
20110722 20 Jul 2011 16:00:27 |
kmoore |
Update distfile location(s) |
20110722 19 Jul 2011 17:06:51 |
kmoore |
- New port devel/qt4-qtsolutions-singleapplication
This is QSingleApplication class which is used to create single instance QtGui
or QtCore applications.
WWW: http://qt.gitorious.org/qt-solutions
Submitted by: yurkis@gmail.com
Reviewed by: kmoore@freebsd.org |