diff options
author | edwin <edwin@FreeBSD.org> | 2005-11-15 13:35:18 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-11-15 13:35:18 +0800 |
commit | d067e705dee6d121f4d7623c77275664c0da828d (patch) | |
tree | 274f1544639b3fe35ba4b8e8591b4a8580d2da8e /net-im/kmess-kde4/files | |
parent | a10cc749e9a32c68731b1aaa0f13d85396348cdf (diff) | |
download | freebsd-ports-gnome-d067e705dee6d121f4d7623c77275664c0da828d.tar.gz freebsd-ports-gnome-d067e705dee6d121f4d7623c77275664c0da828d.tar.zst freebsd-ports-gnome-d067e705dee6d121f4d7623c77275664c0da828d.zip |
Update to 1.4.2
Diffstat (limited to 'net-im/kmess-kde4/files')
-rw-r--r-- | net-im/kmess-kde4/files/patch-kmess-network-msnconnection.cpp | 10 | ||||
-rw-r--r-- | net-im/kmess-kde4/files/patch-kmess_network_msnconnection.h | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/net-im/kmess-kde4/files/patch-kmess-network-msnconnection.cpp b/net-im/kmess-kde4/files/patch-kmess-network-msnconnection.cpp deleted file mode 100644 index b48e264a071b..000000000000 --- a/net-im/kmess-kde4/files/patch-kmess-network-msnconnection.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- kmess/network/msnconnection.cpp.orig Fri Aug 20 22:18:48 2004 -+++ kmess/network/msnconnection.cpp Fri Aug 20 22:22:17 2004 -@@ -40,6 +40,7 @@ - ack_(0), - identifier_(identifier), - initialized_(false), -+ kStringHandler_(), - missedPings_(0), - sendPings_(false), - writeLocked_(false) diff --git a/net-im/kmess-kde4/files/patch-kmess_network_msnconnection.h b/net-im/kmess-kde4/files/patch-kmess_network_msnconnection.h new file mode 100644 index 000000000000..2c26626107fa --- /dev/null +++ b/net-im/kmess-kde4/files/patch-kmess_network_msnconnection.h @@ -0,0 +1,10 @@ +--- /work/a/ports/net-im/kmess/work/kmess-1.4.2/kmess/network/msnconnection.h.orig Tue Nov 15 04:03:10 2005 ++++ /work/a/ports/net-im/kmess/work/kmess-1.4.2/kmess/network/msnconnection.h Tue Nov 15 04:04:04 2005 +@@ -29,6 +29,7 @@ + + #include <stdlib.h> + #include <sys/socket.h> ++#include <netinet/in.h> + #include <arpa/inet.h> + #include <netdb.h> + #include <sys/types.h> |