pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/nullmailer Missing include.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc669e8d2f0e
branches:  trunk
changeset: 358658:fc669e8d2f0e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Feb 17 17:08:32 2017 +0000

description:
Missing include.

diffstat:

 mail/nullmailer/distinfo                      |   3 ++-
 mail/nullmailer/patches/patch-lib_selfpipe.cc |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 384e2bd49ead -r fc669e8d2f0e mail/nullmailer/distinfo
--- a/mail/nullmailer/distinfo  Fri Feb 17 17:08:14 2017 +0000
+++ b/mail/nullmailer/distinfo  Fri Feb 17 17:08:32 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2016/12/12 23:54:12 wiedi Exp $
+$NetBSD: distinfo,v 1.18 2017/02/17 17:08:32 joerg Exp $
 
 SHA1 (nullmailer-1.13/nullmailer-1.13.tar.gz) = e1178fff0395abee2bb6e77c3ddb8a0a7efcc791
 RMD160 (nullmailer-1.13/nullmailer-1.13.tar.gz) = d9f4663351122826299b04a46ffbb2bf51f41687
@@ -8,4 +8,5 @@
 SHA1 (patch-ab) = cb6ed64a5cdf413837710a6f27ea22d1e37fd1b9
 SHA1 (patch-ac) = c542bbf35dfc2148dd133837799b7f4634b66489
 SHA1 (patch-lib_fdbuf_fdobuf.h) = 716854a1421ef2021f5383f3e63bd19ece900a23
+SHA1 (patch-lib_selfpipe.cc) = e20596f785a8b6f6621f47408f4a594fc2758ee2
 SHA1 (patch-src_inject.cc) = eaffa250d87bb9501e6ccac81c73c1efafb1ad54
diff -r 384e2bd49ead -r fc669e8d2f0e mail/nullmailer/patches/patch-lib_selfpipe.cc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/nullmailer/patches/patch-lib_selfpipe.cc     Fri Feb 17 17:08:32 2017 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-lib_selfpipe.cc,v 1.1 2017/02/17 17:08:32 joerg Exp $
+
+--- lib/selfpipe.cc.orig       2017-02-17 10:54:28.240596810 +0000
++++ lib/selfpipe.cc
+@@ -20,6 +20,7 @@
+ // <nullmailer-subscribe%lists.untroubled.org@localhost>.
+ 
+ #include <sys/types.h>
++#include <sys/time.h>
+ #include <errno.h>
+ #include <fcntl.h>
+ #include <signal.h>



Home | Main Index | Thread Index | Old Index