pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7811eeb1e16
branches:  trunk
changeset: 506981:e7811eeb1e16
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jan 24 19:55:53 2006 +0000

description:
Fix errno.

diffstat:

 mail/prayer/distinfo         |   4 +++-
 mail/prayer/patches/patch-ah |  13 +++++++++++++
 mail/prayer/patches/patch-ai |  13 +++++++++++++
 3 files changed, 29 insertions(+), 1 deletions(-)

diffs (49 lines):

diff -r 03b0eceb2d7e -r e7811eeb1e16 mail/prayer/distinfo
--- a/mail/prayer/distinfo      Tue Jan 24 19:53:43 2006 +0000
+++ b/mail/prayer/distinfo      Tue Jan 24 19:55:53 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/24 19:55:53 joerg Exp $
 
 SHA1 (prayer-1.0.12.tar.gz) = 8ea568f9e0e1fe925102e80451b3c9432f5fed15
 RMD160 (prayer-1.0.12.tar.gz) = 76edc3896d0936c87378f848334bc42d648317f3
@@ -10,3 +10,5 @@
 SHA1 (patch-ae) = a04d4206e9b671be0fdce73a5093fb18778a1052
 SHA1 (patch-af) = 730ee832fcb6464d7909ff9f048d7c57ce86aba8
 SHA1 (patch-ag) = d932eeb11171da4084eb56e097a7880e67a18561
+SHA1 (patch-ah) = 7197f80ad71700276c79666090b62628c128ca21
+SHA1 (patch-ai) = 0b3edeea78d16c3792d540ea0a92943ed0bb7583
diff -r 03b0eceb2d7e -r e7811eeb1e16 mail/prayer/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/prayer/patches/patch-ah      Tue Jan 24 19:55:53 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2006/01/24 19:55:53 joerg Exp $
+
+--- prayer/prayer_shared.h.orig        2006-01-24 19:11:36.000000000 +0000
++++ prayer/prayer_shared.h
+@@ -28,8 +28,6 @@
+ #include <grp.h>
+ #include <assert.h>
+ #include <netdb.h>
+-
+-extern int errno;               /* just in case */
+ #endif
+ 
+ #include "common.h"
diff -r 03b0eceb2d7e -r e7811eeb1e16 mail/prayer/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/prayer/patches/patch-ai      Tue Jan 24 19:55:53 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 2006/01/24 19:55:53 joerg Exp $
+
+--- prayer/prayer_session.h.orig       2006-01-24 19:48:31.000000000 +0000
++++ prayer/prayer_session.h
+@@ -25,8 +25,6 @@
+ #include <grp.h>
+ #include <netdb.h>
+ 
+-extern int errno;               /* just in case */
+-
+ #include "c-client.h"
+ 
+ #define  PRAYER_FULL_HDRS



Home | Main Index | Thread Index | Old Index