Date: Sun, 4 Nov 2018 09:37:48 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r483975 - branches/2018Q4/games/jaggedalliance2 Message-ID: <201811040937.wA49bmS4091522@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 09:37:48 2018 New Revision: 483975 URL: https://svnweb.freebsd.org/changeset/ports/483975 Log: MFH: r483974 Mark BROKEN: fails to build Build/Editor/EditorItems.cc:295:27: error: non-constant-expression cannot be narrowed from type 'int' to 'INT16' (aka 'short') in initializer list [-Wc++11-narrowing] SGPBox const r = { 100, EDITOR_TASKBAR_POS_Y, 60, 80 }; ^~~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout Modified: branches/2018Q4/games/jaggedalliance2/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/games/jaggedalliance2/Makefile ============================================================================== --- branches/2018Q4/games/jaggedalliance2/Makefile Sun Nov 4 09:36:20 2018 (r483974) +++ branches/2018Q4/games/jaggedalliance2/Makefile Sun Nov 4 09:37:48 2018 (r483975) @@ -11,6 +11,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= lme@FreeBSD.org COMMENT= Port of "Jagged Alliance 2" using SDL +BROKEN= fails to build # Ignore this if you feel adventurous ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 ONLY_FOR_ARCHS_REASON= Needs a little endian environment
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811040937.wA49bmS4091522>