summaryrefslogtreecommitdiff
path: root/shells/zsh/files
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-08-30 20:01:07 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-08-30 20:01:07 +0000
commit7c76f50b76e3ef3dd9cc9c0bfac63e255fdddf41 (patch)
tree7a5786a1c456a51a1c4d624f8096af827b2c3dcd /shells/zsh/files
parentAdd upstream patch to make the build work with non-base (ie. newer) GCCs. (diff)
Update to 5.1
Switch the default mirror to zsh.org until the distfiles appears on sourceforge
Notes
Notes: svn path=/head/; revision=395638
Diffstat (limited to 'shells/zsh/files')
-rw-r--r--shells/zsh/files/patch-Completion_Unix_Command___du9
-rw-r--r--shells/zsh/files/patch-Src_Modules_zpty.c11
2 files changed, 0 insertions, 20 deletions
diff --git a/shells/zsh/files/patch-Completion_Unix_Command___du b/shells/zsh/files/patch-Completion_Unix_Command___du
deleted file mode 100644
index f990131d725c..000000000000
--- a/shells/zsh/files/patch-Completion_Unix_Command___du
+++ /dev/null
@@ -1,9 +0,0 @@
---- Completion/Unix/Command/_du.orig 2015-05-03 17:57:18 UTC
-+++ Completion/Unix/Command/_du
-@@ -74,5 +74,5 @@ else
- do
- [[ $OSTYPE = $~pattern ]] && args+=( $arg )
- done
-- _arguments -s -A "-*" $args
-+ _arguments -s -A "-*" $args '*:file:_files'
- fi
diff --git a/shells/zsh/files/patch-Src_Modules_zpty.c b/shells/zsh/files/patch-Src_Modules_zpty.c
deleted file mode 100644
index f0e3b199d8d2..000000000000
--- a/shells/zsh/files/patch-Src_Modules_zpty.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- Src/Modules/zpty.c.orig 2015-06-02 06:51:05.604875000 +0200
-+++ Src/Modules/zpty.c 2015-06-02 00:07:36.672596000 +0200
-@@ -154,7 +154,7 @@ getptycmd(char *name)
- return NULL;
- }
-
--#ifdef USE_DEV_PTMX
-+#if defined(HAVE_POSIX_OPENPT) || defined(USE_DEV_PTMX)
-
- #ifdef HAVE_SYS_STROPTS_H
- #include <sys/stropts.h>