head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2011Q1:1.3.0.4 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.2 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.1.0.6 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.4 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.2 pkgsrc-2010Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2011.04.05.13.54.25; author ryoon; state dead; branches; next 1.3; 1.3 date 2010.11.27.12.46.53; author roy; state Exp; branches; next 1.2; 1.2 date 2010.11.27.07.25.25; author obache; state Exp; branches; next 1.1; 1.1 date 2010.02.07.10.07.10; author roy; state Exp; branches; next ; desc @@ 1.4 log @Update to 4.3.11. Changelog is too long. Please read NEWS and Changelog file. @ text @$NetBSD: patch-bb,v 1.3 2010/11/27 12:46:53 roy Exp $ $NetBSD: patch-bb,v 1.3 2010/11/27 12:46:53 roy Exp $ --- Src/Modules/terminfo.c.orig 2008-03-13 09:54:14.000000000 +0000 +++ Src/Modules/terminfo.c @@@@ -49,9 +49,11 @@@@ # undef offsetof # endif +#if !defined(__NetBSD__) #ifdef ZSH_HAVE_CURSES_H # include "../zshcurses.h" #endif +#endif # ifdef ZSH_HAVE_TERM_H # include "../zshterm.h" @ 1.3 log @Build on Mac OS X again, thans to Ryo ONODERA . Fixes PR pkg/43083. @ text @d1 1 a1 1 $NetBSD: patch-bb,v 1.2 2010/11/27 07:25:25 obache Exp $ d3 1 a3 1 $NetBSD$ @ 1.2 log @Add RCS Id to patch-b?. @ text @d1 2 d5 3 a7 5 terminfo does not require curses. --- Src/Modules/terminfo.c.orig 2010-02-07 08:31:07.000000000 +0000 +++ Src/Modules/terminfo.c 2010-02-07 08:31:30.000000000 +0000 @@@@ -49,10 +49,6 @@@@ d11 6 a16 4 -#ifdef ZSH_HAVE_CURSES_H -# include "../zshcurses.h" -#endif - a18 1 # endif @ 1.1 log @Add patches to fix building on NetBSD with terminfo, fixes PR pkg/42761. @ text @d1 2 @