From owner-svn-ports-all@FreeBSD.ORG Sun Jun 22 22:54:43 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CCABBB9E; Sun, 22 Jun 2014 22:54:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA1DE2E0F; Sun, 22 Jun 2014 22:54:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5MMshiA024118; Sun, 22 Jun 2014 22:54:43 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5MMshgs024117; Sun, 22 Jun 2014 22:54:43 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406222254.s5MMshgs024117@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 22 Jun 2014 22:54:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358869 - head/shells/zsh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2014 22:54:43 -0000 Author: bapt Date: Sun Jun 22 22:54:43 2014 New Revision: 358869 URL: http://svnweb.freebsd.org/changeset/ports/358869 QAT: https://qat.redports.org/buildarchive/r358869/ Log: Fix building zsh on a FreeBSD which is a NIS client [1] Fix hangs upon '>(command)' redirections (enforce always using pipes) [2] PR: 183253 [1], 180178 [2] Submitted by: Yasuhiro KIMURA [1], danielsh@apache.org [2] With help of: jilles [2] Modified: head/shells/zsh/Makefile Modified: head/shells/zsh/Makefile ============================================================================== --- head/shells/zsh/Makefile Sun Jun 22 22:54:31 2014 (r358868) +++ head/shells/zsh/Makefile Sun Jun 22 22:54:43 2014 (r358869) @@ -3,6 +3,7 @@ PORTNAME= zsh PORTVERSION= 5.0.5 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ SF/${PORTNAME}/${PORTNAME}-doc/${PORTVERSION}:doc @@ -23,8 +24,9 @@ ZSH_VER= ${PORTVERSION} USES= iconv ncurses tar:bzip2 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include -DBOOL_DEFINED LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= zsh_cv_sys_path_dev_fd=no CONFIGURE_ARGS= --with-term-lib="ncursesw ncurses" --with-tcsetpgrp \ --enable-function-subdirs