summaryrefslogtreecommitdiff
path: root/net/kdenetwork3/patches/patch-am
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2004-02-04 14:42:23 +0000
committermarkd <markd@pkgsrc.org>2004-02-04 14:42:23 +0000
commita4452a3d0b614659ba1632f9caa2c53c8d0f2719 (patch)
treee2930ddb02918f5dfbbc7fb9f4ae745d9167f6f2 /net/kdenetwork3/patches/patch-am
parent0bc0f8e6fea25177107c99ad99d5979827fd2cf2 (diff)
downloadpkgsrc-a4452a3d0b614659ba1632f9caa2c53c8d0f2719.tar.gz
Update to KDE-3.2.
Changes: Network Kopete * NEW IN KDE: A multi-protocol instant messaging tool * Remove the config page for the yahoo module. All configuration will be moved to the Yahoo account config. Matt Rogers * Port the plugin loading GUI over to kdelibs::KPluginSelector and get rid of the custom PluginLoader class Martijn Klingens * Support KWallet for password storage Martijn Klingens * Port the configuration to KSettings::Dialog. Matt Rogers * Integrate Kopete's contact list into KAddressBook The Kopete team * Cleanup the API to be more robust. Notably, unload plugins asynchronously, get rid of ConfigModule and use KCMs instead and try to cut down on the amount of nested event loops. Martijn Klingens * Switch the Oscar Plugin to KExtendedSocket Matt Rogers * Port the Jabber plugin to use libxmpp Till Gerken * Port MSN to the new protocol (MSNP9) Olivier Goffart * MSN display picture and incomming MSN custom emoticons support Olivier Goffart Desktop Sharing (krfb) * HTTP Server for Java applet ksim * Snmp plugin Simon Hausmann Remote Desktop Connection (krdc) * Additional protocol: RDP * Preferences system * Special keys dialog for CTRL-ALT-DEL and similar combinations * View Only option * Allow scaling in fullscreen mode * Support for CursorPos extension, better 'dot-cursor' handling * Toolbar redesign KWiFiManager * NEW IN KDE: application for monitoring and configuring wireless LAN connections Stefan Winter KPPP * Log viewer:Show summary for selections and show a monthly estimates in the statistics area. Andras Mantia, Mikolaj Machowski * Fixed a bug in modem command writing
Diffstat (limited to 'net/kdenetwork3/patches/patch-am')
-rw-r--r--net/kdenetwork3/patches/patch-am22
1 files changed, 11 insertions, 11 deletions
diff --git a/net/kdenetwork3/patches/patch-am b/net/kdenetwork3/patches/patch-am
index 4a7522119cc..04e79648620 100644
--- a/net/kdenetwork3/patches/patch-am
+++ b/net/kdenetwork3/patches/patch-am
@@ -1,13 +1,13 @@
-$NetBSD: patch-am,v 1.2 2003/03/11 13:13:29 markd Exp $
+$NetBSD: patch-am,v 1.3 2004/02/04 14:42:24 markd Exp $
---- krfb/srvloc/kinetaddr.h.orig Mon Aug 12 23:26:39 2002
-+++ krfb/srvloc/kinetaddr.h
-@@ -29,7 +29,7 @@
-
- #include <arpa/inet.h>
-
--#if defined(__FreeBSD__)
-+#if defined(__FreeBSD__) || defined(__NetBSD__)
- #include <sys/socket.h>
- #endif
+--- krfb/libvncserver/rfb.h.orig 2003-07-21 19:38:18.000000000 +1200
++++ krfb/libvncserver/rfb.h
+@@ -62,7 +62,7 @@ typedef unsigned long KeySym;
+ #ifdef __linux__
+ #include <endian.h>
+-#elif defined(__APPLE__) || defined(__FreeBSD__)
++#elif defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__)
+ #include <sys/types.h>
+ #include <machine/endian.h>
+ #ifndef _BYTE_ORDER