From owner-svn-ports-head@freebsd.org Fri Aug 28 15:30:11 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 64E899C4C1F; Fri, 28 Aug 2015 15:30:11 +0000 (UTC) (envelope-from jbeich@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 55B3B1F05; Fri, 28 Aug 2015 15:30:11 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7SFUBhc037319; Fri, 28 Aug 2015 15:30:11 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7SFUB4f037318; Fri, 28 Aug 2015 15:30:11 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201508281530.t7SFUB4f037318@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 28 Aug 2015 15:30:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395499 - head/games/wesnoth 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, 28 Aug 2015 15:30:11 -0000 Author: jbeich Date: Fri Aug 28 15:30:10 2015 New Revision: 395499 URL: https://svnweb.freebsd.org/changeset/ports/395499 Log: games/wesnoth: convert to BROKEN helper While here use more common wording for build failure. Approved by: portmgr blanket Modified: head/games/wesnoth/Makefile (contents, props changed) Modified: head/games/wesnoth/Makefile ============================================================================== --- head/games/wesnoth/Makefile Fri Aug 28 15:27:03 2015 (r395498) +++ head/games/wesnoth/Makefile Fri Aug 28 15:30:10 2015 (r395499) @@ -61,24 +61,16 @@ NOTIFY_CMAKE_OFF=-DENABLE_NOTIFICATIONS= OPENMP_DESC= OpenMP support OPENMP_USES= compiler:openmp OPENMP_CMAKE_ON=-DENABLE_OMP=on +OPENMP_BROKEN= Does not compile with OPENMP option enabled RAWSOCKETS_DESC= Use raw receiving sockets in multiplayer RAWSOCKETS_CFLAGS=-DNETWORK_USE_RAW_SOCKETS SERVER_DESC= Server SERVER_CMAKE_OFF=-DENABLE_SERVER=off TEST_CMAKE_ON= -DENABLE_TESTS=on +TEST_BROKEN= Does not compile with TEST option enabled TOOLS_DESC= Extra tools for artists and translators TOOLS_CMAKE_ON= -DENABLE_TOOLS=on -.include - -.if ${PORT_OPTIONS:MOPENMP} -BROKEN= compilation fails with OpenMP -.endif - -.if ${PORT_OPTIONS:MTEST} -BROKEN= compilations fails with enabled TEST option -.endif - post-install: ${FIND} ${STAGEDIR}${PREFIX}/man -type d -empty -delete