pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/centericq Add a missing include file, and add a w...
details: https://anonhg.NetBSD.org/pkgsrc/rev/628aeb0e8e37
branches: trunk
changeset: 478903:628aeb0e8e37
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sun Aug 01 17:19:04 2004 +0000
description:
Add a missing include file, and add a workaround for gcc 2.95 C++
header files not following the C++ standard...
diffstat:
chat/centericq/distinfo | 4 +++-
chat/centericq/patches/patch-ab | 12 ++++++++++++
chat/centericq/patches/patch-ac | 14 ++++++++++++++
3 files changed, 29 insertions(+), 1 deletions(-)
diffs (46 lines):
diff -r cb16fe517d4c -r 628aeb0e8e37 chat/centericq/distinfo
--- a/chat/centericq/distinfo Sun Aug 01 16:56:18 2004 +0000
+++ b/chat/centericq/distinfo Sun Aug 01 17:19:04 2004 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.9 2004/07/24 00:16:50 hubertf Exp $
+$NetBSD: distinfo,v 1.10 2004/08/01 17:19:04 kristerw Exp $
SHA1 (centericq-4.10.0.tar.bz2) = 08e5baf14a0c418d6e838de3baf8348d3336f9c2
Size (centericq-4.10.0.tar.bz2) = 1237063 bytes
SHA1 (patch-aa) = b3e610a1a3b30a716215889b9f51c6de7e78fb22
+SHA1 (patch-ab) = 6d9beb28024666bbfef2e95cab648d7058f8136c
+SHA1 (patch-ac) = 74ae25e19bf5d250a407a937bf78405b38cc86da
diff -r cb16fe517d4c -r 628aeb0e8e37 chat/centericq/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/centericq/patches/patch-ab Sun Aug 01 17:19:04 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2004/08/01 17:19:04 kristerw Exp $
+
+--- libmsn-0.1/msn/filetransfer.cpp.orig Sun Aug 1 18:33:02 2004
++++ libmsn-0.1/msn/filetransfer.cpp Sun Aug 1 18:35:26 2004
+@@ -26,6 +26,7 @@
+ #include <msn/externals.h>
+
+ #ifndef WIN32
++#include <sys/time.h>
+ #include <unistd.h>
+ #include <sys/socket.h>
+ #else
diff -r cb16fe517d4c -r 628aeb0e8e37 chat/centericq/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/centericq/patches/patch-ac Sun Aug 01 17:19:04 2004 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2004/08/01 17:19:04 kristerw Exp $
+
+--- libmsn-0.1/msn/util.cpp.orig Sun Aug 1 18:49:51 2004
++++ libmsn-0.1/msn/util.cpp Sun Aug 1 18:50:59 2004
+@@ -24,6 +24,9 @@
+ #include <cerrno>
+ #include <cctype>
+
++// Get rid of the macro for platforms not having c++-safe headers.
++#undef toupper
++
+ namespace MSN
+ {
+ std::pair<std::string, int> splitServerAddress(const std::string & address, int default_port)
Home |
Main Index |
Thread Index |
Old Index