Date: Mon, 19 Dec 2016 12:30:57 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428925 - head/games/wesnoth Message-ID: <201612191230.uBJCUvFx056715@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612191230.uBJCUvFx056715>