| 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 |
14 Feb 2013 09:42:13
4.8.4
|
gahr  |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
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 ) |
12 Jun 2012 15:44:16
4.8.2_3
|
rakuco  |
Partly revert the previous mkspec changes by using the upstream fix instead.
Talking to fluffy@ on IRC, I found out the hard way that my commit
0ba35fd5a81df57fb0f943c3dddd35d43ebc3383 has not been included in Qt
4.8.2, so things were pretty much borked when one tried to use
non-base gcc.
Instead of changing the behavior of g++-base.conf and setting
QMAKE_{CC,CXX} in "leaf" mkspecs, my upstream commit simply sets these
values after including g++-base.conf where needed (ie. in the
freebsd-g++46 mkspec, where we use gcc46 and g++46).
Bump PORTREVISION once again, sorry for the hassle. |
12 Jun 2012 11:55:49
4.8.2_2
|
fluffy  |
- Use another way to avoid hardcoded QMAKE_CC/QMAKE_CXX
previous patch's logic allows to use any ports compile, but fails with
base gcc when configuration script uses ${CC}="" by default |
12 Jun 2012 07:01:36
4.8.2_1
|
fluffy  |
- Allow QMAKE_CC and QMAKE_CXX to be selected by corresponded mkspec.
It will allow to use any supported C compiler from ports instead fallback
to hardcoded gcc/g++ by default. |
02 Jun 2012 00:08:27
4.8.2  |
rakuco  |
The KDE on FreeBSD team is happy to update Qt to its 4.8.2 release.
The upstream changelog can be seen in
<https://qt.gitorious.org/qt/qt/blobs/4.8/dist/changes-4.8.2>.
Relevant changes include a few patches having been integrated upstream
and thus removed from the ports tree and some improved work on USE_QT4
in bsd.qt.mk. |
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. |
25 Mar 2011 09:54:16
4.7.2
|
avilla  |
- Update Qt to 4.7.2.
- Backport QSslCertificate patch. |
14 Dec 2010 14:29:37
4.7.1
|
avilla  |
- Use @dirrmtry with share/qt4/mkspecs/modules.
Approved by: tabthorpe (mentor, implicit) |
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. |
09 Jun 2010 19:41:21
4.6.3
|
makc  |
Update Qt to 4.6.3 |
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@ |
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 22:02:10
4.5.2
|
miwi  |
- Update also to 4.5.2 |
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) |
05 Aug 2008 00:20:35
4.4.1
|
miwi  |
- Update to 4.4.1
Reported by: ionbot |
25 Jul 2008 14:34:52
4.3.4
|
pav  |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
01 Jun 2008 09:42:37
4.3.4
|
olgeni  |
Large round of typo fixes in ports/devel (pkg-descr). |
19 Apr 2008 17:56:05
4.3.4  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
13 Mar 2008 17:57:19
4.3.4
|
lofi  |
Update to Qt 4.3.4 |
02 Sep 2007 06:23:28
4.3.1
|
lofi  |
Update to Qt 4.3.1. |
11 Aug 2007 10:27:36
4.3.0_1
|
lofi  |
Change PKGNAME of devel/qmake4 to qt4-qmake, bringing it in line with
the rest of the qt4 ports and avoiding dependency resolution troubles
if devel/qmake is installed on the same system.
While here, change NOMAN to NO_MAN in Makefile.bsd.
PR: ports/115352
Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> |
02 Aug 2007 22:37:41
4.3.0_1
|
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> |
27 Jul 2007 13:31:03
4.3.0_1
|
lofi  |
This is what happens if you think you know what make(1)'ll do.
Fix build. |
27 Jul 2007 10:31:45
4.3.0_1  |
lofi  |
The bug that makes gcc 3.4 choke on some amd64 inline assembler does not
only affect the Qt4 core ports but ports depending on them as well, so
try a more sweeping approach for a workaround. |
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) |
19 Apr 2007 17:08:04
4.2.3_1
|
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 |
06 Feb 2007 12:49:19
4.2.2
|
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 |
05 Feb 2007 22:33:20
4.2.2
|
lofi  |
First afterthought: Non-conflicting LATEST_LINK for qmake4. |
05 Feb 2007 20:56:24
4.2.2
|
lofi  |
Add qt4, a multiplatform C++ application framework |