pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/posh Depend on errno.h to provide errno.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d227220262bb
branches:  trunk
changeset: 502923:d227220262bb
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Nov 10 22:25:13 2005 +0000

description:
Depend on errno.h to provide errno.

diffstat:

 shells/posh/distinfo         |   3 ++-
 shells/posh/patches/patch-ab |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 7b488f210057 -r d227220262bb shells/posh/distinfo
--- a/shells/posh/distinfo      Thu Nov 10 22:21:56 2005 +0000
+++ b/shells/posh/distinfo      Thu Nov 10 22:25:13 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2005/03/29 17:02:31 jmmv Exp $
+$NetBSD: distinfo,v 1.6 2005/11/10 22:25:13 joerg Exp $
 
 SHA1 (posh_0.3.14.tar.gz) = 0242227569336c3fa151d14263069480121c8d15
 RMD160 (posh_0.3.14.tar.gz) = 28ef5a29b736d42cc0f5261c305e053b65d79497
 Size (posh_0.3.14.tar.gz) = 668729 bytes
 SHA1 (patch-aa) = bdd8ffb67ccd60064b0fb5bda7935001f6807380
+SHA1 (patch-ab) = 1e638fd21d7cab2e0a98c6383ca02e3f7acbd14f
diff -r 7b488f210057 -r d227220262bb shells/posh/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/posh/patches/patch-ab      Thu Nov 10 22:25:13 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2005/11/10 22:25:13 joerg Exp $
+
+--- sh.h.orig  2005-11-10 22:22:51.000000000 +0000
++++ sh.h
+@@ -90,7 +90,6 @@ int strncasecmp ARGS((const char *s1, co
+ #define SH_VA_START(va, argn) va_start(va, argn)
+ 
+ #include <errno.h>
+-extern int errno;
+ 
+ #ifdef HAVE_FCNTL_H
+ # include <fcntl.h>



Home | Main Index | Thread Index | Old Index