pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef2ca6fc6bb5
branches:  trunk
changeset: 505852:ef2ca6fc6bb5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 08 15:12:11 2006 +0000

description:
Fix errno.

diffstat:

 mail/cucipop/distinfo         |   4 ++--
 mail/cucipop/patches/patch-ab |  15 ++++++++++++---
 2 files changed, 14 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 0f482eb447ce -r ef2ca6fc6bb5 mail/cucipop/distinfo
--- a/mail/cucipop/distinfo     Sun Jan 08 14:51:11 2006 +0000
+++ b/mail/cucipop/distinfo     Sun Jan 08 15:12:11 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2005/02/24 09:59:21 agc Exp $
+$NetBSD: distinfo,v 1.8 2006/01/08 15:12:11 joerg Exp $
 
 SHA1 (cucipop-1.31.tar.gz) = d9b5dc2960e96ad1ee63f0a6f8879165f4477434
 RMD160 (cucipop-1.31.tar.gz) = dbca1b313a755544578f89586c200a0227858f92
@@ -7,7 +7,7 @@
 RMD160 (cucipop-1.31-v6-20010223.diff.gz) = 3465094cb906ddec2a8780fdaf617dce51e6d6d5
 Size (cucipop-1.31-v6-20010223.diff.gz) = 1713 bytes
 SHA1 (patch-aa) = baf7a7a262d8d50d404bcc1eed9fe8da72a7b927
-SHA1 (patch-ab) = 2f021113d2634065034065aba0afd06b7a403cb1
+SHA1 (patch-ab) = 3dcbfb7525bd59a1a5ede8cabe286f1bc3704cca
 SHA1 (patch-ac) = 5d768b6b0badf8357bdb6668efb144bc14f98318
 SHA1 (patch-ad) = 2acb395d031e5919cacbcf178d58fe8ec4a75e0b
 SHA1 (patch-ae) = 30715d0e00ed4862601ea0cb69fdb797a9eb234a
diff -r 0f482eb447ce -r ef2ca6fc6bb5 mail/cucipop/patches/patch-ab
--- a/mail/cucipop/patches/patch-ab     Sun Jan 08 14:51:11 2006 +0000
+++ b/mail/cucipop/patches/patch-ab     Sun Jan 08 15:12:11 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.2 1998/08/07 11:09:31 agc Exp $
+$NetBSD: patch-ab,v 1.3 2006/01/08 15:12:11 joerg Exp $
 
---- xcreat.c   1998/07/21 09:33:41     1.1
-+++ xcreat.c   1998/07/21 09:34:32
+--- xcreat.c.orig      1998-05-02 00:56:54.000000000 +0000
++++ xcreat.c
 @@ -22,7 +22,10 @@
  /*#define NOuname                   /* uncomment if uname is not available */
  /*#define NOstrpbrk               /* uncomment if strpbrk is not available */
@@ -13,3 +13,12 @@
  
  #include <unistd.h>                   /* open() close() link() unlink()
                                           getpid() */
+@@ -57,8 +60,6 @@
+ #define irotbSERIAL   (1L<<bitsSERIAL-rotbSERIAL)
+ #define mrotbSERIAL   ((maskSERIAL&irotbSERIAL-1)+irotbSERIAL)
+ 
+-extern errno;
+-
+ #ifdef NOstrpbrk
+ char*strpbrk(st,del)const char*const st,*del;
+ { const char*f=0,*t;



Home | Main Index | Thread Index | Old Index