likewise in case ports is quicker :-)

----- Forwarded message from Nicholas Marriott <[email protected]> 
-----

From: Nicholas Marriott <[email protected]>
To: [email protected]
Date: Mon, 6 Sep 2010 18:46:05 +0100
Subject: zsh + ncursesw
User-Agent: Mutt/1.5.20 (2009-06-14)

Hi

New patch fixes build with ncursesw, and regen other patch.

Comments/ok?


Index: patches/patch-Doc_zsh_texi
===================================================================
RCS file: /cvs/ports/shells/zsh/patches/patch-Doc_zsh_texi,v
retrieving revision 1.5
diff -u -p -r1.5 patch-Doc_zsh_texi
--- patches/patch-Doc_zsh_texi  4 Nov 2008 10:00:59 -0000       1.5
+++ patches/patch-Doc_zsh_texi  30 Aug 2010 08:37:10 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-Doc_zsh_texi,v 1.5 2008/11/04 10:00:59 pea Exp $
---- Doc/zsh.texi.orig  Mon Nov  3 10:33:05 2008
-+++ Doc/zsh.texi       Mon Nov  3 22:44:34 2008
+--- Doc/zsh.texi.orig  Mon Jun  1 10:00:26 2009
++++ Doc/zsh.texi       Wed Aug 25 08:44:01 2010
 @@ -7,6 +7,10 @@
  @end iftex
  @setfilename zsh.info
@@ -12,7 +12,7 @@ $OpenBSD: patch-Doc_zsh_texi,v 1.5 2008/
  @c %**end of header
  
  @ifinfo
-@@ -3690,7 +3694,7 @@ you may see in your prompt (see
+@@ -3740,7 +3744,7 @@ you may see in your prompt (see
  A history expansion begins with the first character of the @t{histchars}
  parameter, which is `...@t{!}' by default, and may occur anywhere on the
  command line; history expansions do not nest.  The `...@t{!}' can be escaped
@@ -21,7 +21,7 @@ $OpenBSD: patch-Doc_zsh_texi,v 1.5 2008/
  to suppress its special meaning.  Double quotes will @emph{not} work for
  this.  Following this history character is an optional event designator
  (@ref{Event Designators}) and then an optional word
-@@ -8808,7 +8812,7 @@ For example,
+@@ -9346,7 +9350,7 @@ For example,
  @example
  unsetopt localtraps
  trap - INT
@@ -30,7 +30,7 @@ $OpenBSD: patch-Doc_zsh_texi,v 1.5 2008/
  @end example
  
  @noindent
-@@ -17755,7 +17759,7 @@ zstyle ':completion:*:default' list-colors 
$...@{(s.:.)LS
+@@ -18601,7 +18605,7 @@ zstyle ':completion:*:default' list-colors 
$...@{(s.:.)LS
  
  @noindent
  The default colors are the same as for the GNU @t{ls} command and can be
@@ -39,7 +39,7 @@ $OpenBSD: patch-Doc_zsh_texi,v 1.5 2008/
  
  @kindex list-dirs-first, completion style
  @item @t{list-dirs-first}
-@@ -17888,7 +17892,7 @@ generates no matches, case-insensitive completion:
+@@ -18734,7 +18738,7 @@ generates no matches, case-insensitive completion:
  
  @noindent
  @example
@@ -48,7 +48,7 @@ $OpenBSD: patch-Doc_zsh_texi,v 1.5 2008/
  @end example
  
  @noindent
-@@ -17912,7 +17916,7 @@ case-insensitive completion with @t{_complete}:
+@@ -18758,7 +18762,7 @@ case-insensitive completion with @t{_complete}:
  @example
  zstyle ':completion:*' completer _complete _prefix
  zstyle ':completion:*:complete:*' matcher-list \ 
@@ -57,7 +57,7 @@ $OpenBSD: patch-Doc_zsh_texi,v 1.5 2008/
  @end example
  
  @noindent
-@@ -21303,7 +21307,7 @@ generates at least one match. E.g.:
+@@ -22175,7 +22179,7 @@ generates at least one match. E.g.:
  
  @noindent
  @example
@@ -66,7 +66,7 @@ $OpenBSD: patch-Doc_zsh_texi,v 1.5 2008/
  @end example
  
  @noindent
-@@ -21515,7 +21519,7 @@ use is
+@@ -22387,7 +22391,7 @@ use is
  
  @noindent
  @example
@@ -75,7 +75,7 @@ $OpenBSD: patch-Doc_zsh_texi,v 1.5 2008/
  @end example
  
  @noindent
-@@ -21603,7 +21607,7 @@ performed on the first word in the range.  For example
+@@ -22475,7 +22479,7 @@ performed on the first word in the range.  For example
  
  @noindent
  @example
Index: patches/patch-configure_ac
===================================================================
RCS file: patches/patch-configure_ac
diff -N patches/patch-configure_ac
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-configure_ac  30 Aug 2010 08:37:11 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- configure.ac.orig  Mon Aug 30 09:36:42 2010
++++ configure.ac       Mon Aug 30 09:37:03 2010
+@@ -701,7 +701,7 @@ AH_TEMPLATE([ZSH_NO_XOPEN],
+ AC_CACHE_CHECK(if _XOPEN_SOURCE_EXTENDED should not be defined,
+ zsh_cv_no_xopen,
+ [[case "$host_os" in
+-  *openbsd*|*freebsd5*|*freebsd6.[012]*|*aix*)
++  *freebsd5*|*freebsd6.[012]*|*aix*)
+   zsh_cv_no_xopen=yes
+   ;;
+   *)

----- End forwarded message -----

Reply via email to