Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2015 15:30:11 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395499 - head/games/wesnoth
Message-ID:  <201508281530.t7SFUB4f037318@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
-
-.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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508281530.t7SFUB4f037318>