From owner-svn-ports-all@freebsd.org Tue Jan 3 13:50:16 2017 Return-Path: Delivered-To: svn-ports-all@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 B2C0CC9D38E; Tue, 3 Jan 2017 13:50:16 +0000 (UTC) (envelope-from mandree@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 8204B1F74; Tue, 3 Jan 2017 13:50:16 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v03DoFXJ008686; Tue, 3 Jan 2017 13:50:15 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v03DoF6H008685; Tue, 3 Jan 2017 13:50:15 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201701031350.v03DoF6H008685@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Tue, 3 Jan 2017 13:50:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430467 - head/graphics/rawtherapee-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jan 2017 13:50:16 -0000 Author: mandree Date: Tue Jan 3 13:50:15 2017 New Revision: 430467 URL: https://svnweb.freebsd.org/changeset/ports/430467 Log: Really enable OpenMP. Bump PORTREVISION. Modified: head/graphics/rawtherapee-devel/Makefile Modified: head/graphics/rawtherapee-devel/Makefile ============================================================================== --- head/graphics/rawtherapee-devel/Makefile Tue Jan 3 13:49:51 2017 (r430466) +++ head/graphics/rawtherapee-devel/Makefile Tue Jan 3 13:50:15 2017 (r430467) @@ -3,7 +3,7 @@ PORTNAME= rawtherapee PORTVERSION= 4.2.99.git000 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://rawtherapee.com/shared/source/ PKGNAMESUFFIX= -devel @@ -93,6 +93,11 @@ CXX= clang++37 # need to explicitely link to libm.so as well. OPENMP_FLAGS= -L${LOCALBASE}/llvm37/lib -lm -lomp LDFLAGS+= ${OPENMP_FLAGS} + +# In cmake, the CMP0056 policy must be explicitely set to NEW to ensure +# linker flags are passed. +# See: https://cmake.org/cmake/help/v3.4/policy/CMP0056.html +CMAKE_ARGS+= -DCMAKE_POLICY_DEFAULT_CMP0056:STRING=NEW .endif post-patch: