non port: devel/qt4-qt3support/Makefile |
SVNWeb
|
Number of commits found XX: 40 |
Sun, 2 Dec 2018
|
[ 15:41 rene ] 
486467 accessibility/qt4-accessible/Makefile
486467 archivers/quazip/Makefile
486467 astro/gpsd/Makefile
486467 astro/qlandkartegt/Makefile
486467 astro/stellarium-qt4/Makefile
486467 astro/xglobe/Makefile
486467 audio/acoustid-fingerprinter/Makefile
486467 audio/audex/Makefile
486467 audio/clementine-player/Makefile
486467 audio/creox/Makefile
(Only the first 10 of 464 ports in this commit are shown above. )
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
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] 
473503 CHANGES
473503 Mk/Scripts/qa.sh
473503 Mk/Uses/qmake.mk
473503 Mk/Uses/qt-dist.mk
473503 Mk/Uses/qt.mk
473503 Mk/bsd.port.mk
473503 Mk/bsd.qt.mk
473503 Mk/bsd.sanity.mk
473503 accessibility/jovie-kde4/Makefile
473503 accessibility/kaccessible-kde4/Makefile
(Only the first 10 of 1416 ports in this commit are shown above. )
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
|
Tue, 6 Jun 2017
|
[ 05:00 tcberner ] 
442740 Mk/bsd.qt.mk
442740 accessibility/qt4-accessible/Makefile
442740 chinese/qt4-codecs-cn/Makefile
442740 chinese/qt4-codecs-tw/Makefile
442740 databases/qt4-mysql-plugin/Makefile
442740 databases/qt4-odbc-plugin/Makefile
442740 databases/qt4-pgsql-plugin/Makefile
442740 databases/qt4-sql/Makefile
442740 databases/qt4-sqlite-plugin/Makefile
442740 databases/qt4-sqlite3-plugin/Makefile
(Only the first 10 of 47 ports in this commit are shown above. )
Fix qt4 ports on armv6.
Due to a misspelling in GCC [1] (probably) the check for the ARMv6KZ platform
used ARM_ARCH_6ZK instead of ARM_ARCH_6KZ.
[1] https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01679.html
PR: 210027
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D8322
|
Sat, 18 Feb 2017
|
[ 19:48 tcberner ] 
434380 CHANGES
434380 MOVED
434380 Mk/bsd.qt.mk
434380 UPDATING
434380 accessibility/qt4-accessible/Makefile
434380 astro/xglobe/files/patch-Makefile
434380 audio/qmpdclient/Makefile
434380 cad/klayout/files/patch-build.sh
434380 cad/klayout/files/patch-src-Makefile.rules
434380 chinese/qt4-codecs-cn/Makefile
(Only the first 10 of 220 ports in this commit are shown above. )
Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
By moving the libraries we should finally be able to get rid of the inplace
upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries
were lying in /usr/local/lib, which would often get added by pkgconfig to the
linker paths via dependencies, the already installed libraries were linked
against, instead of the ones that were being built. This forced us to make
sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]
There are several new Qt5 ports which all have been created by Marie Loise
Nolden
<nolden@kde.org>. Thanks again.
PR: 216797
Exp-Run by: antoine
Reviewed by: rakuco, mat, groot_kde.org
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9213
|
Wed, 16 Sep 2015
|
[ 08:55 rakuco ] 
397043 Mk/Uses/qmake.mk
397043 Mk/bsd.qt.mk
397043 cad/qcad/Makefile
397043 databases/qt4-odbc-plugin/Makefile
397043 databases/qt4-sql/Makefile
397043 databases/qt4-sqlite-plugin/Makefile
397043 databases/qt4-sqlite3-plugin/Makefile
397043 devel/dbus-qt4/Makefile
397043 devel/qmake4/pkg-plist
397043 devel/qt4-assistant/Makefile
(Only the first 10 of 46 ports in this commit are shown above. )
Update the Qt4 ports to 4.8.7.
According to upstream, this is the last planned Qt4 release.
A list of changes since 4.8.6 can be found here:
<http://download.qt.io/official_releases/qt/4.8/4.8.7/changes-4.8.7>
Porting notes and changes:
- Remove several patches that have been upstreamed.
- Make Uses/qmake.mk pass the contents of LIBS to the qmake environment. [1]
- Repurpose devel/qt4/files/extrapatch-src-corelib-global-qglobal.h now the
original patch is part of the release (curiously enough, the original
patch was never actually used, as the ?= assignment in r362837 after
r362770 was never possible).
This works around the way compiler support for C++11 features is detected (Only the first 15 lines of the commit message are shown above )
|
Sat, 19 Jul 2014
|
[ 11:09 tijl ] 
362251 Mk/bsd.qt.mk
362251 databases/qt4-sql/Makefile
362251 databases/qt4-sql/pkg-plist
362251 databases/qt5-sql/Makefile
362251 databases/qt5-sql/pkg-plist
362251 devel/dbus-qt4/Makefile
362251 devel/dbus-qt4/pkg-plist
362251 devel/dbus-qt5/Makefile
362251 devel/dbus-qt5/pkg-plist
362251 devel/gnome-vfs/files/patch-ac
(Only the first 10 of 93 ports in this commit are shown above. )
Remove libtool .la files from all Qt ports
Approvedy by: kde (makc)
|
Mon, 6 Jan 2014
|
[ 16:16 makc ] 
338902 MOVED
338902 Mk/Uses/qmake.mk
338902 Mk/bsd.qt.mk
338902 accessibility/qt4-accessible/Makefile
338902 accessibility/qt4-accessible/pkg-descr
338902 chinese/qt4-codecs-cn/Makefile
338902 chinese/qt4-codecs-cn/pkg-descr
338902 chinese/qt4-codecs-tw/Makefile
338902 chinese/qt4-codecs-tw/pkg-descr
338902 databases/qt4-ibase-plugin/Makefile
(Only the first 10 of 189 ports in this commit are shown above. )
In preparation for Qt 5 ports:
Mk/Uses/qmake.mk:
- Add support for out-of-source builds
- Add support for Qt 5 ports
- Respect WITH_DEBUG
Mk/bsd.qt.mk:
- Massive rework for Qt 5 ports
- Remove '-phonon' from global configure args, thus allow qt4-designer and
qt4-qtconfig to be built without Phonon support [1]
devel/qmake4:
- Improve mkspecs for gcc (mainly sync with linux version) and clang
(Only the first 15 lines of the commit message are shown above )
|
Sun, 13 Oct 2013
|
[ 23:15 rakuco ] 
330266 Mk/bsd.qt.mk
330266 accessibility/qt4-accessible/Makefile
330266 chinese/qt4-codecs-cn/Makefile
330266 chinese/qt4-codecs-tw/Makefile
330266 databases/qt4-ibase-plugin/Makefile
330266 databases/qt4-ibase-plugin/files/Makefile.bsd
330266 databases/qt4-mysql-plugin/Makefile
330266 databases/qt4-mysql-plugin/files/Makefile.bsd
330266 databases/qt4-odbc-plugin/Makefile
330266 databases/qt4-odbc-plugin/files/Makefile.bsd
(Only the first 10 of 88 ports in this commit are shown above. )
Update Qt to 4.8.5 and Qt Creator to 2.8.0.
Proudly brought to you by the KDE on FreeBSD team, with commits by makc@,
Schaich Alonso and yours truly.
Besides the tons of upstream fixes, we have mkspecs for GCC 4.9 and clang33
(from ports), staging support in the Makefiles and dependency fixes related
to pkg-config.
Many thanks to the people who helped test the ports using our area51
repository, and also to the people who provided patches and bug reports via
GNATS!
PR: ports/180615
ports/181921
ports/182049
|
Fri, 20 Sep 2013
|
[ 17:17 bapt ] 
327726 devel/9base/Makefile
327726 devel/ChipmunkPhysics/Makefile
327726 devel/ElectricFence/Makefile
327726 devel/ORBit/Makefile
327726 devel/ORBit2-reference/Makefile
327726 devel/ORBit2/Makefile
327726 devel/R-cran-Defaults/Makefile
327726 devel/R-cran-Hmisc/Makefile
327726 devel/R-cran-RUnit/Makefile
327726 devel/R-cran-Rcpp/Makefile
(Only the first 10 of 623 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] 
324744 accessibility/atkmm/Makefile
324744 accessibility/jovie/Makefile
324744 accessibility/kaccessible/Makefile
324744 accessibility/kmag/Makefile
324744 accessibility/kmousetool/Makefile
324744 accessibility/kmouth/Makefile
324744 accessibility/qt4-accessible/Makefile
324744 accessibility/speech-dispatcher/Makefile
324744 archivers/ark/Makefile
324744 archivers/bicom/Makefile
(Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Mon, 29 Apr 2013
|
[ 08:57 bapt ] 
316786 Mk/bsd.gecko.mk
316786 Mk/bsd.port.mk
316786 accessibility/qt4-accessible/Makefile
316786 astro/wmmoonclock/Makefile
316786 astro/wmspaceweather/Makefile
316786 audio/timidity++/Makefile
316786 cad/verilog-mode.el/Makefile
316786 chinese/qt4-codecs-cn/Makefile
316786 chinese/qt4-codecs-tw/Makefile
316786 databases/p5-GDBM/Makefile
(Only the first 10 of 157 ports in this commit are shown above. )
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
|
Tue, 23 Apr 2013
|
[ 10:13 bapt ] 
316333 devel/ORBit2/Makefile
316333 devel/ace/Makefile
316333 devel/allegro-devel/Makefile
316333 devel/avro-c/Makefile
316333 devel/bufferpool/Makefile
316333 devel/clanlib/Makefile
316333 devel/clanlib1/Makefile
316333 devel/clanlib22/Makefile
316333 devel/codeblocks/Makefile
316333 devel/compiz-bcop/Makefile
(Only the first 10 of 97 ports in this commit are shown above. )
Convert devel to USES=pkgconfig
|
Wed, 13 Mar 2013
|
[ 16:34 makc ] 
314095 devel/qt4-qt3support/Makefile
314095 www/qt4-webkit/Makefile
Add build dependence on pkgconfig to make sure glib is properly detected.
|
Sun, 3 Feb 2013
|
[ 17:21 makc ] 
311473 Mk/bsd.qt.mk
311473 accessibility/qt4-accessible/Makefile
311473 chinese/qt4-codecs-cn/Makefile
311473 chinese/qt4-codecs-tw/Makefile
311473 databases/qt4-ibase-plugin/Makefile
311473 databases/qt4-mysql-plugin/Makefile
311473 databases/qt4-odbc-plugin/Makefile
311473 databases/qt4-pgsql-plugin/Makefile
311473 databases/qt4-sql/Makefile
311473 databases/qt4-sqlite-plugin/Makefile
(Only the first 10 of 86 ports in this commit are shown above. )
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 )
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ]
1.15 accessibility/jovie/Makefile
1.53 accessibility/kaccessible/Makefile
1.53 accessibility/kmag/Makefile
1.53 accessibility/kmousetool/Makefile
1.53 accessibility/kmouth/Makefile
1.23 accessibility/qt4-accessible/Makefile
1.161 archivers/ark/Makefile
1.36 astro/gpsd/Makefile
1.46 astro/josm/Makefile
1.14 astro/kstars/Makefile
(Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Sat, 2 Jun 2012
|
[ 00:08 rakuco ]
1.33 Mk/bsd.qt.mk
1.22 accessibility/qt4-accessible/Makefile
1.24 devel/qmake4/Makefile
1.2 devel/qmake4/files/patch-qt4-before-ports-in-mkspecs.diff
1.16 devel/qmake4/pkg-plist
1.10 devel/qt4-assistant-adp/Makefile
1.26 devel/qt4-assistant/Makefile
1.3 devel/qt4-declarative/Makefile
1.28 devel/qt4-designer/Makefile
1.10 devel/qt4-help-tools/Makefile
(Only the first 10 of 43 ports in this commit are shown above. )
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.
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ]
1.59 Mk/bsd.gecko.mk
1.1246 UPDATING
1.18 accessibility/accerciser/Makefile
1.12 accessibility/at-poke/Makefile
1.77 accessibility/at-spi/Makefile
1.5 accessibility/at-spi2-atk/Makefile
1.54 accessibility/dasher/Makefile
1.60 accessibility/gnome-mag/Makefile
1.45 accessibility/gnopernicus/Makefile
1.51 accessibility/gok/Makefile
(Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Sat, 7 May 2011
|
[ 09:09 avilla ]
1.24 Mk/bsd.qt.mk
1.23 devel/qt4-qt3support/Makefile
1.7 devel/qt4/distinfo
1.20 misc/qt4-qtconfig/Makefile
1.9 multimedia/qt4-phonon-gst/Makefile
1.10 multimedia/qt4-phonon/Makefile
1.19 net/qt4-network/Makefile
1.2 net/qt4-network/files/patch-qsslcertificate
1.2 net/qt4-network/files/patch-qsslsocket
- Update Qt to 4.7.3.
Submitted by: Raphael Kubo da Costa <kubito@gmail.com> via area51
|
Thu, 2 Dec 2010
|
[ 19:47 makc ]
1.20 Mk/bsd.qt.mk
1.20 accessibility/qt4-accessible/Makefile
1.14 chinese/qt4-codecs-cn/Makefile
1.15 chinese/qt4-codecs-tw/Makefile
1.11 databases/py-qt4-sql/distinfo
1.16 databases/qt4-ibase-plugin/Makefile
1.14 databases/qt4-mysql-plugin/Makefile
1.16 databases/qt4-odbc-plugin/Makefile
1.14 databases/qt4-pgsql-plugin/Makefile
1.18 databases/qt4-sql/Makefile
(Only the first 10 of 146 ports in this commit are shown above. )
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.
|
Fri, 15 Oct 2010
|
[ 20:54 kmoore ]
1.19 accessibility/qt4-accessible/Makefile
1.13 chinese/qt4-codecs-cn/Makefile
1.14 chinese/qt4-codecs-tw/Makefile
1.17 databases/qt4-sql/Makefile
1.22 devel/dbus-qt4/Makefile
1.19 devel/qsa/Makefile
1.7 devel/qt4-assistant-adp/Makefile
1.21 devel/qt4-assistant/Makefile
1.23 devel/qt4-corelib/Makefile
1.23 devel/qt4-designer/Makefile
(Only the first 10 of 48 ports in this commit are shown above. )
Improve handing of LD_LIBRARY_PATH when doing non-standard LOCALBASE builds.
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ]
1.20 Mk/bsd.gecko.mk
1.12 accessibility/accerciser/Makefile
1.10 accessibility/at-poke/Makefile
1.72 accessibility/at-spi/Makefile
1.51 accessibility/dasher/Makefile
1.54 accessibility/gnome-mag/Makefile
1.42 accessibility/gnopernicus/Makefile
1.46 accessibility/gok/Makefile
1.11 accessibility/java-access-bridge/Makefile
1.32 accessibility/kdeaccessibility/Makefile
(Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Thu, 21 Jan 2010
|
[ 21:13 makc ]
1.16 Mk/bsd.qt.mk
1.16 accessibility/qt4-accessible/Makefile
1.2 accessibility/qt4-accessible/pkg-descr
1.4 accessibility/qt4-accessible/pkg-plist
1.12 chinese/qt4-codecs-cn/Makefile
1.2 chinese/qt4-codecs-cn/pkg-descr
1.6 chinese/qt4-codecs-cn/pkg-plist
1.13 chinese/qt4-codecs-tw/Makefile
1.2 chinese/qt4-codecs-tw/pkg-descr
1.6 chinese/qt4-codecs-tw/pkg-plist
(Only the first 10 of 162 ports in this commit are shown above. )
The FreeBSD KDE team is pleased to announce Qt-4.6.1 for FreeBSD.
|
Thu, 26 Nov 2009
|
[ 23:24 miwi ]
1.15 Mk/bsd.qt.mk
1.15 accessibility/qt4-accessible/Makefile
1.9 accessibility/qt4-accessible/distinfo
1.11 chinese/qt4-codecs-cn/Makefile
1.9 chinese/qt4-codecs-cn/distinfo
1.12 chinese/qt4-codecs-tw/Makefile
1.9 chinese/qt4-codecs-tw/distinfo
1.13 databases/qt4-ibase-plugin/Makefile
1.9 databases/qt4-ibase-plugin/distinfo
1.12 databases/qt4-mysql-plugin/Makefile
(Only the first 10 of 137 ports in this commit are shown above. )
- 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)
|
Tue, 4 Aug 2009
|
[ 20:04 miwi ]
1.13 Mk/bsd.qt.mk
1.13 accessibility/qt4-accessible/Makefile
1.8 accessibility/qt4-accessible/distinfo
1.10 chinese/qt4-codecs-cn/Makefile
1.8 chinese/qt4-codecs-cn/distinfo
1.11 chinese/qt4-codecs-tw/Makefile
1.8 chinese/qt4-codecs-tw/distinfo
1.12 databases/qt4-ibase-plugin/Makefile
1.8 databases/qt4-ibase-plugin/distinfo
1.5 databases/qt4-ibase-plugin/files/Makefile.bsd
(Only the first 10 of 157 ports in this commit are shown above. )
- 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)
|
Mon, 4 Aug 2008
|
[ 23:30 miwi ]
1.9 Mk/bsd.qt.mk
1.12 accessibility/qt4-accessible/Makefile
1.6 accessibility/qt4-accessible/distinfo
1.9 chinese/qt4-codecs-cn/Makefile
1.6 chinese/qt4-codecs-cn/distinfo
1.5 chinese/qt4-codecs-cn/pkg-plist
1.10 chinese/qt4-codecs-tw/Makefile
1.6 chinese/qt4-codecs-tw/distinfo
1.5 chinese/qt4-codecs-tw/pkg-plist
1.11 databases/qt4-ibase-plugin/Makefile
(Only the first 10 of 151 ports in this commit are shown above. )
- 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
|
Fri, 6 Jun 2008
|
[ 13:21 edwin ]
1.85 devel/ORBit/Makefile
1.134 devel/ORBit2/Makefile
1.6 devel/acovea-gtk/Makefile
1.13 devel/aegis/Makefile
1.13 devel/agide/Makefile
1.7 devel/alabastra/Makefile
1.64 devel/anjuta/Makefile
1.15 devel/antlr/Makefile
1.9 devel/antlrworks/Makefile
1.48 devel/apache-ant/Makefile
(Only the first 10 of 367 ports in this commit are shown above. )
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)
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ]
1.3 Mk/bsd.efl.mk
1.46 Mk/bsd.gnustep.mk
1.76 Mk/bsd.kde.mk
1.2 Mk/bsd.ocaml.mk
1.10 Mk/bsd.scons.mk
1.13 Mk/bsd.wx.mk
1.7 Mk/bsd.xorg.mk
1.64 accessibility/at-spi/Makefile
1.43 accessibility/dasher/Makefile
1.65 accessibility/gail/Makefile
(Only the first 10 of 2842 ports in this commit are shown above. )
- 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)
|
Thu, 13 Mar 2008
|
[ 17:57 lofi ]
1.8 Mk/bsd.qt.mk
1.10 accessibility/qt4-accessible/Makefile
1.5 accessibility/qt4-accessible/distinfo
1.8 chinese/qt4-codecs-cn/Makefile
1.5 chinese/qt4-codecs-cn/distinfo
1.4 chinese/qt4-codecs-cn/pkg-plist
1.9 chinese/qt4-codecs-tw/Makefile
1.5 chinese/qt4-codecs-tw/distinfo
1.4 chinese/qt4-codecs-tw/pkg-plist
1.9 databases/qt4-ibase-plugin/Makefile
(Only the first 10 of 121 ports in this commit are shown above. )
Update to Qt 4.3.4
|
Sun, 2 Sep 2007
|
[ 06:23 lofi ]
1.7 Mk/bsd.qt.mk
1.9 accessibility/qt4-accessible/Makefile
1.4 accessibility/qt4-accessible/distinfo
1.3 accessibility/qt4-accessible/pkg-plist
1.7 chinese/qt4-codecs-cn/Makefile
1.4 chinese/qt4-codecs-cn/distinfo
1.3 chinese/qt4-codecs-cn/pkg-plist
1.8 chinese/qt4-codecs-tw/Makefile
1.4 chinese/qt4-codecs-tw/distinfo
1.3 chinese/qt4-codecs-tw/pkg-plist
(Only the first 10 of 110 ports in this commit are shown above. )
Update to Qt 4.3.1.
|
Thu, 2 Aug 2007
|
[ 22:37 lofi ]
1.3 Mk/bsd.qt.mk
1.8 accessibility/qt4-accessible/Makefile
1.2 accessibility/qt4-accessible/pkg-plist
1.6 chinese/qt4-codecs-cn/Makefile
1.2 chinese/qt4-codecs-cn/pkg-plist
1.7 chinese/qt4-codecs-tw/Makefile
1.2 chinese/qt4-codecs-tw/pkg-plist
1.8 databases/qt4-ibase-plugin/Makefile
1.7 databases/qt4-mysql-plugin/Makefile
1.7 databases/qt4-odbc-plugin/Makefile
(Only the first 10 of 82 ports in this commit are shown above. )
- 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>
|
Mon, 30 Jul 2007
|
[ 21:53 lofi ]
1.10 devel/qt4-assistant/Makefile
1.1 devel/qt4-assistant/files/patch-0185-fix-format-strings.diff
1.11 devel/qt4-corelib/Makefile
1.1 devel/qt4-corelib/files/patch-0185-fix-format-strings.diff
1.11 devel/qt4-designer/Makefile
1.1 devel/qt4-designer/files/patch-0185-fix-format-strings.diff
1.9 devel/qt4-linguist/Makefile
1.1 devel/qt4-linguist/files/patch-0185-fix-format-strings.diff
1.10 devel/qt4-qt3support/Makefile
1.1 devel/qt4-qt3support/files/patch-0185-fix-format-strings.diff
(Only the first 10 of 16 ports in this commit are shown above. )
Fix various format string vulnerabilities in Qt3 and Qt4.
Security:
http://trolltech.com/company/newsroom/announcements/press.2007-07-27.750375
Security: CVE-2007-3388
|
Mon, 16 Jul 2007
|
[ 10:12 lofi ]
1.74 Mk/bsd.kde.mk
1.575 Mk/bsd.port.mk
1.1 Mk/bsd.qt.mk
1.7 accessibility/qt4-accessible/Makefile
1.3 accessibility/qt4-accessible/distinfo
1.5 chinese/qt4-codecs-cn/Makefile
1.3 chinese/qt4-codecs-cn/distinfo
1.6 chinese/qt4-codecs-tw/Makefile
1.3 chinese/qt4-codecs-tw/distinfo
1.6 databases/qt4-ibase-plugin/Makefile
(Only the first 10 of 125 ports in this commit are shown above. )
Update to Qt 4.3.0, introduce bsd.qt.mk.
Approved by: portmgr (bsd.port.mk changes)
|
Fri, 1 Jun 2007
|
[ 20:39 lofi ]
1.8 devel/qt4-qt3support/Makefile
Prevent qmake from running again here as well.
|
Sat, 19 May 2007
|
[ 20:32 flz ]
1.1364 MOVED
1.566 Mk/bsd.port.mk
1.1 Mk/bsd.xorg.mk
1.1 Tools/scripts/mergebase.sh
1.502 UPDATING
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.29 accessibility/at-spi/pkg-plist
1.51 accessibility/atk/Makefile
1.27 accessibility/atk/pkg-plist
(Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Tue, 1 May 2007
|
[ 15:14 lofi ]
1.6 databases/qt4-sql/Makefile
1.7 devel/dbus-qt4/Makefile
1.8 devel/qt4-corelib/Makefile
1.6 devel/qt4-designer/Makefile
1.6 devel/qt4-qt3support/Makefile
1.6 devel/qt4-qtestlib/Makefile
1.8 graphics/qt4-svg/Makefile
1.6 net/qt4-network/Makefile
1.6 textproc/qt4-xml/Makefile
1.6 x11-toolkits/qt4-gui/Makefile
(Only the first 10 of 11 ports in this commit are shown above. )
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>
|
Thu, 19 Apr 2007
|
[ 17:08 lofi ]
1.72 Mk/bsd.kde.mk
1.5 accessibility/qt4-accessible/Makefile
1.4 chinese/qt4-codecs-cn/Makefile
1.4 chinese/qt4-codecs-tw/Makefile
1.5 databases/qt4-sql/Makefile
1.6 devel/dbus-qt4/Makefile
1.5 devel/qmake4/Makefile
1.7 devel/qt4-assistant/Makefile
1.2 devel/qt4-assistant/pkg-plist
1.7 devel/qt4-corelib/Makefile
(Only the first 10 of 39 ports in this commit are shown above. )
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.
|
Sun, 25 Mar 2007
|
[ 04:08 lofi ]
1.70 Mk/bsd.kde.mk
1.4 accessibility/qt4-accessible/Makefile
1.2 accessibility/qt4-accessible/distinfo
1.3 chinese/qt4-codecs-cn/Makefile
1.2 chinese/qt4-codecs-cn/distinfo
1.3 chinese/qt4-codecs-tw/Makefile
1.2 chinese/qt4-codecs-tw/distinfo
1.3 databases/qt4-ibase-plugin/Makefile
1.2 databases/qt4-ibase-plugin/distinfo
1.3 databases/qt4-mysql-plugin/Makefile
(Only the first 10 of 100 ports in this commit are shown above. )
Update to 4.2.3
|
Tue, 6 Feb 2007
|
[ 12:49 lofi ]
1.3 accessibility/qt4-accessible/Makefile
1.2 chinese/qt4-codecs-cn/Makefile
1.2 chinese/qt4-codecs-tw/Makefile
1.2 databases/qt4-ibase-plugin/Makefile
1.2 databases/qt4-mysql-plugin/Makefile
1.2 databases/qt4-odbc-plugin/Makefile
1.2 databases/qt4-pgsql-plugin/Makefile
1.2 databases/qt4-sql/Makefile
1.2 databases/qt4-sqlite-plugin/Makefile
1.2 databases/qt4-sqlite3-plugin/Makefile
(Only the first 10 of 43 ports in this commit are shown above. )
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
|
[ 10:37 lofi ]
1.1280 MOVED
1.66 Mk/bsd.kde.mk
1.2 accessibility/qt4-accessible/Makefile
1.246 chinese/Makefile
1.1 chinese/qt4-codecs-tw/Makefile
1.1 chinese/qt4-codecs-tw/distinfo
1.1 chinese/qt4-codecs-tw/pkg-descr
1.1 chinese/qt4-codecs-tw/pkg-plist
1.2 devel/dbus-qt4/Makefile
1.2 devel/qt4-assistant/Makefile
(Only the first 10 of 32 ports in this commit are shown above. )
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
|
Mon, 5 Feb 2007
|
[ 20:56 lofi ]
1.65 Mk/bsd.kde.mk
1.411 Mk/bsd.sites.mk
1.15 accessibility/Makefile
1.1 accessibility/qt4-accessible/Makefile
1.1 accessibility/qt4-accessible/distinfo
1.1 accessibility/qt4-accessible/pkg-descr
1.1 accessibility/qt4-accessible/pkg-plist
1.245 chinese/Makefile
1.1 chinese/qt4-codecs-cn/Makefile
1.1 chinese/qt4-codecs-cn/distinfo
(Only the first 10 of 187 ports in this commit are shown above. )
Add qt4, a multiplatform C++ application framework
|
Number of commits found XX: 40 |