Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2014 00:55:53 +0200
From:      Baptiste Daroussin <bapt@FreeBSD.org>
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>
In-Reply-To: <201406222254.s5MMshgs024117@svn.freebsd.org>
References:  <201406222254.s5MMshgs024117@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--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 <yasu@utahime.org> [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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140622225553.GL23976>