pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/libesmtp Include sys/time.h for struct timeval on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63f219cc0313
branches:  trunk
changeset: 508245:63f219cc0313
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 16 18:23:31 2006 +0000

description:
Include sys/time.h for struct timeval on DragonFly.

diffstat:

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

diffs (29 lines):

diff -r bd5c2453d363 -r 63f219cc0313 mail/libesmtp/distinfo
--- a/mail/libesmtp/distinfo    Thu Feb 16 18:18:40 2006 +0000
+++ b/mail/libesmtp/distinfo    Thu Feb 16 18:23:31 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.10 2006/02/08 18:29:17 drochner Exp $
+$NetBSD: distinfo,v 1.11 2006/02/16 18:23:31 joerg Exp $
 
 SHA1 (libesmtp-1.0.4.tar.bz2) = cda45c437164ecfa4fd8cf24d0a056224fc29c6a
 RMD160 (libesmtp-1.0.4.tar.bz2) = 642d6dd18293672ae78abe0050f8d5ea37a4f44c
 Size (libesmtp-1.0.4.tar.bz2) = 351917 bytes
+SHA1 (patch-aa) = 2297acfb65d72024090e471b9a518de07bc5e001
 SHA1 (patch-ab) = cc027b93ae55b84c1b569ddcdd2644d4f63a33a5
 SHA1 (patch-ae) = b4ef8a1c015483824d1897c5ef72b8ed2a158860
diff -r bd5c2453d363 -r 63f219cc0313 mail/libesmtp/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/libesmtp/patches/patch-aa    Thu Feb 16 18:23:31 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.3 2006/02/16 18:23:31 joerg Exp $
+
+--- headers.c.orig     2006-02-16 18:13:04.000000000 +0000
++++ headers.c
+@@ -33,6 +33,7 @@
+ #include <unistd.h>
+ #include <time.h>
+ #include <errno.h>
++#include <sys/time.h>
+ 
+ #include <missing.h>
+ 



Home | Main Index | Thread Index | Old Index