From owner-svn-ports-head@freebsd.org Fri Jul 10 16:21:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39932997876; Fri, 10 Jul 2015 16:21:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A3D61EF9; Fri, 10 Jul 2015 16:21:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6AGL5XF059335; Fri, 10 Jul 2015 16:21:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6AGL5WE059334; Fri, 10 Jul 2015 16:21:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507101621.t6AGL5WE059334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 10 Jul 2015 16:21:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391708 - head/games/xmoto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2015 16:21:05 -0000 Author: amdmi3 Date: Fri Jul 10 16:21:04 2015 New Revision: 391708 URL: https://svnweb.freebsd.org/changeset/ports/391708 Log: - Extend BROKEN condition: this is also broken on e.g. mips which still uses old gcc Modified: head/games/xmoto/Makefile Modified: head/games/xmoto/Makefile ============================================================================== --- head/games/xmoto/Makefile Fri Jul 10 15:00:20 2015 (r391707) +++ head/games/xmoto/Makefile Fri Jul 10 16:21:04 2015 (r391708) @@ -21,7 +21,7 @@ LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= dos2unix gmake jpeg lua:51 +USES= compiler:features dos2unix gmake jpeg lua:51 USE_GNOME= libxml2 USE_SQLITE= 3 USE_SDL= sdl mixer ttf net @@ -57,8 +57,8 @@ DESKTOP_ENTRIES="XMoto" \ .include -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -BROKEN= does not build +.if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42 +BROKEN= does not build with gcc 4.2 .endif post-extract: