summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-06-03 13:49:30 +0000
committertron <tron@pkgsrc.org>2002-06-03 13:49:30 +0000
commit7a61015d63fa25d47b50b5e18cbd55bced28d9a4 (patch)
tree944daeb70b8a4f9fd009b51b6bfe874ed8553f44 /shells
parent28f9e6b84815b4f7b3419212cd83ac62df408086 (diff)
downloadpkgsrc-7a61015d63fa25d47b50b5e18cbd55bced28d9a4.tar.gz
Don't disable utmpx support under NetBSD any more. It works fine now.
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh/distinfo3
-rw-r--r--shells/zsh/patches/patch-ac16
2 files changed, 1 insertions, 18 deletions
diff --git a/shells/zsh/distinfo b/shells/zsh/distinfo
index 666d0d93b03..03c2a5570ed 100644
--- a/shells/zsh/distinfo
+++ b/shells/zsh/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.8 2002/03/04 20:27:44 tron Exp $
+$NetBSD: distinfo,v 1.9 2002/06/03 13:49:30 tron Exp $
SHA1 (zsh-4.0.4.tar.bz2) = 7e0f5f6fc5468afa9c42861119ed834617c4327a
Size (zsh-4.0.4.tar.bz2) = 1680823 bytes
SHA1 (patch-aa) = 5e5fde0f21a64c2e0579958868b05737ef0c6afb
SHA1 (patch-ab) = 6923c88e487b02654c99e602d2c7c097c2b0a2e0
-SHA1 (patch-ac) = 0151b90d55021171f4c0ca44e0171d67739d00cc
diff --git a/shells/zsh/patches/patch-ac b/shells/zsh/patches/patch-ac
deleted file mode 100644
index d6cc81f19fe..00000000000
--- a/shells/zsh/patches/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.7 2002/03/04 20:27:45 tron Exp $
-
---- Src/watch.c.orig Tue Jan 16 14:44:20 2001
-+++ Src/watch.c Mon Mar 4 21:22:10 2002
-@@ -29,6 +29,11 @@
-
- #include "zsh.mdh"
-
-+#if defined(__NetBSD__) && defined(HAVE_UTMPX_H)
-+# undef HAVE_UTMPX_H
-+# undef HAVE_STRUCT_UTMPX
-+#endif
-+
- /* Headers for utmp/utmpx structures */
- #ifdef HAVE_UTMP_H
- # include <utmp.h>