diff options
author | skrll <skrll@pkgsrc.org> | 2002-07-17 07:54:03 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-07-17 07:54:03 +0000 |
commit | 687d6d1cb49d543e9bde1f20f2f68cf876f4eb55 (patch) | |
tree | 87bc8e9a4f1d63839300c9d41f79fedf353b16a4 /graphics/kdegraphics3/Makefile | |
parent | de072a7d4561b5b8f16e553c97228dd2516f312d (diff) | |
download | pkgsrc-687d6d1cb49d543e9bde1f20f2f68cf876f4eb55.tar.gz |
Update to KDE 3.0.2
Also, allow the arts SSE detection code to run on modern NetBSD systems.
Changes are:
arts
Again Build fixes.
Realtime priority configuration fix
kdelibs
dcop: Make it possible to disable the Qt bridge.
make sure tooltip effects can be configured.
kbuildsycoca: avoid crash on unreadable directories.
kdockwidget: fixing reading of configuration.
kedittoolbar: fix leak.
khtml: many fixes.
kded: signal handling fixes.
kio-http slave: fixes related to form posts and cache handling.
kjs: added max recursion limit.
kjs: leak and compatibility fixes.
kdebase
kicker: &-escaping fix
audiocd: fix cddb computation
thumbnail previewer: calculate the number of bytes to read instead
of hardcoding it.
Diffstat (limited to 'graphics/kdegraphics3/Makefile')
-rw-r--r-- | graphics/kdegraphics3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index 374d4db8af9..d79b78db060 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/06/05 08:58:02 skrll Exp $ +# $NetBSD: Makefile,v 1.2 2002/07/17 07:54:05 skrll Exp $ -DISTNAME= kdegraphics-3.0.1 +DISTNAME= kdegraphics-3.0.2 CATEGORIES= graphics COMMENT= Graphics programs for the KDE integrated X11 desktop |