pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/nullmailer



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Feb 17 17:08:32 UTC 2017

Modified Files:
        pkgsrc/mail/nullmailer: distinfo
Added Files:
        pkgsrc/mail/nullmailer/patches: patch-lib_selfpipe.cc

Log Message:
Missing include.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/nullmailer/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/nullmailer/patches/patch-lib_selfpipe.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/nullmailer/distinfo
diff -u pkgsrc/mail/nullmailer/distinfo:1.17 pkgsrc/mail/nullmailer/distinfo:1.18
--- pkgsrc/mail/nullmailer/distinfo:1.17        Mon Dec 12 23:54:12 2016
+++ pkgsrc/mail/nullmailer/distinfo     Fri Feb 17 17:08:32 2017
@@ -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-aa) = 6e8fb0269fcca08fd450b0
 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

Added files:

Index: pkgsrc/mail/nullmailer/patches/patch-lib_selfpipe.cc
diff -u /dev/null pkgsrc/mail/nullmailer/patches/patch-lib_selfpipe.cc:1.1
--- /dev/null   Fri Feb 17 17:08:32 2017
+++ pkgsrc/mail/nullmailer/patches/patch-lib_selfpipe.cc        Fri Feb 17 17:08:32 2017
@@ -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