| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Apr 2013 08:57:13
4.8.4
|
bapt  |
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format |
03 Feb 2013 17:21:57
4.8.4
|
makc  |
KDE/FreeBSD team presents Qt 4.8.4 and QtCreator 2.6.1 ports.
The area51 repository features commits by Alonso Schaich, avilla, fluffy,
jhale, makc and rakuco.
Common changes:
- Trim Makefile header
- Convert to new option framework
- Add/improve desktop entries
- Remove upstreamed patches
Mk/bsd.qt.mk:
- Set QMAKESPEC at late stage (to fix potential problem if USE_GCC is used) [1]
devel/qmake:
- Fix crash due to off-by one error [2] (Only the first 15 lines of the commit message are shown above ) |
19 Dec 2012 01:21:09
4.8.2
|
kevlo  |
Fix segfault with clang.
Approved by: makc
Obtained from: dim |
18 Jul 2012 20:23:09
4.8.2
|
rakuco  |
Add my upstream patch to make these Qt ports build with libc++.
The original patch was written by Jan Beich in the PR mentioned
below. I haven't been able to fully build x11/qt4-opengl yet due to
other errors which show up later, but at least this one problem is
solved, and the fix will be included in the next Qt 4.8 release.
No PORTREVISION bump, as users of other standard C++ libraries are not
affected, and no dependencies have been changed.
PR: ports/169871
Submitted by: Jan Beich <jbeich@tormail.org> |
06 Jun 2012 06:44:38
4.8.2
|
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
25 May 2012 01:44:04
4.8.1
|
makc  |
KDE/FreeBSD team presents Qt 4.8.1 in ports! |
16 Oct 2011 22:42:43
4.7.4
|
avilla  |
- Update Qt to 4.7.4.
- Make sure internal paths are added before system ones.
- Remove phonon-gstreamer dependency from qt4-webkit.
- Remove qt4-gui dependency from qt4-dbus. |
02 Dec 2010 19:47:17
4.7.1
|
makc  |
KDE FreeBSD team is glad to present Qt 4.7.1 in ports.
Along with Qt4 the following ports are updated:
PyQt4 ports to 4.8.1
devel/py-sip to 4.11.2
devel/qscintilla2 to 2.4.5
PyKDE3 to 3.16.7
PyQt3 tp 3.18.2-snapshot-20091119
New ports added:
devel/qt4-declarative
devel/py-qt4-declarative
x11/qt4-graphicssystems-opengl
This release has been contributed by:
Thomas Abthorpe (tabthorpe)
Max Brazhnikov (makc)
Dima Panov (fluffy)
Alberto Villa (avilla)
We'd like to thank Martin Wilke (miwi) for exp-run. |
15 Oct 2010 20:54:22
4.6.3
|
kmoore  |
Improve handing of LD_LIBRARY_PATH when doing non-standard LOCALBASE builds. |
11 May 2010 10:09:51
4.6.2
|
fluffy  |
- The FreeBSD KDE team is pleased to announce Qt-4.6.2 for FreeBSD
With hat on: kde@ |
28 Mar 2010 06:47:48
4.6.1_1
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
21 Jan 2010 21:13:21
4.6.1
|
makc  |
The FreeBSD KDE team is pleased to announce Qt-4.6.1 for FreeBSD. |
26 Nov 2009 23:24:38
4.5.3
|
miwi  |
- Update to Qt-4.5
The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.
Tested by: pointyhat-exp-run (myself) |
04 Aug 2009 20:04:38
4.5.2
|
miwi  |
- Update Qt4 to 4.5.2
The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.
Tested by: pointyhat-exp-run (pav/miwi) |
15 Jun 2009 19:21:48
4.4.3
|
makc  |
Mark MAKE_JOBS_UNSAFE.
PR: ports/135395
Submitted by: amdmi3 |
13 Jan 2009 20:34:49
4.4.3
|
makc  |
kde@freebsd team is pleased to announce the update for Qt4 ports.
Qt4 ports have been updated from 4.4.1 to 4.4.3. With this update
new port misc/qt4-l10n has been added. This port provides localisation
support for Qt4 developers tools designer, linguist, etc.
Approved by: miwi (mentor) |
04 Aug 2008 23:30:39
4.4.1
|
miwi  |
- Update to qt 4.4.1
Note:
With this update several ports specific problems
have been fixed. Qt4 headers and libraries have
been moved to include/qt4 and lib/qt4. bsd.qt.mk
defines QT_INCDIR and QT_LIBDIR now, which could
be used in qt4-dependent ports if required.
Thanks to: Max Brazhnikov Danny Pansters |
06 Jun 2008 13:21:59
4.3.4_1
|
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) |
13 Mar 2008 17:57:19
4.3.4
|
lofi  |
Update to Qt 4.3.4 |
14 Sep 2007 17:39:39
4.3.1_1
|
lofi  |
Fix hardcoded reference to moc.
Submitted by: Danny Pansters <danny@ricin.com> |
02 Sep 2007 06:23:28
4.3.1
|
lofi  |
Update to Qt 4.3.1. |
02 Aug 2007 22:37:41
4.3.0
|
lofi  |
- bsd.qt.mk:
QT_COMPONENTS can now be depended on at runtime or buildtime only by
specifiying them as <component>_build or <component>_run, respectively.
Specifying <component> without any suffix will depend on the component
at both build- and runtime just like before.
- Convert Qt core ports to use the new dependency switches.
- Add a patch to corelib to fix Qt4 on ARM, submitted by:
Björn König <bkoenig@alpha-tierchen.de> |
16 Jul 2007 10:12:15
4.3.0
|
lofi  |
Update to Qt 4.3.0, introduce bsd.qt.mk.
Approved by: portmgr (bsd.port.mk changes) |
25 May 2007 11:34:10
4.2.3_3
|
lofi  |
Try harder to prevent pkgconfig data from ending up in the wrong place.
Only seems to happen on pointyhat, bump PORTREVISION anyway just to be
sure. |
19 May 2007 20:32:57
4.2.3_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
01 May 2007 15:14:48
4.2.3_1
|
lofi  |
Fix/remove bogus paths pointing to the build directory from pkgconfig files,
libtool archives and dot-prl files.
PR: ports/112228
Submitted by: Koji Yokota <yokota@res.otaru-uc.ac.jp> |
19 Apr 2007 17:08:04
4.2.3
|
lofi  |
Rename all binaries in qt4 which conflict with binaries installed by
qt33 to ($binary)-qt4 and adjust dependencies accordingly. This
avoids conflicts once X11BASE has been changed to /usr/local and
incidentally makes the naming scheme of the qt4 executables in ports
equal to that of the Fedora Core and Debian packages. |
25 Mar 2007 04:08:03
4.2.3
|
lofi  |
Update to 4.2.3 |
09 Feb 2007 00:13:47
4.2.2_2
|
lofi  |
Install pkgconfig data into the correct location. |
06 Feb 2007 12:49:19
4.2.2_1
|
lofi  |
From the "who gave this guy a commit bit" dept.:
-Fix categories which got mixed up during juggling with different
repos.
-Remove NO_FILTER_SHLIBS, which disappeared shortly before Qt4 was
committed.
Noticed by: erwin, pav |
06 Feb 2007 10:37:14
4.2.2_1
|
lofi  |
Post-import bugfixorama:
- Move qt4-codecs-tw to chinese [1]
- Add some missing quotes [1]
- From the "this never happened in the clean room" dept:
Disable session management support more universally to
avoid linktime errors.
[1] Spotted by: rafan |
05 Feb 2007 20:56:24
4.2.2
|
lofi  |
Add qt4, a multiplatform C++ application framework |