From owner-svn-ports-head@freebsd.org Fri Dec 18 08:16:58 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 D9B94A492ED; Fri, 18 Dec 2015 08:16:58 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A58B8151C; Fri, 18 Dec 2015 08:16:58 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBI8Gvuw098230; Fri, 18 Dec 2015 08:16:57 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBI8Gvkj098229; Fri, 18 Dec 2015 08:16:57 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201512180816.tBI8Gvkj098229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Fri, 18 Dec 2015 08:16:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403956 - head/graphics/opensubdiv 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, 18 Dec 2015 08:16:59 -0000 Author: mva Date: Fri Dec 18 08:16:57 2015 New Revision: 403956 URL: https://svnweb.freebsd.org/changeset/ports/403956 Log: - Make sure that OpenMP support is properly enabled Reported by: pkg-fallout Modified: head/graphics/opensubdiv/Makefile Modified: head/graphics/opensubdiv/Makefile ============================================================================== --- head/graphics/opensubdiv/Makefile Fri Dec 18 06:38:08 2015 (r403955) +++ head/graphics/opensubdiv/Makefile Fri Dec 18 08:16:57 2015 (r403956) @@ -2,6 +2,7 @@ PORTNAME= opensubdiv PORTVERSION= 3.0.3 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= mva@FreeBSD.org @@ -24,8 +25,7 @@ USE_XORG= x11 xi xcursor xrandr xxf86vm CMAKE_ARGS+= -DNO_TUTORIALS:BOOL=ON -DNO_EXAMPLES:BOOL=ON \ -DNO_REGRESSION:BOOL=ON -DNO_PTEX:BOOL=ON -DNO_CUDA:BOOL=ON \ - -DNO_OPENCL:BOOL=ON -DNO_MAYA:BOOL=ON -DNO_OMP:BOOL=ON \ - -DNO_TBB:BOOL=ON + -DNO_OPENCL:BOOL=ON -DNO_MAYA:BOOL=ON -DNO_TBB:BOOL=ON OPTIONS_DEFINE= DOCS