Port details |
- qt23 A C++ X GUI toolkit
- 2.3.1_3 x11-toolkits
=18 2.3.1_3Version of this port present on the latest quarterly branch. DEPRECATED: "QT2 is obsolete"
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2001-03-13 22:29:18
- Last Update: 2004-07-23 14:53:13
- SVN Revision: UNKNOWN
- People watching this port, also watch:: freetype2, zip
- License: not specified in port
- WWW:
- http://doc.trolltech.com/
- Description:
- Qt is a toolkit for building a GUI for X in C++. The main
documentation is in share/doc/qt2 and is also available on
the web.
WWW: http://doc.trolltech.com/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- 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:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME:
- 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. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- Library dependencies:
-
- mng.1 : graphics/libmng
- png.5 : graphics/png
- jpeg.9 : graphics/jpeg
- Xft.2 : x11-fonts/libXft
- glut.3 : graphics/libglut
- X11.6 : x11/XFree86-4-libraries
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.1_3 23 Jul 2004 14:53:13
 |
arved  |
Retire QT2. QT3 was released a few years ago and QT4 will be released soon. |
2.3.1_3 17 May 2004 09:30:46
 |
arved  |
Start the QT2 deorbit by marking all ports that depend non-optional
on qt23 DEPRECATED
Suggested by: eik |
2.3.1_3 17 Mar 2004 18:29:46
 |
trevor  |
SIZEify. |
2.3.1_3 16 Mar 2004 22:54:06
 |
marcus  |
Chase the new location of libXft. |
2.3.1_3 06 Feb 2004 13:00:39
 |
arved  |
Add NO_LATEST_LINK |
2.3.1_3 04 Feb 2004 05:10:27
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
2.3.1_2 23 Jan 2004 19:28:04
 |
will  |
No member of the kde@ team has touched anything related to Qt2 in ages, so
stop pretending to maintain these ports. |
2.3.1_2 20 Nov 2003 15:06:15
 |
trevor  |
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier |
2.3.1_2 20 Nov 2003 13:51:47
 |
trevor  |
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction. |
2.3.1_2 26 Oct 2003 22:07:39
 |
lofi  |
Make WRKSRC overridable by slave-ports. |
2.3.1_2 17 Oct 2003 06:09:39
 |
lofi  |
Declare (or resolve) conflicts for KDE and QT. |
2.3.1_2 07 Mar 2003 00:16:25
 |
ade  |
Remove pkg-comment from remaining master/slave port sets.
Approved by: portmgr (implicitly) |
2.3.1_2 18 Feb 2003 04:51:34
 |
anholt  |
Remove the renaming of Xft headers and library from the Xft (Xft2) port.
Remove installing of Xft1 from XFree86-4-libraries, and add dependencies
to the Xft port by all the ports that use it along with whatever patches are
necessary.
Approved by: portmgr (kris), marcus |
2.3.1_2 01 Dec 2002 00:54:16
 |
kris  |
Protect targets with .if target(...) ... .endif for targets that are
redefined in slave ports. Slave port maintainers need to check that
they aren't actually relying on the master port target to be executed. |
2.3.1_2 11 Sep 2002 13:33:55
 |
alane  |
Exorcise the ghost of objprelink, which was killed and buried with kde2.
This should unbreak some things, like some errors from portsdb -Uu, as well
as the port build itself. |
2.3.1_2 31 Aug 2002 02:44:07
 |
kris  |
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571 |
2.3.1_2 20 Jun 2002 21:19:34
 |
will  |
Block installation if Qt3 is already installed to prevent people from
clobbering the installations.
Submitted by: lioux |
2.3.1_2 29 Apr 2002 16:27:21
 |
knu  |
Assign PORTREVISION using `?=' instead of `=' so that slave ports can
override it.
PR: ports/34779
Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
(MAINTAINER of ja-{qt23,kde*2} ports)
Replace `cd dir && cmd' with `cd dir ; cmd' while I'm here. |
2.3.1_2 27 Apr 2002 11:39:15
 |
sobomax  |
Use correct -soname for qtgl shared library, so that libqtgl actually works.
Previously libqtgl.so.4 was libked with soname of libqt2.so.4, so that
when you link application with -lqtgl you are fine, but when you are trying
to run resulting application it dies because libqt2 (which has no GL code)
is dynamically linked instead.
Not objected by: will |
19 Feb 2002 16:51:07
    |
kevlo  |
fix Makefile, thanks to roam@ |
19 Feb 2002 03:27:50
    |
kevlo  |
Fix OSVERSION, bad me. Pointed out by will. |
19 Feb 2002 02:15:43
    |
kevlo  |
Add NO_QT_OBJPRELINK=yes, let -CURRENT installs smoothly. |
10 Feb 2002 04:25:47
    |
will  |
Remove -frerun-cse-after-loop, a vestige from the days when our compiler was
slightly broken [1]. |
29 Jan 2002 12:14:18
    |
knu  |
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
|
05 Jan 2002 03:16:03
    |
will  |
Apply objprelink patch and use it only if MACHINE_ARCH=i386 *and*
NO_QT_OBJPRELINK isn't defined. This was a little trickier than fixing the
KDE stuff, but I think this will work ok. |
01 Jan 2002 19:35:41
    |
sada  |
Enable to build this ports when you set MAKE_ENV on your shell environment. |
06 Dec 2001 03:24:00
    |
will  |
Preemptive note to keep people from asking me questions about AA support. |
04 Dec 2001 03:47:18
    |
will  |
Upgrade KDE to 2.2.2: * General: - Support for objprelink.
- Hack for autoconf 2.13/automake 1.4. Note that we can't use the
standard USE_AUTO* because they change things in work/*; KDE has its
own way of doing that. - Light cleanup of extra dirs in the PLISTs
provided by my mkplistpkg[1] script. - Speedups of both
compile and runtime through the usage of --disable-debug and
--enable-final. The latter did not work with the kdemultimedia
package, unfortunately. - Patch updates. * audio/kdemultimedia2:
- Patch to fix KSCD on FreeBSD[2]. It works very well now. *
deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link
stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes.
* devel/qt-designer: - Make this port depend almost entirely on qt23
to make it more maintainable, so I don't have to keep hacking the
patches to get them to apply. * editors/koffice, *
games/kdegames, * graphics/kdegraphics: - No specific changes. *
misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such.
- Fix breakage from hardcoding "sdl-config". * misc/kdeutils2:
- Fix problem with klaptopdaemon[4] where it didn't properly
display the battery time. This patch is untested, but applied. *
net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd
from the build. It requires some weird thing in the configure
script that I don't have time to look at. * sysutils/kdeadmin: - No
specific changes. * textproc/kdoc: - Remove bogus requirement that
kdoc requires Perl 5.6.0; it sure seems to operate fine with >=
5.005. But I'll let time tell. * www/quanta: - No specific changes
(--disable-debug support only). * x11/kde2: - No specific changes.
* x11/kdebase2: - Fix ksysguard compile by merging the files from
the HEAD branch of KDE CVS that were missing at release time for
FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7].
- Add libxslt dependency since it was removed from kdelibs. - Fix
libxml compile problems[8] (accomplished by upgrading). - Remove
libkformula from port Makefile; this library has been spun off into
koffice. - Fix mode problems with DCOP[9]. This allows you to save
files properly. It also seems to be a FreeBSD specific problem.
- Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2:
- No specific changes. * x11-toolkits/qt23: - Do NOT
upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this
port entirely for the patches by adding a perlre to accomplish this.
* x11-wm/kdeartwork: - No specific changes. |
11 Sep 2001 04:32:41
    |
ache  |
Bump png major |
10 Sep 2001 21:22:28
    |
demon  |
Set DIST_SUBDIR=KDE |
01 Sep 2001 03:45:39
    |
knu  |
Make MAINTAINER overridable for japanese/qt23. (I forgot to commit this along
with other kde* ports) |
25 Aug 2001 03:17:59
    |
will  |
Reassign MAINTAINER to kde@FreeBSD.org, a group formed specifically to
maintain and improve QT/KDE on FreeBSD. This group (at this time) consists
of: demon, olgeni, kevlo, lauri@kde.org, rwatson, and will. |
17 Aug 2001 18:43:11
    |
will  |
Add missing manpage. |
05 Jul 2001 20:09:55
    |
will  |
Remove -xft since it doesn't work with older X11. Now will people stop
bothering me about putting that in, 'cause I'm not doing it again! Even if
you do a patch that checks XFREE86_VERSION! |
04 Jul 2001 10:07:11
    |
demon  |
Add one more MASTER_SITE. |
03 Jul 2001 03:47:11
    |
will  |
Update to 2.3.1. |
22 Jun 2001 09:46:35
    |
nik  |
Support building QT with debugging turned, keyed off the QT_DEBUG variable. |
22 Jun 2001 09:44:48
    |
nik  |
Replicate the fixes in the other two patches when building qt23 with debugging
turned on. |
29 Mar 2001 16:35:19
    |
sobomax  |
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} |
27 Mar 2001 02:19:56
    |
will  |
Fix last-minute change to avoid broken packaging for qt2-static. |
24 Mar 2001 22:15:59
    |
will  |
Bring in my fixes for KDE2 for users of XFree86 4.0.x. Basically, what this
involves is this: Cull GL from Qt by default, but still provide a Qt+GL
library that may or may not have threads. Then also provide a Qt library that
has threads but not GL. This allows us to make KDE2 depend on a library that
will *not* have threads, ever. Threads will be revisited at a later date.
Ports that require GL support need to be updated to use the hacked library,
libqtgl.so.4. The net result is that we bloat our qt2 package by 1.5-2.5MB
for compatability. Also, static qt will not have GL support. |
14 Mar 2001 01:29:18
    |
des  |
Ladies and gentlemen, I give you QT 2.3.0! |