From owner-svn-ports-head@freebsd.org Fri Mar 25 16:31:41 2016 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 958C4ADD05C; Fri, 25 Mar 2016 16:31:41 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 732AB19A3; Fri, 25 Mar 2016 16:31:39 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.22] (130.Red-83-52-251.dynamicIP.rima-tde.net [83.52.251.130]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 77E2A43CE6; Fri, 25 Mar 2016 11:31:36 -0500 (CDT) Subject: Re: svn commit: r411863 - head/graphics/digikam-kde4 To: Raphael Kubo da Costa , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201603251629.u2PGTHEF009723@repo.freebsd.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <56F567E5.4090905@marino.st> Date: Fri, 25 Mar 2016 17:31:33 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <201603251629.u2PGTHEF009723@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 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, 25 Mar 2016 16:31:41 -0000 On 3/25/2016 5:29 PM, Raphael Kubo da Costa wrote: > Author: rakuco > Date: Fri Mar 25 16:29:17 2016 > New Revision: 411863 > URL: https://svnweb.freebsd.org/changeset/ports/411863 > > Log: > Add USES=compiler:c++11-lang. > > This fixes digikam-kde4's build on 9.3 after the graphics/lensfun update in > r411373. > > lensfun.h includes C++ code (class and template declarations) inside an > extern "C" block that causes base GCC to fail: Not anymore. I patched it out yesterday (patch from upstream). Are you sure it wasn't building on 9.3 already after my change? Thanks, John