notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/qt4-corelib/Makefile
SVNWeb

Number of commits found: 68

Sun, 2 Dec 2018
[ 15:41 rene search for other commits by this committer ] Original commit   Revision:486467 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
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
Tue, 23 Oct 2018
[ 11:35 jbeich search for other commits by this committer ] Original commit   Revision:482830 (Only the first 10 of 123 ports in this commit are shown above. View all ports for this commit)
devel/icu: update to 63.1

Changes:	http://site.icu-project.org/download/63
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		232300
Exp-run by:	antoine
Fri, 29 Jun 2018
[ 14:22 jbeich search for other commits by this committer ] Original commit   Revision:473551 (Only the first 10 of 123 ports in this commit are shown above. View all ports for this commit)
devel/icu: update to 62.1

Changes:	http://site.icu-project.org/download/62
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		229359
Exp-run by:	antoine (only 10.4)
Thu, 28 Jun 2018
[ 17:39 tcberner search for other commits by this committer ] Original commit   Revision:473503 (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
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
Fri, 6 Apr 2018
[ 15:53 jbeich search for other commits by this committer ] Original commit   Revision:466648 (Only the first 10 of 117 ports in this commit are shown above. View all ports for this commit)
devel/icu: update to 61.1

Changes:	http://site.icu-project.org/download/61
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		227042
Exp-run by:	antoine
MFH:		2018Q2 (required by Firefox 61)
Fri, 19 Jan 2018
[ 22:35 adridg search for other commits by this committer ] Original commit   Revision:459478
Fix Qt4 atomics on aarch64. Add a patch from Fedora (similar changes in
Arch and Debian) that implements the atomics; removes the use of generic
atomics on aarch64. This allows textproc/qt4-dbus to build.

PR:		223988
Reported by:	linimon
Approved by:	tcberner (mentor)
Obtained from:	Fedora (url is in patch)
Differential Revision:	https://reviews.freebsd.org/D13935
Thu, 9 Nov 2017
[ 02:31 jbeich search for other commits by this committer ] Original commit   Revision:453790 (Only the first 10 of 109 ports in this commit are shown above. View all ports for this commit)
devel/icu: update to 60.1

Changes:	http://site.icu-project.org/download/60
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		223373
Exp-run by:	antoine
Mon, 25 Sep 2017
[ 00:02 jbeich search for other commits by this committer ] Original commit   Revision:450556 (Only the first 10 of 111 ports in this commit are shown above. View all ports for this commit)
devel/icu: update to 59.1

- Temporarily keep C++98 working in consumers for Clang's default -std=

Changes:	http://site.icu-project.org/download/59
PR:		218788
Submitted by:	takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by:	antoine
Tue, 6 Jun 2017
[ 05:00 tcberner search for other commits by this committer ] Original commit   Revision:442740 (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:434380 (Only the first 10 of 220 ports in this commit are shown above. View all ports for this commit)
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
Sat, 19 Nov 2016
[ 18:21 jbeich search for other commits by this committer ] Original commit   Revision:426525 (Only the first 10 of 85 ports in this commit are shown above. View all ports for this commit)
devel/icu: update to 58.1

Changes:	http://site.icu-project.org/download/58
PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)
Sat, 24 Sep 2016
[ 11:06 tijl search for other commits by this committer ] Original commit   Revision:422711 (Only the first 10 of 110 ports in this commit are shown above. View all ports for this commit)
- Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Wed, 6 Jul 2016
[ 22:10 mat search for other commits by this committer ] Original commit   Revision:418153 (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for the icu revert.

This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.

PR:		205120
With hat:	portmgr
Sponsored by:	Absolight
[ 07:34 gahr search for other commits by this committer ] Original commit   Revision:418119 (Only the first 10 of 64 ports in this commit are shown above. View all ports for this commit)
devel/icu: bump PORTREVISION on dependent ports
Thu, 26 May 2016
[ 03:38 pi search for other commits by this committer ] Original commit   Revision:415873 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Many KDE i10n ports: Patch updates CURDIR

This patch replaces a bunch of ${CURDIR}/../../ by ${CURDIR:H:H};
the latter is considered proper contemporary usage by kde@ . The
patch is independent of other KDE4 infrastructure changes.

PR:		209303
Submitted by:	Adriaan de Groot <groot@kde.org>, rakuco, T.C.Berner
<tcberner@gmail.com> (kde)
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 14 Feb 2016
[ 13:21 rakuco search for other commits by this committer ] Original commit   Revision:408855
Use the right macro name when checking whether libc++ is being used.

This fixes a copy-paste error introduced in r397043 ("Update the Qt4 ports to
4.8.7"): libc++ defines _LIBCPP_VERSION, not _LIBCPP_VER (which is defined by a
Dinkumware-based standard library used by QNX). In practice, this meant
Q_COMPILER_INITIALIZER_LISTS was never being enabled with clang.

Submitted by:	Tobias Berner <tcberner@gmail.com>
Sun, 29 Nov 2015
[ 18:08 rakuco search for other commits by this committer ] Original commit   Revision:402613
Make devel/qt4's clang+base libstdc++ patch work without changes to
x11/kdelibs4.

Unconditionally including ciso646 in qglobal.h to check for libc++ makes
including qglobal.h from C programs fail.

qglobal.h is not supposed to be used in C programs, but kdelibs4's
FindQt.cmake ends up calling CHECK_SYMBOL_EXISTS() instead of
CHECK_CXX_SYMBOL_EXISTS() to check if some macros are defined. Since
kdelibs4 is in maintenance mode, our changes to it can be avoided if we just
check for __cplusplus before including ciso646 (<initializer_list> is not
available in C anyway).
Wed, 16 Sep 2015
[ 08:55 rakuco search for other commits by this committer ] Original commit   Revision:397043 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 23 Apr 2015
[ 21:26 bapt search for other commits by this committer ] Original commit   Revision:384614 (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
Update icu to 55.1
Wed, 15 Apr 2015
[ 08:20 tijl search for other commits by this committer ] Original commit   Revision:384038 (Only the first 10 of 152 ports in this commit are shown above. View all ports for this commit)
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
  http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
  defined because the base system iconv supports these extensions too.

Add/remove patches to/from ports to call iconv with non-const arguments.

This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier.  Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.

This exposed some ports that link with libiconv when it is available instead
of using libc iconv.  In these cases one of the following changes has been
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 25 Jul 2014
[ 22:24 rakuco search for other commits by this committer ] Original commit   Revision:362938
Update the patch introduced in r362770.

Change a preprocessor line with no directive to a normal line with a
comment. While most preprocessors work fine with a line like

  # /* no directive in this line */

devel/smokegen's fails, and breaks devel/smokeqt.

PR:		192095
Thu, 24 Jul 2014
[ 08:37 rakuco search for other commits by this committer ] Original commit   Revision:362770
Backport my patch to make Qt correctly detect clang's support for C++11
features.

So far, Qt4 was basing its check for compiler support for C++11 features
(auto types, lambdas, rvalue references and others) on the values of
__GNUC__ and __GNUC_MINOR__. This works for GCC, but not for clang, whose
__GNUC_MINOR__ is stuck at 2. In practice, this meant Qt programs built
using clang were never able to use C++11 features which are conditionally
available in classes such as QList. This patch makes the detection more in
line with what Qt5 does (checks for GCC and clang are in separate sections
and are done differently).

I couldn't find cases of this negatively affecting any port so far, but it
is useful to have -- Akonadi's unit tests require C++11 support in Qt, for
example.

Only qt4-corelibs's PORTREVISION was bumped to make the new qglobal.h be
installed. Checks for these C++11 features are only present in headers of
other Qt4 ports, so there's no need to rebuild them.
Sat, 19 Jul 2014
[ 11:09 tijl search for other commits by this committer ] Original commit   Revision:362251 (Only the first 10 of 93 ports in this commit are shown above. View all ports for this commit)
Remove libtool .la files from all Qt ports

Approvedy by:	kde (makc)
Mon, 5 May 2014
[ 20:47 rakuco search for other commits by this committer ] Original commit   Revision:353040 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
The KDE on FreeBSD team presents Qt 4.8.6.

This is a minor bugfix release that fortunately contains quite a few patches
that we have upstreamed in the past months.

See http://blog.qt.digia.com/blog/2014/04/24/qt-4-8-6-released/ for a
summary of changes, and
http://download.qt-project.org/official_releases/qt/4.8/4.8.6/changes-4.8.6
for a detailed list of changes.

This patch contains commits by me, makc@ and Schaich Alonso.

PR:		ports/189213
Sun, 23 Mar 2014
[ 19:58 tijl search for other commits by this committer ] Original commit   Revision:348886
- Make Qt4 and Qt5 respect CXXFLAGS during configure so they pick up
  -DLIBICONV_PLUG from USES=iconv and always use libc iconv when it is
  available.
- Remove the iconv dependency from Qt5.  It uses icu instead.

PR:		ports/186707
Approved by:	kde (makc)
Fri, 7 Feb 2014
[ 11:44 bapt search for other commits by this committer ] Original commit   Revision:343214 (Only the first 10 of 229 ports in this commit are shown above. View all ports for this commit)
Chase boost and icu bump
While here convert some LIB_DEPENDS
Mon, 6 Jan 2014
[ 16:16 makc search for other commits by this committer ] Original commit   Revision:338902 (Only the first 10 of 189 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sun, 13 Oct 2013
[ 23:15 rakuco search for other commits by this committer ] Original commit   Revision:330266 (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:327726 (Only the first 10 of 623 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Mon, 9 Sep 2013
[ 01:01 rakuco search for other commits by this committer ] Original commit   Revision:326778
Add an upstream commit to fix libc++-related issues.

This should fix the build of unit tests in x11/kdelibs4 with clang and
libc++, as reported in [1]. Bump PORTREVISION, as this changes an installed
header.

[1] http://lists.freebsd.org/pipermail/freebsd-ports/2013-September/085821.html
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Wed, 31 Jul 2013
[ 11:57 kwm search for other commits by this committer ] Original commit   Revision:324037 (Only the first 10 of 149 ports in this commit are shown above. View all ports for this commit)
The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.

This update updates Glib20 to 2.36 and Gtk+ 3.8

* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
  It is replaced by a GIO kqueue implementation developed as part of a NetBSD
  GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
  pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
  prevent creation of /  root/.cache dir. Defaults to build & run depend,
  but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
  pangox support which was removed from the pango port. Add it to ports still
  using pangox API.

Exp-run by:	bapt@
PR:		ports/178958 [1]
Submitted by:	emaste@ [1]
Tue, 9 Jul 2013
[ 22:15 rakuco search for other commits by this committer ] Original commit   Revision:322590
Add upstream commit that fixes a plasma-desktop crash in x11/kde4-workspace.

The upstream bug report can be found in [1], the commit itself is in [2].

[1] https://bugreports.qt-project.org/browse/QTBUG-29082
[2]
http://qt.gitorious.org/qt/qtbase/commit/f0221d359499f675115da1f47dd3669a4383653d

Submitted by:	avg
Sat, 11 May 2013
[ 17:31 rakuco search for other commits by this committer ] Original commit   Revision:317896
Import my upstream commit to fix the detection of 3dNOW! support.

The patch was originally written by dim@ and fixes the way Qt includes the
<mm3dnow.h> header. See the upstream commits' message for more information.

Practically speaking, this should make the Qt ports build with clang on i386
again, and allows us to revert commits r316233, r316348 and r316341: miwi
was very laconic in his commit messages, but the changes all point to the
issue being fixed here.

Submitted by:	dim
Mon, 29 Apr 2013
[ 08:57 bapt search for other commits by this committer ] Original commit   Revision:316786 (Only the first 10 of 157 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:316333 (Only the first 10 of 97 ports in this commit are shown above. View all ports for this commit)
Convert devel to USES=pkgconfig
Mon, 22 Apr 2013
[ 15:03 miwi search for other commits by this committer ] Original commit   Revision:316233
- Make qt4 compile under FreeBSD 10

Approved by:	makc @#kde-freebsd/freenode
Fri, 8 Mar 2013
[ 10:51 kwm search for other commits by this committer ] Original commit   Revision:313633 (Only the first 10 of 417 ports in this commit are shown above. View all ports for this commit)
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
Wed, 27 Feb 2013
[ 12:25 makc search for other commits by this committer ] Original commit   Revision:313048
- Explicitly disable features if they are not set in QT4_OPTIONS [1]
- Prevent QT_NO_WEBKIT from creeping into qconfig.h
- Make clear that CUPS support is enabled by default

Reported by:	avg [1]
Sun, 3 Feb 2013
[ 17:21 makc search for other commits by this committer ] Original commit   Revision:311473 (Only the first 10 of 86 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 9 Jan 2013
[ 13:53 avilla search for other commits by this committer ] Original commit   Revision:310145
- Add dependency on devel/icu.
- Bump PORTREVISION.

Reported by:	Alexander Kabaev <kabaev@gmail.com> via mailing list
Wed, 6 Jun 2012
[ 06:44 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 587 ports in this commit are shown above. View all ports for this commit)
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Fri, 25 Mar 2011
[ 09:54 avilla search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
- Update Qt to 4.7.2.
- Backport QSslCertificate patch.
Thu, 2 Dec 2010
[ 19:47 makc search for other commits by this committer ] Original commit  (Only the first 10 of 146 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit  (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
Improve handing of LD_LIBRARY_PATH when doing non-standard LOCALBASE builds.
Tue, 5 Oct 2010
[ 17:31 makc search for other commits by this committer ] Original commit 
Add tijl@ patch, which fixes some problems in QFileSystemWatcher:
see http://qt.gitorious.org/qt/qt/merge_requests/2425 for details.
Thu, 21 Jan 2010
[ 21:13 makc search for other commits by this committer ] Original commit  (Only the first 10 of 162 ports in this commit are shown above. View all ports for this commit)
The FreeBSD KDE team is pleased to announce Qt-4.6.1 for FreeBSD.
Thu, 26 Nov 2009
[ 23:24 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 137 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 157 ports in this commit are shown above. View all ports for this commit)
- 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)
Tue, 13 Jan 2009
[ 20:34 makc search for other commits by this committer ] Original commit  (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 5 Aug 2008
[ 00:46 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Update qt 4.4.1
Fri, 6 Jun 2008
[ 13:21 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 367 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit  (Only the first 10 of 121 ports in this commit are shown above. View all ports for this commit)
Update to Qt 4.3.4
Tue, 18 Sep 2007
[ 08:19 lofi search for other commits by this committer ] Original commit 
Fix potential vulnerability from an off-by-one error in the QUtf8Decoder
class.

Security: CVS-2007-4137
Sun, 2 Sep 2007
[ 06:23 lofi search for other commits by this committer ] Original commit  (Only the first 10 of 110 ports in this commit are shown above. View all ports for this commit)
Update to Qt 4.3.1.
Thu, 2 Aug 2007
[ 22:37 lofi search for other commits by this committer ] Original commit  (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit  (Only the first 10 of 125 ports in this commit are shown above. View all ports for this commit)
Update to Qt 4.3.0, introduce bsd.qt.mk.

Approved by: portmgr (bsd.port.mk changes)
Mon, 2 Jul 2007
[ 13:46 lofi search for other commits by this committer ] Original commit 
Try and not leave an empty share/qt4 behind if a port that just uses
USE_QT_VER=4 gets built on pointyhat.
Tue, 1 May 2007
[ 15:14 lofi search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit  (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
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.
Fri, 30 Mar 2007
[ 18:15 lofi search for other commits by this committer ] Original commit 
Fix handling of overlong UTF8 sequences in Qt and kdelibs, which, unpatched,
introduces XSS vulnerabilities in Konqueror and potentially affect any
Qt/KDE applications which deal with URLs or paths from untrusted locations.

Security:       CVE-2007-0242
Sun, 25 Mar 2007
[ 04:08 lofi search for other commits by this committer ] Original commit  (Only the first 10 of 100 ports in this commit are shown above. View all ports for this commit)
Update to 4.2.3
Fri, 9 Feb 2007
[ 00:13 lofi search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Install pkgconfig data into the correct location.
Tue, 6 Feb 2007
[ 12:49 lofi search for other commits by this committer ] Original commit  (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit  (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit  (Only the first 10 of 187 ports in this commit are shown above. View all ports for this commit)
Add qt4, a multiplatform C++ application framework

Number of commits found: 68