svn commit: r508705 - head/shells/ksh93

Mathieu Arnold mat at FreeBSD.org
Mon Aug 12 09:55:45 UTC 2019


On Mon, Aug 12, 2019 at 04:44:37AM +0000, Cy Schubert wrote:
> Modified:
>   head/shells/ksh93/Makefile   (contents, props changed)
> 
> Modified: head/shells/ksh93/Makefile
> ==============================================================================
> --- head/shells/ksh93/Makefile	Mon Aug 12 04:44:24 2019	(r508704)
> +++ head/shells/ksh93/Makefile	Mon Aug 12 04:44:37 2019	(r508705)
> @@ -13,6 +13,10 @@ LICENSE=	EPL
>  
>  USES=		compiler:c11 meson ninja python:build
>  
> +.if ${USE_GCC} == "9"
> +BROKEN=		GCC 9.1 changes the output of `gcc -E` which breaks the conf.sh script, fixed in shells/ksh93-devel
> +.endif
> +

Mmmm, USE_GCC is not defined in this Makefile, so I guess you are
inheriting it from setting compiler:c11 on some architectures.
Variables set by USES=compiler are only available after including
bsd.port.pre.mk, so this bit of code will never be true.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20190812/46dd4d91/attachment.sig>


More information about the svn-ports-all mailing list