| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
28 Jan 2003 19:33:23
3.0.5_5
|
alane  |
Replaced by qt31. |
30 Oct 2002 02:19:58
3.0.5_5
|
alane  |
Remove WITH_IMAGE_PLUGINS knob, as it is broken, and non-default. It's one
less thing we have to worry about when people report problems, too.
PR: 44714 |
26 Oct 2002 17:03:01
3.0.5_4
|
alane  |
1.Bump PORTREVISION.
2.OpenGL is now the DEFAULT configuration for Qt.
2a.The old WITH_OPENGL knob still works.
2b.The new knob WITHOUT_OPENGL disables OpenGL.
Approved by: will |
23 Oct 2002 15:27:21
3.0.5_3
|
alane  |
1. Removed unused refs to sleep.
2. Removed upgrade message. It's been there too long.
3. Removed opengl message. BROKEN is still there.
4. Changed a comment to be accurate about some bogus nutscrape headers. |
31 Aug 2002 05:12:41
3.0.5_3
|
alane  |
Build/install missing utility apps.
PR: 42171
Submitted by: Tilman Linneweh <tilman@arved.de> |
31 Aug 2002 05:05:48
3.0.5_3
|
alane  |
Add utility apps that were'nt being installed. |
30 Aug 2002 13:52:25
3.0.5_2
|
alane  |
Added "threads" to the qmake.conf file. From this message on the list:
FreeBSD port installs threaded version of qt (qt-mt), but qmake.conf is
installed withouth thread in the CONFIG variable. Because of that, qmake tried
to link with -lqt instead of -lqt-mt -pthread and fails. With thread in the
CONFIG everything works. This affects all ports that use qmake.
Folks, please test this (especially on current). It seems reasonable, is easy
to back out, I'm running a qt built with it right now.
Submitted by: Tilman Linneweh <tilman@arved.de> |
25 Aug 2002 04:37:30
3.0.5_2
|
will  |
Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted to
more closely conform to FreeBSD style etc, and Konqueror SSL patch merged.
Tested by: Matt Douhan <matt@fruitsalad.org>, alane
Submitted by: lioux [1] |
17 Aug 2002 19:49:45
3.0.5_2
|
alane  |
1. Remove pre-everything message.
2. No-op sleep after message if BATCH or PACKAGE_BUILDING.
3. Add NO_FILTER_SHLIBS to keep the qt lib names from getting munged.
4. Bump PORTREVISION because (3) changes installed pkg-plist, even though
one supplied in port does not change.
(3) will fix a message indicating the libfoo.so.1 does not exist on
pkg-deinstallation, too.
Credits:
1,2 due to Mikhail Teterin. 3 is from Will. 4 is common-sense. |
16 Aug 2002 22:28:04
3.0.5_1
|
alane  |
Make this match pkg-message. |
16 Aug 2002 21:52:04
3.0.5_1
|
alane  |
Message modified slightly to be more precise. |
12 Aug 2002 16:18:29
3.0.5_1
|
lioux  |
C{C,XX} safeness
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net>
Reviewed by: kde
Approved by: kde |
04 Aug 2002 10:24:20
3.0.5_1
|
alane  |
1. Display message both before everything and after install, then sleep 10
to make sure user reads it, about rebuilding kdelibs, and generally, all
of KDE that is installed after the installation.
2. Bump PORTREVISION because of the critical nature of this problem.
PR: 41206 |
31 Jul 2002 03:50:30
3.0.5
|
alane  |
1. Remove redundant @exec/@unexec lines in pkg-plist [alane].
2. Add libfoo.so.X.0 links to file list, as they are created now [alane].
3. From PR 41144, fix minor portlint whitespace violations. The ?= assigns at
the top were not changed, in anticipation of a possible japanese/qt30
subport. Also fixed ref to qt2 doc location in pkg-descr. [fuyaki]
4. PORTREVISION not bumped, as installed files did not change and Makefile
changes were cosmetic only.
PR: 41144
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
29 Jul 2002 23:06:17
3.0.5
|
will  |
Upgrade to Qt 3.0.5.
Submitted by: mi
Reviewed by: Lauri Watts <lauri@kde.org> |
15 Jun 2002 16:16:32
3.0.3_5
|
will  |
Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to the
rigorous testing performed on the part of the KDE/FreeBSD Project
over the last three weeks. Thanks to everyone who helped test!
General changes:
[1] Follow KDE2 style by moving KDE core specific macros and
the like to x11/kde3/Makefile.kde.
[2] Fix a variety of comments or miscellaneous data to reflect
that this is KDE3 and not KDE2.
[3] Account for more empty directories in the PLISTs.
deskutils/kdepim3:
[4] More #include <malloc.h> -> #include <stdlib.h>.
audio/arts:(Only the first 15 lines of the commit message are shown above ) |
14 May 2002 16:37:07
3.0.3_5
|
lioux  |
Revert debugging building option: no-debug is default unless
WITH_DEBUG
Submitted by: Alan E <ports@geeksrus.net>
Approved by: will |
10 May 2002 13:00:46
3.0.3_5
|
will  |
Fix conflict with mozilla-headers. Bump PORTREVISION for package change.
PR: 37881
Reported by: Chris Knight <chris@aims.com.au>
Submitted by: Alan Eldridge <alane@geeksrus.net> |
02 May 2002 03:34:05
3.0.3_4
|
lioux  |
Mark BROKEN when WITH_OPENGL due to unsolved problems causing DRI
to fail
Submitted by: Alan E <port@geeksrus.net>
Approved by: will |
29 Apr 2002 02:28:05
3.0.3_4
|
lioux  |
o Bump PORTREVISION
o Fix configure args to match what new configure accepts
o Use -qt-imgfmt-{jpeg,mng,png} to dynamically link the graphics
libs into libqt-mt.so
o Use image plugins (-plugin-imgfmt-{jpeg,mng,png}) if
WITH_IMAGE_PLUGINS; QTDIR=/usr/X11R6 needs to be set before
starting KDE if so
o Use Mesa libs if WITH_OPENGL. This will result in warnings both
before and after the build; the package will be called qt-opengl;
a warning will be displayed via pkg-message when the package is
installed
Submitted by: Alan E <ports@geeksrus.net>
Approved by: will |
27 Apr 2002 04:21:38
3.0.3_3
|
lioux  |
o Switch to official distribution distfiles instead of using specially
tailored ones
o Add patch-aa to handle current not patched distfile (it is already
incorporated in repo version)
o Uphold hier(7) for documentation installation
o Bump PORTREVISION
o Fixes sent by [1]. Coordinated by [2]
Submitted by: Lauri Watts <lauri@kde.org> [1]
Reviewed by: Alan E <ports@geeksrus.net> [2]
Approved by: will |
25 Apr 2002 18:25:54
3.0.3_2
|
lioux  |
o Fix PLIST issue for now with exec/unexec trick
o Deal with following issue: (weird)
"The following target is necessary if qt30 is installed at the time
the port build is started; it is related to the Makefiles having
dependencies on these (installed) .prl files." --AlanE
o Bump PORTREVISION
Submitted by: Alan E <alane@geeksrus.net>
Requested by: too many
Approved by: will |
22 Apr 2002 22:24:29
3.0.3_1
|
will  |
Use KDE mirrors, not my main site. Ugh. |
21 Apr 2002 23:47:50
3.0.3_1
|
will  |
Please welcome Qt3/KDE3 to our ports tree. This includes work since the
original versions of these ports, so some PORTREVISIONs were bumped. See
http://freebsd.kde.org/ and mailing lists linked to from there for info
on the packages generated to test these ports.
bsd.kde.mk has already been updated a few days ago to work with these.
Some patches applied to fix a few bugs were:
deskutils/kdepim3:
[1] Remove kpilot from build because it wasn't ready at release.
editors/koffice-kde3:
[2] Fix compile time bugs for FreeBSD.
misc/kdeedu3:
[3] Fix compile problem with kvoctrain.(Only the first 15 lines of the commit message are shown above ) |