pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/joe Fix errno regression.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5e781abe710
branches:  trunk
changeset: 515928:c5e781abe710
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jul 11 00:30:09 2006 +0000

description:
Fix errno regression.

diffstat:

 editors/joe/distinfo         |   3 ++-
 editors/joe/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 7c9bc70f0a3a -r c5e781abe710 editors/joe/distinfo
--- a/editors/joe/distinfo      Tue Jul 11 00:21:17 2006 +0000
+++ b/editors/joe/distinfo      Tue Jul 11 00:30:09 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.12 2006/07/07 18:22:00 adam Exp $
+$NetBSD: distinfo,v 1.13 2006/07/11 00:30:09 joerg Exp $
 
 SHA1 (joe-3.4.tar.gz) = 8c044130b48dce0768880605ee2b5dac102ebbd1
 RMD160 (joe-3.4.tar.gz) = 0849f34ae239be8281a098532ec6b82d85f61607
 Size (joe-3.4.tar.gz) = 590679 bytes
+SHA1 (patch-aa) = 25d7b96349b20af7e2f3de09dc6c8a229028c9dc
diff -r 7c9bc70f0a3a -r c5e781abe710 editors/joe/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/joe/patches/patch-aa      Tue Jul 11 00:30:09 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.10 2006/07/11 00:30:09 joerg Exp $
+
+--- b.c.orig   2006-07-11 00:24:25.000000000 +0000
++++ b.c
+@@ -11,8 +11,6 @@
+ #include <pwd.h>
+ #endif
+ 
+-extern int errno;
+-
+ #ifdef WITH_SELINUX
+ #include <selinux/selinux.h>
+ static int selinux_enabled = -1;



Home | Main Index | Thread Index | Old Index