svn commit: r428925 - head/games/wesnoth

Torsten Zuehlsdorff tz at FreeBSD.org
Mon Dec 19 12:30:58 UTC 2016


Author: tz
Date: Mon Dec 19 12:30:57 2016
New Revision: 428925
URL: https://svnweb.freebsd.org/changeset/ports/428925

Log:
  games/wesnoth: Enable OPENMP by default
  
  PR:           215357
  Submitted by: Jan Beich <jbeich at FreeBSD.org>
  Approved by:  mentors (implicit)

Modified:
  head/games/wesnoth/Makefile

Modified: head/games/wesnoth/Makefile
==============================================================================
--- head/games/wesnoth/Makefile	Mon Dec 19 12:12:30 2016	(r428924)
+++ head/games/wesnoth/Makefile	Mon Dec 19 12:30:57 2016	(r428925)
@@ -2,7 +2,7 @@
 
 PORTNAME=	wesnoth
 PORTVERSION=	1.12.5
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \
@@ -42,7 +42,7 @@ PORTDATA=	*
 
 OPTIONS_DEFINE=	ANA CAMPAIGN DOCS FRIBIDI LOWMEM NLS \
 		NOTIFY OPENMP RAWSOCKETS SERVER TEST TOOLS
-OPTIONS_DEFAULT=	CAMPAIGN FRIBIDI NOTIFY SERVER TOOLS
+OPTIONS_DEFAULT=	CAMPAIGN FRIBIDI NOTIFY OPENMP SERVER TOOLS
 OPTIONS_SUB=	yes
 
 ANA_DESC=	Asynchronous Network API (WIP)
@@ -62,9 +62,8 @@ NOTIFY_DESC=	Desktop notifications
 NOTIFY_LIB_DEPENDS=libdbus-1.so:devel/dbus
 NOTIFY_CMAKE_OFF=-DENABLE_NOTIFICATIONS=off
 OPENMP_DESC=	OpenMP support
-OPENMP_USES=	compiler:openmp
+OPENMP_USES=	compiler:gcc-c++11-lib
 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


More information about the svn-ports-head mailing list