summaryrefslogtreecommitdiff
path: root/misc/kdepim3/patches
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2006-03-30 02:52:17 +0000
committermarkd <markd@pkgsrc.org>2006-03-30 02:52:17 +0000
commit4d27faa5ccaa194cd0b643df2243b5698a308da4 (patch)
treeca16066cc410b69e742fdd8287b4eb8b09301aa6 /misc/kdepim3/patches
parentaf0eccc667cafb6dbcc8b1de78246f99357a0172 (diff)
downloadpkgsrc-4d27faa5ccaa194cd0b643df2243b5698a308da4.tar.gz
Update KDE to 3.5.2
* Akregator o Feed archive: Move feed limit up to 500 feeds instead of 384 (due to file limit a process can have opened at a time) o Feed archive: Lock feed archive to prevent multiple write access which can corrupt feed archives and cause crashes on startup o Feed fetching: Do not use Konqueror cache settings, but use "refresh" mode by default (Check with server if the cached file is up-to-date, reload if not) o Feed parser: read feed description and homepage link for Atom feeds o Feed parser: Improve parsing of Atom content (especially for 0.3 feeds), do not strip HTML markup for types like "text/html" o Feed parser: ignore unknown or invalid version attribute value in the <rss> tag and just assume RSS 2.0. * KAddressBook o Sometimes KAddressBook lost all data. This is now fixed. o Wait for complete loading of all addressbook resources before execution of commandline and DCOP commands (e.g. "Open in Addressbook" by KMail) * KAlarm o Fix kalarmd hang when triggering late alarm and KAlarm run mode is on-demand o Prevent defunct kalarm processes when run mode is on-demand o Fix column widths when main window is resized, if columns have been reordered o Add Select All and Deselect actions & shortcuts for alarm and template lists
Diffstat (limited to 'misc/kdepim3/patches')
-rw-r--r--misc/kdepim3/patches/patch-ai8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/kdepim3/patches/patch-ai b/misc/kdepim3/patches/patch-ai
index 0a0b0c86b5c..70523bb7de5 100644
--- a/misc/kdepim3/patches/patch-ai
+++ b/misc/kdepim3/patches/patch-ai
@@ -1,13 +1,13 @@
-$NetBSD: patch-ai,v 1.11 2005/12/18 01:29:09 markd Exp $
+$NetBSD: patch-ai,v 1.12 2006/03/30 02:52:17 markd Exp $
---- kresources/groupwise/soap/stdsoap2.h.orig 2005-09-10 20:23:46.000000000 +1200
+--- kresources/groupwise/soap/stdsoap2.h.orig 2006-03-17 23:15:53.000000000 +1300
+++ kresources/groupwise/soap/stdsoap2.h
-@@ -551,7 +551,7 @@ extern "C" {
+@@ -545,7 +545,7 @@ extern "C" {
/* Portability: define SOAP_SOCKLEN_T */
#if defined(SOCKLEN_T)
# define SOAP_SOCKLEN_T SOCKLEN_T
-#elif defined(__socklen_t_defined) || defined(_SOCKLEN_T) || defined(CYGWIN) || defined(FREEBSD) || defined(__FreeBSD__) || defined(__QNX__) || defined(QNX) || defined(_AIX)
+#elif defined(__socklen_t_defined) || defined(_SOCKLEN_T) || defined(CYGWIN) || defined(FREEBSD) || defined(__FreeBSD__) || defined(__QNX__) || defined(QNX) || defined(_AIX) || defined(__NetBSD__) || defined(__DragonFly__)
# define SOAP_SOCKLEN_T socklen_t
- #elif defined(IRIX) || defined(WIN32) || defined(__APPLE__) || defined(HP_UX) || defined(SUN_OS) || defined(OPENSERVER) || defined(TRU64) || defined(VXWORKS)
+ #elif defined(IRIX) || defined(WIN32) || defined(__APPLE__) || defined(HP_UX) || defined(SUN_OS) || defined(OPENSERVER) || defined(__osf__) || defined(VXWORKS)
# define SOAP_SOCKLEN_T int