Date: Sun, 07 May 2017 19:59:27 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: Mark Linimon <linimon@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r439906 - in head: games/cheech games/freedoko games/shaaft games/trigger-rally graphics/hiptext graphics/photivo java/classpath Message-ID: <o9v4-4kg0-wny@FreeBSD.org> In-Reply-To: <201705011925.v41JP0Ur023058@repo.freebsd.org> (Mark Linimon's message of "Mon, 1 May 2017 19:25:00 %2B0000 (UTC)") References: <201705011925.v41JP0Ur023058@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Mark Linimon <linimon@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?o9v4-4kg0-wny>