From owner-svn-ports-all@FreeBSD.ORG Sun Jun 22 22:55:59 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0172BD12; Sun, 22 Jun 2014 22:55:59 +0000 (UTC) Received: from mail-wg0-x22f.google.com (mail-wg0-x22f.google.com [IPv6:2a00:1450:400c:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 43B312E2C; Sun, 22 Jun 2014 22:55:58 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id k14so5976300wgh.30 for ; Sun, 22 Jun 2014 15:55:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=c9Pe45Qknbqaf2BeqrTQsWvG+/l3hh8cRD58sZCMPz4=; b=yfRQ3on9ndAnQXv+7g/vTmW75MAIW6edJ+P75OSBUyulxcKPsouHHSDi87CLYJJqv3 9lMT7NDgaNdf9lmT8W1gXhdJ4m4o8+n+DiaS4nxAmVmj5y7e9Yvjt+jvv8zLw3JWQ/vA y5EuyNSXoItj8xzM0Ir3IlV3z61Z8Vy/wUVHaJJsDJM2Vx6QWdQTgdgviEx4TTWi4Z8l M8TE0Sqb0SQcwc6o85mHslcACKf78hTbhVD2NukFFTyOJF04q+VDIBuQztpj72CyKYgL s1/mzg7DdR/x9fqQc08xKYQfpgNMgwDnLBTWDhg0neSgCVC4Dzs0sRZxT3jZyOBG7zNn 7Feg== X-Received: by 10.180.149.240 with SMTP id ud16mr21500799wib.3.1403477756506; Sun, 22 Jun 2014 15:55:56 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id bp2sm27563704wib.9.2014.06.22.15.55.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Jun 2014 15:55:55 -0700 (PDT) Sender: Baptiste Daroussin Date: Mon, 23 Jun 2014 00:55:53 +0200 From: Baptiste Daroussin To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r358869 - head/shells/zsh Message-ID: <20140622225553.GL23976@ivaldir.etoilebsd.net> References: <201406222254.s5MMshgs024117@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NPWyolIJAVLYbHY6" Content-Disposition: inline In-Reply-To: <201406222254.s5MMshgs024117@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) 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:55:59 -0000 --NPWyolIJAVLYbHY6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 22, 2014 at 10:54:43PM +0000, Baptiste Daroussin wrote: > 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/ >=20 > Log: > Fix building zsh on a FreeBSD which is a NIS client [1] > Fix hangs upon '>(command)' redirections (enforce always using pipes) [= 2] > =20 > PR: 183253 [1], 180178 [2] > Submitted by: Yasuhiro KIMURA [1], danielsh@apache.o= rg [2] > With help of: jilles [2] >=20 > Modified: > head/shells/zsh/Makefile >=20 > Modified: head/shells/zsh/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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 @@ > =20 > PORTNAME=3D zsh > PORTVERSION=3D 5.0.5 > +PORTREVISION=3D 1 > CATEGORIES=3D shells > MASTER_SITES=3D SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ > SF/${PORTNAME}/${PORTNAME}-doc/${PORTVERSION}:doc > @@ -23,8 +24,9 @@ ZSH_VER=3D ${PORTVERSION} > USES=3D iconv ncurses tar:bzip2 > GNU_CONFIGURE=3D yes > =20 > -CPPFLAGS+=3D -I${LOCALBASE}/include > +CPPFLAGS+=3D -I${LOCALBASE}/include -DBOOL_DEFINED Forgot to say that this is a workaround to headers pollutions on FreeBSD NIS implementation regards, Bapt --NPWyolIJAVLYbHY6 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlOnXvkACgkQ8kTtMUmk6EznuQCfcZLtbTJDQuuuMwOkW0eWSRLZ m88An3G5eRxL9xjrdN3UQsXohkRZ3msR =22Gn -----END PGP SIGNATURE----- --NPWyolIJAVLYbHY6--