diff options
author | markd <markd> | 2006-08-02 14:02:00 +0000 |
---|---|---|
committer | markd <markd> | 2006-08-02 14:02:00 +0000 |
commit | 2b56bd04ea8e1b7a88cd1068aa101cf8f93e3dd7 (patch) | |
tree | eb4dd165ba357dbe7b39b079a60bef68b77d721f /misc | |
parent | f1a242c3b6eec3e0da4bf2882ec514cc026cb992 (diff) | |
download | pkgsrc-2b56bd04ea8e1b7a88cd1068aa101cf8f93e3dd7.tar.gz |
Update to KDE 3.5.4
KAddressBook
* Add support for the next gnokii version (>= 0.6.13).
aKregator
* Fix a crash on shutdown.
* remove tray icon when disabling aKregator component in Kontact.
KAlarm
* New facility to import alarms from other calendar files.
* Fix Defer dialog time interval maximum to match maximum date/time
value.
* Fix crash when a deferred expired recurring alarm is edited from
message window Edit button.
* Fix crash when message is redisplayed at login.
* Prevent inapplicable 'Unable to speak' error when alarm is
redisplayed after login.
* Save main window column order changes to use on restart
(except message column).
KNotes
* Add DCOP accessors and setters for the note colors.
* Fix Defer dialog time interval maximum to match maximum date/time value.
KMail
* Don't crash if msg is 0. Bug found by Akonadi.
* properly initializing the creation time of a signature. In case of
clear signed messages we can't parse the date, so don't show it.
* Don't remove commas when cleaning whitespace.
* Fix progress item related crashes during POP3 fetches.
* Fix Crash when creating a mail folder with a / in its name.
* Fix IMAP Message view showing empty list when selected email is
deleted or moved outside of KMail.
* Fix untranslated message and improve text of some messages.
* Fix some issues with keyboard shortcuts.
* Display all headers in left to right direction.
* Fix moving messages from an imap to a local folder.
* Fix crash on logout when only a message pane is shown.
KOrganizer
* Dialog box for editing or deleting appointment does not catch "Yes"/"No".
korn
* Fix multiple messages removal from one server.
libkholidays
* Add support for multiple holidays on the same date and for holidays
that shift when occur on saturday or monday.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kdepim3/Makefile | 3 | ||||
-rw-r--r-- | misc/kdepim3/distinfo | 10 | ||||
-rw-r--r-- | misc/kdepim3/patches/patch-ai | 8 |
3 files changed, 10 insertions, 11 deletions
diff --git a/misc/kdepim3/Makefile b/misc/kdepim3/Makefile index 14c36697d65..1076a1c2a61 100644 --- a/misc/kdepim3/Makefile +++ b/misc/kdepim3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2006/07/24 12:43:40 markd Exp $ +# $NetBSD: Makefile,v 1.65 2006/08/02 14:02:00 markd Exp $ DISTNAME= kdepim-${_KDE_VERSION} -PKGREVISION= 1 CATEGORIES= misc COMMENT= Personal Information Management tools for the KDE desktop diff --git a/misc/kdepim3/distinfo b/misc/kdepim3/distinfo index 69b043e81ba..0372b8322aa 100644 --- a/misc/kdepim3/distinfo +++ b/misc/kdepim3/distinfo @@ -1,12 +1,12 @@ -$NetBSD: distinfo,v 1.45 2006/07/24 12:43:40 markd Exp $ +$NetBSD: distinfo,v 1.46 2006/08/02 14:02:00 markd Exp $ -SHA1 (kdepim-3.5.3.tar.bz2) = c957fffefaa73e8be670b2a2d639b82205fe5309 -RMD160 (kdepim-3.5.3.tar.bz2) = fdd951d6c117246f170986d944d3d61c094e9a00 -Size (kdepim-3.5.3.tar.bz2) = 12912017 bytes +SHA1 (kdepim-3.5.4.tar.bz2) = 5db32e856be53d22d5f71a2465f877db4e8be91d +RMD160 (kdepim-3.5.4.tar.bz2) = d3ecf9353dc578c392e1b82c72c7b8a2a88fdcdc +Size (kdepim-3.5.4.tar.bz2) = 12925075 bytes SHA1 (patch-aa) = d9eef6f9f0301cc19897e84d632ccb3127761a4f SHA1 (patch-ab) = bc6a6bf4dd389cb3c1ae95c2a95ec9e54509e51c SHA1 (patch-ac) = 2ead8593be03d780cf5b4e333dc4ead1d29b8073 -SHA1 (patch-ai) = 4197df2b14bb57401c5e5d64577975232faf861f +SHA1 (patch-ai) = 401c9b7dcb49fd7ee3c03e400e52edc421649692 SHA1 (patch-aj) = 1fd187c4c9ddb4f6380265853feb7eb04cf4b740 SHA1 (patch-ak) = cac11150a708f2f4258b9371f9aaa72b133a821d SHA1 (patch-al) = 723424b7c39c5e0e0899b340a30e5a3f32c90a6a diff --git a/misc/kdepim3/patches/patch-ai b/misc/kdepim3/patches/patch-ai index 302893e78e5..6e2b25aa570 100644 --- a/misc/kdepim3/patches/patch-ai +++ b/misc/kdepim3/patches/patch-ai @@ -1,13 +1,13 @@ -$NetBSD: patch-ai,v 1.13 2006/06/01 14:04:01 markd Exp $ +$NetBSD: patch-ai,v 1.14 2006/08/02 14:02:00 markd Exp $ ---- kresources/groupwise/soap/stdsoap2.h.orig 2006-05-23 06:10:45.000000000 +1200 +--- kresources/groupwise/soap/stdsoap2.h.orig 2006-07-24 02:21:19.000000000 +1200 +++ 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 |