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-2011Q4:1.3.0.34 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.32 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.30 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.28 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.26 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.24 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.22 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.20 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.18 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.16 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.14 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.12 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.10 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.8 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.6 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.4 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.2 pkgsrc-2005Q4-base:1.3; locks; strict; comment @# @; 1.5 date 2012.08.16.16.26.46; author ryoon; state dead; branches; next 1.4; 1.4 date 2012.07.22.10.03.40; author ryoon; state Exp; branches; next 1.3; 1.3 date 2005.12.07.03.00.50; author uebayasi; state dead; branches; next 1.2; 1.2 date 2005.10.23.15.36.48; author rillig; state Exp; branches; next 1.1; 1.1 date 2005.10.11.12.43.00; author joerg; state Exp; branches; next ; desc @@ 1.5 log @Remove unnecessary patches. These patches do not work anything. Pointed out by wiz@@. Thank you. @ text @$NetBSD: patch-af,v 1.4 2012/07/22 10:03:40 ryoon Exp $ --- Config/defs.mk.in.orig 2011-04-19 15:05:00.000000000 +0000 +++ Config/defs.mk.in @@@@ -81,6 +81,7 @@@@ TEXI2PDF = @@TEXI2PDF@@ # install utility INSTALL_PROGRAM = @@INSTALL_PROGRAM@@ +INSTALL_SCRIPT = @@INSTALL_SCRIPT@@ INSTALL_DATA = @@INSTALL_DATA@@ # variables used in determining what to install @ 1.4 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 @d1 1 a1 1 $NetBSD: patch-af,v 1.4 2011/07/30 11:53:52 ryoon Exp $ @ 1.3 log @Update zsh to 4.2.6. Better DragonFly support, new complete functions (arch_archives, arch_namespace, bzr, cplay, date, dchroot, dlocate, dpkg-cross, git, madison, module-assistant, piuparts, quilt, toolchain-source, urxvt, and xpdf), bug fixes, etc. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.2 2005/10/23 15:36:48 rillig Exp $ d3 3 a5 5 --- Completion/Unix/Command/_apm.orig 2005-05-09 23:57:43.000000000 +0200 +++ Completion/Unix/Command/_apm 2005-05-09 23:58:44.000000000 +0200 @@@@ -11,7 +11,7 @@@@ '(-n --noignore)'{-n,--noignore}'[tell the system not to ignore system-generated APM message]' \ '(-i --ignore)'{-i,--ignore}'[tell the system to ignore system-generated APM message]' && return d7 4 a10 2 -elif [[ $OSTYPE == freebsd* ]]; then +elif [[ $OSTYPE == freebsd* || $OSTYPE = dragonfly* ]]; then d12 1 a12 2 _arguments \ '-a[display AC line status]' \ @ 1.2 log @Fixed pkglint warnings. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Allow the one-true-shell to work on DragonFly. Patches are included upstream already. @ text @d1 2 @