From 4704bab75380c94bb9e2db91dd8597df6bc16663 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 4 Jun 2006 13:42:10 +0000 Subject: 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. --- chat/zephyr/patches/patch-ac | 13 ------------- chat/zephyr/patches/patch-al | 21 +++++++++++++++++++++ chat/zephyr/patches/patch-am | 16 ++++++++++++++++ 3 files changed, 37 insertions(+), 13 deletions(-) delete mode 100644 chat/zephyr/patches/patch-ac create mode 100644 chat/zephyr/patches/patch-al create mode 100644 chat/zephyr/patches/patch-am (limited to 'chat/zephyr/patches') 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 - #include --#include -+#include - #include - #include - #include 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 + #include + #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 + #include + #include +@@ -449,5 +450,4 @@ static RETSIGTYPE signal_child() + union wait status; + #endif +- extern int errno; + int pid, old_errno = errno; + -- cgit v1.2.3