svn commit: r395499 - head/games/wesnoth
Jan Beich
jbeich at FreeBSD.org
Fri Aug 28 15:30:11 UTC 2015
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
More information about the svn-ports-all
mailing list