From owner-cvs-all@FreeBSD.ORG Fri Oct 5 08:22:46 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0B6716A420; Fri, 5 Oct 2007 08:22:46 +0000 (UTC) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D254813C467; Fri, 5 Oct 2007 08:22:46 +0000 (UTC) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l958MkjS068081; Fri, 5 Oct 2007 08:22:46 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l958MkoS068080; Fri, 5 Oct 2007 08:22:46 GMT (envelope-from sergei) Message-Id: <200710050822.l958MkoS068080@repoman.freebsd.org> From: Sergei Kolobov Date: Fri, 5 Oct 2007 08:22:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/shells/zsh Makefile ports/shells/zsh/files patch-Completion-Unix-Command-_locate patch-Completion-Unix-Command-_mount patch-Completion-Unix-Type-_canonical_paths patch-environ X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 08:22:47 -0000 sergei 2007-10-05 08:22:46 UTC FreeBSD ports repository Modified files: shells/zsh Makefile Added files: shells/zsh/files patch-Completion-Unix-Command-_locate patch-Completion-Unix-Command-_mount patch-Completion-Unix-Type-_canonical_paths patch-environ Log: - Add Peter Stephenson's patch from Zsh CVS repo that adds (un)setenv() detection. This fixes the issue on 7-CURRENT where Zsh was manipulating environment directly in conflict with the new *env() functions: http://lists.freebsd.org/pipermail/freebsd-current/2007-July/075538.html 6-STABLE continues to works correctly. More info about the patch: http://www.zsh.org/mla/workers/2007/msg00619.html - Fix completions for locate(1), mount(8), umount(8) to avoid some linuxisms and do the right thing under FreeBSD PR: ports/115094, ports/115702 Submitted by: Sean C. Farley (scf) Revision Changes Path 1.88 +1 -1 ports/shells/zsh/Makefile 1.1 +40 -0 ports/shells/zsh/files/patch-Completion-Unix-Command-_locate (new) 1.1 +13 -0 ports/shells/zsh/files/patch-Completion-Unix-Command-_mount (new) 1.1 +20 -0 ports/shells/zsh/files/patch-Completion-Unix-Type-_canonical_paths (new) 1.1 +253 -0 ports/shells/zsh/files/patch-environ (new)