pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/licq-core Include <sys/time.h> to get fd_set per ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5eff4d56fe71
branches:  trunk
changeset: 501941:5eff4d56fe71
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Oct 31 18:58:38 2005 +0000

description:
Include <sys/time.h> to get fd_set per POSIX.  (SourceForge bug #1344209)

diffstat:

 chat/licq-core/distinfo         |   3 ++-
 chat/licq-core/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 578859a0dda3 -r 5eff4d56fe71 chat/licq-core/distinfo
--- a/chat/licq-core/distinfo   Mon Oct 31 18:38:53 2005 +0000
+++ b/chat/licq-core/distinfo   Mon Oct 31 18:58:38 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 15:59:12 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/10/31 18:58:38 tv Exp $
 
 SHA1 (licq-1.2.6.tar.bz2) = fef2d6d8c9a368313335f3ac0e86128aa24133ef
 RMD160 (licq-1.2.6.tar.bz2) = fcb2e19bf7d30c1824392a9be3ea1619072e4ce5
 Size (licq-1.2.6.tar.bz2) = 3282918 bytes
+SHA1 (patch-aa) = 974a65e3483b3438fb3c6c9aaf96aa67e4c60fa6
diff -r 578859a0dda3 -r 5eff4d56fe71 chat/licq-core/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/licq-core/patches/patch-aa   Mon Oct 31 18:58:38 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2005/10/31 18:58:38 tv Exp $
+
+--- include/licq_socket.h.orig 2002-03-20 11:00:54.000000000 -0500
++++ include/licq_socket.h
+@@ -6,6 +6,7 @@
+ #endif
+ 
+ #include <sys/types.h>
++#include <sys/time.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>



Home | Main Index | Thread Index | Old Index