non port: devel/qt4-libqtassistantclient/Makefile |
SVNWeb
|
Number of commits found XX: 32 |
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
|
Thu, 14 May 2015
|
[ 10:15 mat ] 
386312 Mk/bsd.sites.mk
386312 accessibility/py-atspi/Makefile
386312 accessibility/py3-atspi/Makefile
386312 archivers/dpkg/Makefile
386312 archivers/fastjar/Makefile
386312 archivers/gcpio/Makefile
386312 archivers/lbrate/Makefile
386312 archivers/lha-ac/Makefile
386312 archivers/macutils/Makefile
386312 archivers/mscompress/Makefile
(Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
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)
|
Fri, 21 Jun 2013
|
[ 17:24 rakuco ] 
321482 Mk/bsd.qt.mk
321482 Mk/bsd.sites.mk
321482 databases/qt-odbc-plugin/Makefile
321482 databases/qt-pgsql-plugin/Makefile
321482 databases/qt-sqlite-plugin/Makefile
321482 devel/qmake/Makefile
321482 devel/qt4-assistant-adp/Makefile
321482 devel/qt4-libqtassistantclient/Makefile
321482 devel/qtcreator/Makefile
321482 x11-toolkits/qt33/Makefile
Update MASTER_SITE_QT.
download.qt-project.org is a CDN and should redirect to the closest mirror
anyway, but a few more mirrors have been added just in case.
|
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
|
[ 14:32 rakuco ]
1.11 devel/qt4-assistant-adp/Makefile
1.21 devel/qt4-libqtassistantclient/Makefile
Restore PORTREVISION.
The Qt 4.8.2 update was not supposed to remove PORTREVISION from these
ports, as they are not really part of the update.
|
[ 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
|
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.
|
Tue, 11 May 2010
|
[ 10:09 fluffy ]
1.17 Mk/bsd.qt.mk
1.18 accessibility/qt4-accessible/Makefile
1.21 devel/dbus-qt4/Makefile
1.9 devel/qmake4/pkg-plist
1.6 devel/qt4-assistant-adp/Makefile
1.20 devel/qt4-assistant/Makefile
1.22 devel/qt4-designer/Makefile
1.6 devel/qt4-help-tools/Makefile
1.7 devel/qt4-help/Makefile
1.16 devel/qt4-libqtassistantclient/Makefile
(Only the first 10 of 35 ports in this commit are shown above. )
- The FreeBSD KDE team is pleased to announce Qt-4.6.2 for FreeBSD
With hat on: kde@
|
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)
|
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
|
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, 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)
|
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}.
|
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: 32 |