notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
qt4-opengl Qt OpenGL library
4.8.5 x11 Deleted on this many watch lists=15 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.8.5Version of this port present on the latest quarterly branch.
Maintainer: kde@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2007-02-05 20:57:27
Last Update: 2014-01-06 16:16:53
SVN Revision: 338902
People watching this port, also watch:: desktop-file-utils, xlsclients, font-misc-meltho, font-bh-lucidatypewriter-100dpi, mkfontscale
License: not specified in port
WWW:
http://qt.nokia.com/products/qt/index.html
Description:
Qt is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. Qt provides a platform-independent API to all central platform functionality: GUI, database access, networking, file handling, etc. The Qt library encapsulates the different APIs of different operating systems, providing the application programmer with a single, common API for all operating systems. The native C APIs are encapsulated in a set of well-designed, fully object-oriented C++ classes. WWW: http://qt.nokia.com/products/qt/index.html
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • qt4-opengl>0:x11/qt4-opengl
No installation instructions:
This port has been deleted.
PKGNAME: qt4-opengl
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. glproto.pc : x11/glproto
  2. dri2proto.pc : x11/dri2proto
  3. x11.pc : x11/libX11
  4. libQtCore.so : devel/qt4-corelib
  5. libQtGui.so : x11-toolkits/qt4-gui
  6. moc-qt4 : devel/qt4-moc
  7. qmake-qt4 : devel/qmake4
Runtime dependencies:
  1. x11.pc : x11/libX11
  2. libQtCore.so : devel/qt4-corelib
  3. libQtGui.so : x11-toolkits/qt4-gui
Library dependencies:
  1. libGL.so : graphics/libGL
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 8 deleted ports
  1. deskutils/google-gadgets*
  2. devel/kdebindings4-ruby-korundum*
  3. devel/kdebindings4-smoke-smokekde*
  4. devel/kdebindings4-smoke-smokeqt*
  5. devel/qt4-declarative*
  6. emulators/osmose*
  7. math/freemat-mpi*
  8. multimedia/qt4-phonon-gst*
  9. Collapse this list of deleted ports.
for Run

Deleted ports which required this port:

Expand this list of 8 deleted ports
  1. deskutils/google-gadgets*
  2. devel/kdebindings4-ruby-korundum*
  3. devel/kdebindings4-smoke-smokekde*
  4. devel/kdebindings4-smoke-smokeqt*
  5. devel/qt4-declarative*
  6. emulators/osmose*
  7. math/freemat-mpi*
  8. multimedia/qt4-phonon-gst*
  9. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (11 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/KDE/
  2. http://anychimirror101.mirrors.tds.net/pub/Qt/official_releases/qt/4.8/4.8.5/
  3. http://download.qt-project.org/official_releases/qt/4.8/4.8.5/
  4. http://ftp.jaist.ac.jp/pub/qtproject/official_releases/qt/4.8/4.8.5/
  5. http://linorg.usp.br/Qt/official_releases/qt/4.8/4.8.5/
  6. http://master.qt-project.org/official_releases/qt/4.8/4.8.5/
  7. http://mirrors.neusoft.edu.cn/qt/official_releases/qt/4.8/4.8.5/
  8. http://qtmirror.ics.com/pub/qtproject/official_releases/qt/4.8/4.8.5/
  9. http://www.las.ic.unicamp.br/pub/qtproject/official_releases/qt/4.8/4.8.5/
  10. http://www.mirrorservice.org/sites/download.qt-project.org/official_releases/qt/4.8/4.8.5/
  11. http://www.nic.funet.fi/pub/mirrors/download.qt-project.org/official_releases/qt/4.8/4.8.5/
Collapse this list.

Number of commits found: 40

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.8.5
06 Jan 2014 16:16:53
Revision:338902Original commit files touched by this commit
makc search for other commits by this committer
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)
4.8.5
13 Oct 2013 23:15:50
Revision:330266Original commit files touched by this commit
rakuco search for other commits by this committer
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
4.8.4
20 Sep 2013 23:43:20
Revision:327777Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure Refresh
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
4.8.4
15 May 2013 11:40:39
Revision:318239Original commit files touched by this commit
rakuco search for other commits by this committer
Add the patch I added to qt4-corelib in r317896 to some other Qt ports.

These ports which previously failed to build with clang-i386 use their
private copies of the qsimd_p.h header, since this private header is not
installed at all (which, in turns, makes the PORTREVISION bump in
qt4-corelib quite useless).

We thus need to add a copy of the same patch to all these ports to make sure
the qsim_p.h they use when being built is actually the one we want.

Hopefully this gets miwi happy and people on clang-i386 can build these
ports again.
4.8.4
11 May 2013 17:31:46
Revision:317896Original commit files touched by this commit
rakuco search for other commits by this committer
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
4.8.4
29 Apr 2013 08:57:13
Revision:316786Original commit files touched by this commit
bapt search for other commits by this committer
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
4.8.4
22 Apr 2013 15:03:18
Revision:316233Original commit files touched by this commit
miwi search for other commits by this committer
- Make qt4 compile under FreeBSD 10

Approved by:	makc @#kde-freebsd/freenode
4.8.4
03 Feb 2013 17:21:57
Revision:311473Original commit files touched by this commit
makc search for other commits by this committer
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)
4.8.2
18 Jul 2012 20:23:09
Original commit files touched by this commit
rakuco search for other commits by this committer
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>
4.8.2
06 Jun 2012 06:44:38
Original commit files touched by this commit
miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
4.8.2
02 Jun 2012 00:08:27
Original commit files touched by this commit Sanity Test Failure
rakuco search for other commits by this committer
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.
4.8.1_1
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
4.8.1
25 May 2012 01:44:04
Original commit files touched by this commit
makc search for other commits by this committer
KDE/FreeBSD team presents Qt 4.8.1 in ports!
4.7.1
02 Dec 2010 19:47:17
Original commit files touched by this commit
makc search for other commits by this committer
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.
4.6.3
15 Oct 2010 20:54:22
Original commit files touched by this commit
kmoore search for other commits by this committer
Improve handing of LD_LIBRARY_PATH when doing non-standard LOCALBASE builds.
4.6.2
11 May 2010 10:09:51
Original commit files touched by this commit
fluffy search for other commits by this committer
- The FreeBSD KDE team is pleased to announce Qt-4.6.2 for FreeBSD

With hat on:    kde@
4.6.1_1
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
4.6.1
21 Jan 2010 21:13:21
Original commit files touched by this commit
makc search for other commits by this committer
The FreeBSD KDE team is pleased to announce Qt-4.6.1 for FreeBSD.
4.5.3
26 Nov 2009 23:24:38
Original commit files touched by this commit
miwi search for other commits by this committer
- 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)
4.5.2
04 Aug 2009 20:04:38
Original commit files touched by this commit
miwi search for other commits by this committer
- 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)
4.4.3
13 Jan 2009 20:34:49
Original commit files touched by this commit
makc search for other commits by this committer
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)
4.4.1
05 Aug 2008 10:24:39
Original commit files touched by this commit
miwi search for other commits by this committer
- Restore USE_XORG

Reported by:    danfe
4.4.1
04 Aug 2008 23:30:39
Original commit files touched by this commit
miwi search for other commits by this committer
- 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
4.3.4_2
06 Jun 2008 14:09:15
Original commit files touched by this commit
edwin search for other commits by this committer
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)
4.3.4_1
19 Apr 2008 17:56:05
Original commit files touched by this commit Sanity Test Failure
miwi search for other commits by this committer
- 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)
4.3.4
13 Mar 2008 17:57:19
Original commit files touched by this commit
lofi search for other commits by this committer
Update to Qt 4.3.4
4.3.1
02 Sep 2007 06:23:28
Original commit files touched by this commit
lofi search for other commits by this committer
Update to Qt 4.3.1.
4.3.0
02 Aug 2007 22:37:41
Original commit files touched by this commit
lofi search for other commits by this committer
- 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>
4.3.0
16 Jul 2007 10:12:15
Original commit files touched by this commit
lofi search for other commits by this committer
Update to Qt 4.3.0, introduce bsd.qt.mk.

Approved by: portmgr (bsd.port.mk changes)
4.2.3_3
21 Jun 2007 17:26:52
Original commit files touched by this commit
lofi search for other commits by this committer
Bump PORTREVISION
4.2.3_2
21 Jun 2007 17:26:18
Original commit files touched by this commit
lofi search for other commits by this committer
Another anti-Makefile-regeneration hack
4.2.3_2
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
4.2.3_1
01 May 2007 15:14:48
Original commit files touched by this commit
lofi search for other commits by this committer
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>
4.2.3
19 Apr 2007 17:08:04
Original commit files touched by this commit
lofi search for other commits by this committer
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.
4.2.3
25 Mar 2007 04:08:03
Original commit files touched by this commit
lofi search for other commits by this committer
Update to 4.2.3
4.2.2_2
16 Mar 2007 13:29:20
Original commit files touched by this commit
lofi search for other commits by this committer
USE_GL

Noticed by: flz
4.2.2_1
06 Feb 2007 12:49:19
Original commit files touched by this commit
lofi search for other commits by this committer
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
4.2.2_1
06 Feb 2007 10:37:14
Original commit files touched by this commit
lofi search for other commits by this committer
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
4.2.2
05 Feb 2007 20:56:24
Original commit files touched by this commit
lofi search for other commits by this committer
Add qt4, a multiplatform C++ application framework

Number of commits found: 40