head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.4 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.2 pkgsrc-2012Q4-base:1.5 pkgsrc-2012Q2:1.4.0.14 pkgsrc-2012Q2-base:1.4 pkgsrc-2012Q1:1.4.0.12 pkgsrc-2012Q1-base:1.4 pkgsrc-2011Q4:1.4.0.10 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q3:1.4.0.8 pkgsrc-2011Q3-base:1.4 pkgsrc-2011Q2:1.4.0.6 pkgsrc-2011Q2-base:1.4 pkgsrc-2011Q1:1.4.0.4 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.4.0.2 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.3.0.6 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.4 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.2 pkgsrc-2010Q1-base:1.3; locks; strict; comment @# @; 1.5 date 2012.07.22.10.03.40; author ryoon; state dead; branches; next 1.4; 1.4 date 2010.11.27.07.21.27; author obache; state Exp; branches; next 1.3; 1.3 date 2010.03.10.08.19.57; author roy; state Exp; branches; next 1.2; 1.2 date 2010.02.23.17.11.01; author roy; state Exp; branches; next 1.1; 1.1 date 2010.02.07.09.53.20; author roy; state Exp; branches; next ; desc @@ 1.5 log @Update to 5.0.0 * PLIST.xattr is moved to Makefile.common * Patches are introduced from zsh-current Tested on NetBSD 6.99.8 and 5.1. Changelog: * Many improvements. In detail, see NEWS @ text @$NetBSD: patch-bb,v 1.4 2010/11/27 07:21:27 obache Exp $ --- Src/Modules/terminfo.c.orig 2010-03-10 07:58:30.000000000 +0000 +++ Src/Modules/terminfo.c 2010-03-10 07:58:40.000000000 +0000 @@@@ -50,7 +50,9 @@@@ # undef offsetof # endif -# include +# ifndef __NetBSD__ +# include +# endif # ifdef HAVE_TERM_H # include # endif @ 1.4 log @Modify patches to buildable on NetBSD-5.1, NetBSD-5.99.40 and DragonFly-2.8.2. @ text @d1 1 a1 1 $NetBSD: patch-bb,v 1.3 2010/03/10 08:19:57 roy Exp $ @ 1.3 log @Fix patches to pull in curses.h when needed. Fixes PR pkg/42877. @ text @d1 1 a1 1 $NetBSD$ d10 1 a10 1 +# ifdef TERM_H_NEEDS_CURSES_H @ 1.2 log @Add $NetBSD$ @ text @d3 3 a5 14 terminfo does not require curses. --- Src/Modules/terminfo.c.orig 2010-02-07 08:54:08.000000000 +0000 +++ Src/Modules/terminfo.c 2010-02-07 08:55:11.000000000 +0000 @@@@ -30,7 +30,7 @@@@ #define USES_TERM_H 1 #include "terminfo.mdh" -#if defined(HAVE_TIGETFLAG) && defined(HAVE_CURSES_H) +#if defined(HAVE_TIGETFLAG) && defined(HAVE_TERM_H) # define USE_TERMINFO_MODULE 1 #else # undef USE_TERMINFO_MODULE @@@@ -50,10 +50,7 @@@@ d10 6 a15 7 -# ifdef HAVE_TERM_H -# include -# endif +#include static Param terminfo_pm; @ 1.1 log @Fix compile on NetBSD with terminfo, pkg/42762. @ text @d1 2 @