Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.5_4 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 ) |
1.0.5_4 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 |
1.0.5_4 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 |
1.0.5_4 08 Nov 2016 11:23:32
  |
amdmi3  |
- Add LICENSE
- Regenerate patches |
1.0.5_4 20 Oct 2016 15:58:13
  |
rakuco  |
Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).
I also emailed him 2 weeks ago and have received no response so far. |
1.0.5_4 25 Aug 2015 10:03:09
  |
makc  |
Convert my ports to new options helpers |
1.0.5_4 24 Feb 2015 21:46:29
  |
makc  |
- Switch my ports to USE_QT4=linguisttools_build and adjust Qt components
- Use LUPDATE/LRELEASE provided by bsd.qt.mk
- Drop needless stripping |
1.0.5_4 27 Oct 2014 12:24:23
  |
bapt  |
Clean up plist |
1.0.5_4 12 May 2014 10:53:42
  |
makc  |
Convert my ports to USES=tar |
1.0.5_4 21 Nov 2013 15:41:06
  |
makc  |
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Convert to USES=dos2unix |
1.0.5_4 09 Oct 2013 10:08:05
  |
makc  |
- Convert to USES= qmake
- Bring stage support
- Adjust DESKTOP_ENTRIES
- Use options helpers
- Use new LIB_DEPENDS syntax |
1.0.5_4 20 Sep 2013 16:43:53
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
1.0.5_4 12 May 2013 11:48:50
  |
makc  |
- Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly revert
r315222 [1]
- Convert WITH_DEBUG to new options framework
- Trim Makefile header
- Adjust COMMENTs
- Reformat/update description
[1] See follow-up discussion:
http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html |
1.0.5_4 23 Jan 2013 15:00:19
  |
makc  |
Bump PORTREVISION after DESKTOP_ENTRIES update |
1.0.5_3 07 Jan 2013 02:07:27
  |
makc  |
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category, if missing
- Remove indefinite article and/or rephrase COMMENT
- Trim Makefile header
- Other minor changes |
1.0.5_3 27 Jul 2012 11:03:39
 |
makc  |
- Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes |
1.0.5_3 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) |
1.0.5_3 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
1.0.5_2 02 Jul 2011 17:14:20
 |
miwi  |
= Drop MD5 support |
1.0.5_2 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.0.5_1 21 Feb 2009 11:31:28
 |
makc  |
Use my @FreeBSD.org email for the rest of my ports |
1.0.5_1 06 Jun 2008 13:27:07
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.0.5 12 Dec 2007 23:37:39
 |
miwi  |
- Update to 1.0.5
PR: 118055
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) |
1.0.4 15 Jul 2007 14:07:08
 |
miwi  |
- Update to 1.0.4
PR: 114577
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) |
1.0.3 02 Jul 2007 03:33:11
 |
rafan  |
QtEmu is a graphical user interface for QEMU written in Qt4.
WWW: http://qtemu.org/
PR: ports/113619
Submitted by: Max Brazhnikov <makc at issp.ac.ru> |