diff options
author | markd <markd@pkgsrc.org> | 2006-08-02 13:42:16 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-08-02 13:42:16 +0000 |
commit | 0b937f987a9b5bb24aa4de1e271f72835f38564a (patch) | |
tree | 9c0bcdb0103e7c67867fc7141f90c98272a92459 /x11/kdelibs3/patches | |
parent | d15ed9ea3202cc0d72afe2f7f24df3ca4d578438 (diff) | |
download | pkgsrc-0b937f987a9b5bb24aa4de1e271f72835f38564a.tar.gz |
Update to KDE 3.5.4
kdecore
* Fix compiling on Solaris.
kdeui
* Now KKeyChooser does not steal focus when created.
* Fixed the terrible flickering in KDateTable like for example when
resizing Kicker.
kio
* Make move not do a copy and delete in some cases.
* Fix problem with inotify causing crashes...
KIOslave
* Fixed referrer not sent back to client when using https.
KHTML
* Lots of fixes
kjs
* Enumerate array properties in order of addition, matching other
browsers.
* Support the "debugger" keyword.
kssl
* Increase usability of KIO KSSL dialog.
* Update netlock QA class certificate.
* Add startcom CA.
mimetypes
* Add *.tor pattern for bittorrent mimetype.
* Add x-mplayer2 (Microsoft media) mimetype.
Diffstat (limited to 'x11/kdelibs3/patches')
-rw-r--r-- | x11/kdelibs3/patches/patch-ah | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/kdelibs3/patches/patch-ah b/x11/kdelibs3/patches/patch-ah deleted file mode 100644 index 4018fd8d8a9..00000000000 --- a/x11/kdelibs3/patches/patch-ah +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ah,v 1.10 2006/04/12 13:30:45 markd Exp $ - ---- kdecore/ksycoca.cpp.orig 2006-03-17 23:19:04.000000000 +1300 -+++ kdecore/ksycoca.cpp -@@ -43,7 +43,7 @@ - #endif - - #ifdef Q_OS_SOLARIS --extern "C" extern int madvise(caddr_t, size_t, int); -+extern "C" int madvise(caddr_t, size_t, int); - #endif - - #ifndef MAP_FAILED |