svn commit: r439906 - in head: games/cheech games/freedoko games/shaaft games/trigger-rally graphics/hiptext graphics/photivo java/classpath

Jan Beich jbeich at FreeBSD.org
Sun May 7 17:59:41 UTC 2017


Mark Linimon <linimon at FreeBSD.org> writes:

> Modified: head/games/cheech/Makefile
> ==============================================================================
> --- head/games/cheech/Makefile	Mon May  1 19:24:00 2017	(r439905)
> +++ head/games/cheech/Makefile	Mon May  1 19:25:00 2017	(r439906)
> @@ -15,6 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
>  
>  LIB_DEPENDS=	libgnet-2.0.so:net/gnet2
>  
> +BROKEN_aarch64=		fails to compile: error: expected ';' at end of declaration list

Don't add BROKEN_<ARCH> for generic bustage affecting all architectures.

http://beefy5.nyi.freebsd.org/data/103i386-default/440208/logs/errors/cheech-0.8_8.log
http://beefy6.nyi.freebsd.org/data/103amd64-default/440208/logs/errors/cheech-0.8_8.log
http://beefy9.nyi.freebsd.org/data/110amd64-default/440208/logs/errors/cheech-0.8_8.log
http://beefy10.nyi.freebsd.org/data/110i386-default/440208/logs/errors/cheech-0.8_8.log
http://beefy11.nyi.freebsd.org/data/head-i386-default/p440208_s317854/logs/errors/cheech-0.8_8.log
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p440208_s317854/logs/errors/cheech-0.8_8.log

> Modified: head/games/freedoko/Makefile
> ==============================================================================
> --- head/games/freedoko/Makefile	Mon May  1 19:24:00 2017	(r439905)
> +++ head/games/freedoko/Makefile	Mon May  1 19:25:00 2017	(r439906)
> @@ -16,6 +16,8 @@ LICENSE_FILE=	${WRKSRC}/../doc/GPL
>  
>  LIB_DEPENDS=	libgnet-2.0.so:net/gnet2
>  
> +BROKEN_aarch64=		fails to compile: error: expected ';' at end of declaration list

Don't add BROKEN_<ARCH> for generic bustage affecting all architectures.

http://beefy5.nyi.freebsd.org/data/103i386-default/440208/logs/errors/freedoko-0.7.14_1.log
http://beefy6.nyi.freebsd.org/data/103amd64-default/440208/logs/errors/freedoko-0.7.14_1.log
http://beefy9.nyi.freebsd.org/data/110amd64-default/440208/logs/errors/freedoko-0.7.14_1.log
http://beefy10.nyi.freebsd.org/data/110i386-default/440208/logs/errors/freedoko-0.7.14_1.log
http://beefy11.nyi.freebsd.org/data/head-i386-default/p439918_s317660/logs/errors/freedoko-0.7.14_1.log
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p439918_s317660/logs/errors/freedoko-0.7.14_1.log

> Modified: head/graphics/photivo/Makefile
> ==============================================================================
> --- head/graphics/photivo/Makefile	Mon May  1 19:24:00 2017	(r439905)
> +++ head/graphics/photivo/Makefile	Mon May  1 19:25:00 2017	(r439906)
> @@ -15,6 +15,8 @@ COMMENT=	Free and open source photo proc
>  LICENSE=	GPLv3
>  LICENSE_FILE=	${WRKSRC}/COPYING
> 
> +BROKEN_aarch64=		fails to compile: error: constant expression evaluates to -2 which cannot be narrowed to type char

Instead of copy-pasting obvious "fails to compile" include the affected file.


More information about the svn-ports-all mailing list