Date: Fri, 6 Dec 2013 14:13:15 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335745 - head/games/tyrquake Message-ID: <201312061413.rB6EDF7p086145@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Dec 6 14:13:14 2013 New Revision: 335745 URL: http://svnweb.freebsd.org/changeset/ports/335745 Log: Mark as broken common/math.S: Assembler messages: common/math.S:110: Error: suffix or operands invalid for `push' common/math.S:405: Error: suffix or operands invalid for `pop' gmake: *** [build/nqsw/math.o] Error 1 *** [do-build] Error code 1 Modified: head/games/tyrquake/Makefile Modified: head/games/tyrquake/Makefile ============================================================================== --- head/games/tyrquake/Makefile Fri Dec 6 13:43:27 2013 (r335744) +++ head/games/tyrquake/Makefile Fri Dec 6 14:13:14 2013 (r335745) @@ -10,6 +10,8 @@ MASTER_SITES= http://disenchant.net/file MAINTAINER= rsmith@xs4all.nl COMMENT= Very conservative branch of the Quake source code +BROKEN= Fails to build + USE_XORG= x11 xxf86vm xdamage xfixes xau xext xdmcp USE_GL= yes USE_GMAKE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312061413.rB6EDF7p086145>