svn commit: r358869 - head/shells/zsh

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 22 22:55:59 UTC 2014


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/
> 
> 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 <yasu at utahime.org> [1], danielsh at 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

Forgot to say that this is a workaround to headers pollutions on FreeBSD NIS
implementation

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20140623/58c233e1/attachment.sig>


More information about the svn-ports-head mailing list