From owner-svn-ports-all@freebsd.org Mon Jan 15 18:42:11 2018 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 C7ED1E6E3AB; Mon, 15 Jan 2018 18:42:11 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A2C756868A; Mon, 15 Jan 2018 18:42:11 +0000 (UTC) (envelope-from danfe@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C77A815096; Mon, 15 Jan 2018 18:42:10 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0FIgA8h099651; Mon, 15 Jan 2018 18:42:10 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0FIgAdY099650; Mon, 15 Jan 2018 18:42:10 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201801151842.w0FIgAdY099650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 15 Jan 2018 18:42:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459110 - head/graphics/lensfun X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/graphics/lensfun X-SVN-Commit-Revision: 459110 X-SVN-Commit-Repository: ports 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.25 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: Mon, 15 Jan 2018 18:42:11 -0000 Author: danfe Date: Mon Jan 15 18:42:10 2018 New Revision: 459110 URL: https://svnweb.freebsd.org/changeset/ports/459110 Log: Unbreak the build against new Clang version 6.0.0 (due to the same nature of the changes, should've been part of r459108). PR: 224989 Modified: head/graphics/lensfun/Makefile Modified: head/graphics/lensfun/Makefile ============================================================================== --- head/graphics/lensfun/Makefile Mon Jan 15 18:37:42 2018 (r459109) +++ head/graphics/lensfun/Makefile Mon Jan 15 18:42:10 2018 (r459110) @@ -32,4 +32,8 @@ PYHELPERS_CMAKE_ON= -DSTAGEDIR:STRING=${STAGEDIR} -DPY PYHELPERS_CMAKE_OFF= -DINSTALL_HELPER_SCRIPTS:BOOL=OFF -DPYTHON:STRING=IGNORE PYHELPERS_USES= python:3.4+ +post-patch: +# Fix the build against Clang 6.0.0 + @${REINPLACE_CMD} -e '/%%/s,R_BX, & ,' ${WRKSRC}/libs/lensfun/cpuid.cpp + .include