summaryrefslogtreecommitdiff
path: root/chat/zephyr/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2006-06-04 13:42:10 +0000
committerjoerg <joerg>2006-06-04 13:42:10 +0000
commit4704bab75380c94bb9e2db91dd8597df6bc16663 (patch)
tree218b8c5a4b4ba132797e3187ef425c778fa1d076 /chat/zephyr/patches
parent4b36489e543d6fbfc7673bd4bf7d7f2c43b39a03 (diff)
downloadpkgsrc-4704bab75380c94bb9e2db91dd8597df6bc16663.tar.gz
Use kth-krb4 as dependency. It should work with the system krb4 on
NetBSD, when someone adds a builtin.mk for security/kth-krb4. Fix errno. Bump revision.
Diffstat (limited to 'chat/zephyr/patches')
-rw-r--r--chat/zephyr/patches/patch-ac13
-rw-r--r--chat/zephyr/patches/patch-al21
-rw-r--r--chat/zephyr/patches/patch-am16
3 files changed, 37 insertions, 13 deletions
diff --git a/chat/zephyr/patches/patch-ac b/chat/zephyr/patches/patch-ac
deleted file mode 100644
index 4746b9e1805..00000000000
--- a/chat/zephyr/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2003/09/16 19:41:50 seb Exp $
-
---- clients/zctl/zctl.c.orig Thu Aug 12 20:19:38 1999
-+++ clients/zctl/zctl.c
-@@ -12,7 +12,7 @@
-
- #include <sysdep.h>
- #include <zephyr/zephyr.h>
--#include <ss/ss.h>
-+#include <ss.h>
- #include <com_err.h>
- #include <pwd.h>
- #include <netdb.h>
diff --git a/chat/zephyr/patches/patch-al b/chat/zephyr/patches/patch-al
new file mode 100644
index 00000000000..f46735ba025
--- /dev/null
+++ b/chat/zephyr/patches/patch-al
@@ -0,0 +1,21 @@
+$NetBSD: patch-al,v 1.1 2006/06/04 13:42:10 joerg Exp $
+
+--- server/acl_files.c.orig 2006-04-25 15:28:36.000000000 +0000
++++ server/acl_files.c
+@@ -18,6 +18,7 @@
+ * declared and not statically declared.
+ */
+
++#include <errno.h>
+ #include <zephyr/mit-copyright.h>
+ #include "zserver.h"
+
+@@ -48,8 +49,6 @@ static const char rcsid_acl_files_c[] =
+
+ #define COR(a,b) ((a!=NULL)?(a):(b))
+
+-extern int errno;
+-
+ extern time_t time();
+
+ /* Canonicalize a principal name */
diff --git a/chat/zephyr/patches/patch-am b/chat/zephyr/patches/patch-am
new file mode 100644
index 00000000000..32ce4298da7
--- /dev/null
+++ b/chat/zephyr/patches/patch-am
@@ -0,0 +1,16 @@
+$NetBSD: patch-am,v 1.1 2006/06/04 13:42:10 joerg Exp $
+
+--- zwgc/main.c.orig 2006-04-25 15:31:09.000000000 +0000
++++ zwgc/main.c
+@@ -21,4 +21,5 @@ static const char rcsid_main_c[] = "$Id:
+ #endif
+
++#include <errno.h>
+ #include <netdb.h>
+ #include <sys/socket.h>
+@@ -449,5 +450,4 @@ static RETSIGTYPE signal_child()
+ union wait status;
+ #endif
+- extern int errno;
+ int pid, old_errno = errno;
+