pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/procmail Fix errno.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af652fb60319
branches:  trunk
changeset: 505839:af652fb60319
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 08 13:43:26 2006 +0000

description:
Fix errno.

diffstat:

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

diffs (30 lines):

diff -r a9a09e1604ff -r af652fb60319 mail/procmail/distinfo
--- a/mail/procmail/distinfo    Sun Jan 08 13:41:29 2006 +0000
+++ b/mail/procmail/distinfo    Sun Jan 08 13:43:26 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2005/02/24 09:59:27 agc Exp $
+$NetBSD: distinfo,v 1.10 2006/01/08 13:43:26 joerg Exp $
 
 SHA1 (procmail-3.22.tar.gz) = cd4e44c15559816453fd60349e5a32289f6f2965
 RMD160 (procmail-3.22.tar.gz) = e609ec94ea9ab3b93629c62b3e29add497806483
@@ -9,3 +9,4 @@
 SHA1 (patch-ad) = 569d357c6afb9d7644c8094878aec08d22ae609d
 SHA1 (patch-ae) = 91a3f83d41ba84e218a14c8bfc262fdbb1bc252c
 SHA1 (patch-af) = 889f937f50561308c644d5a4bd836eccabbb2938
+SHA1 (patch-ag) = 66ae907f1b7ccfa10b5278443a9d9b0277923e61
diff -r a9a09e1604ff -r af652fb60319 mail/procmail/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/procmail/patches/patch-ag    Sun Jan 08 13:43:26 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 2006/01/08 13:43:26 joerg Exp $
+
+--- src/includes.h.orig        2006-01-08 13:33:18.000000000 +0000
++++ src/includes.h
+@@ -283,7 +283,6 @@ double pow();
+ #endif
+ 
+ extern /*const*/char**environ;
+-extern int errno;
+ 
+ #ifndef STDIN_FILENO
+ #define STDIN 0



Home | Main Index | Thread Index | Old Index