diff options
author | skrll <skrll> | 2002-07-17 07:54:03 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-07-17 07:54:03 +0000 |
commit | 1f4318cb4de824e975c5984d0f388da6ac249c9b (patch) | |
tree | 87bc8e9a4f1d63839300c9d41f79fedf353b16a4 /x11/kdelibs3 | |
parent | 263628cefdcc3a61d61da3864e69e6a389f33484 (diff) | |
download | pkgsrc-1f4318cb4de824e975c5984d0f388da6ac249c9b.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 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/Makefile | 4 | ||||
-rw-r--r-- | x11/kdelibs3/distinfo | 8 | ||||
-rw-r--r-- | x11/kdelibs3/patches/patch-bb | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 8ada9e94cda..4d74bbe775b 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2002/06/10 11:40:54 skrll Exp $ +# $NetBSD: Makefile,v 1.3 2002/07/17 07:54:12 skrll Exp $ -DISTNAME= kdelibs-3.0.1 +DISTNAME= kdelibs-3.0.2 CATEGORIES= x11 COMMENT= Support libraries for the KDE integrated X11 desktop diff --git a/x11/kdelibs3/distinfo b/x11/kdelibs3/distinfo index d8d7bfe464e..72725701347 100644 --- a/x11/kdelibs3/distinfo +++ b/x11/kdelibs3/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2002/06/27 07:10:14 skrll Exp $ +$NetBSD: distinfo,v 1.3 2002/07/17 07:54:12 skrll Exp $ -SHA1 (kdelibs-3.0.1.tar.bz2) = 2d2f33d4f76d6f3c8bad0e1f4e486e8521b8c3ba -Size (kdelibs-3.0.1.tar.bz2) = 7593201 bytes +SHA1 (kdelibs-3.0.2.tar.bz2) = 6985e289b22a728045f829cb52412270f03b10cf +Size (kdelibs-3.0.2.tar.bz2) = 7612798 bytes SHA1 (patch-aa) = dc26c7d5f845e881d313745b25ef9e90ead5707f SHA1 (patch-ab) = d4f9efbd17df2ee9a5e6cbd1830e343f1b0a8abe SHA1 (patch-ac) = 491ef6e556b7ce55e9c92b2dd641e20f9c94912e @@ -29,7 +29,7 @@ SHA1 (patch-ax) = fc9bf7709741c08a0853c6e81c7a2b425d01dbd3 SHA1 (patch-ay) = 0bce01d2cafe991fa6fe07ddf9f2e6cec88df5f0 SHA1 (patch-az) = a22457bc50360ae45c202469b6bb279ace249c61 SHA1 (patch-ba) = d834df468158dee2c4787e0602583d5019708197 -SHA1 (patch-bb) = f80a94476f4927de6d10a7163f59e2a80c265f16 +SHA1 (patch-bb) = 523ddde2389cc19b48a2216b78fabb5dbe1d01b6 SHA1 (patch-bc) = 434a48d290aa9716b8c6e372419460ebd33cf8ea SHA1 (patch-bd) = baf32fc59a1faf040d03648d384f3be2d074d583 SHA1 (patch-be) = 24a1121eb9d26bd981f356bee8a8b6366e85d819 diff --git a/x11/kdelibs3/patches/patch-bb b/x11/kdelibs3/patches/patch-bb index e081c99bbf5..215b06bee1b 100644 --- a/x11/kdelibs3/patches/patch-bb +++ b/x11/kdelibs3/patches/patch-bb @@ -1,8 +1,8 @@ -$NetBSD: patch-bb,v 1.1.1.1 2002/05/31 13:16:47 skrll Exp $ +$NetBSD: patch-bb,v 1.2 2002/07/17 07:54:12 skrll Exp $ ---- kinit/klauncher_main.cpp.orig Wed Oct 10 18:40:41 2001 +--- kinit/klauncher_main.cpp.orig Mon Jun 24 13:04:02 2002 +++ kinit/klauncher_main.cpp -@@ -86,8 +86,3 @@ +@@ -85,8 +85,3 @@ launcher->exec(); return 0; } |