From owner-svn-ports-head@FreeBSD.ORG Sun Mar 1 17:00:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7DB6CBD7; Sun, 1 Mar 2015 17:00:21 +0000 (UTC) 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 5076B83F; Sun, 1 Mar 2015 17:00:20 +0000 (UTC) Received: from [192.168.0.25] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 7180D43BB5; Sun, 1 Mar 2015 11:00:06 -0600 (CST) Message-ID: <54F3458E.8090401@marino.st> Date: Sun, 01 Mar 2015 17:59:58 +0100 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Antoine Brodin , John Marino Subject: Re: svn commit: r380211 - head/security/libgpg-error References: <201503011652.t21GqiLh056130@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 01 Mar 2015 17:00:21 -0000 On 3/1/2015 17:56, Antoine Brodin wrote: > On Sun, Mar 1, 2015 at 4:52 PM, John Marino wrote: >> Author: marino >> Date: Sun Mar 1 16:52:43 2015 >> New Revision: 380211 >> URL: https://svnweb.freebsd.org/changeset/ports/380211 >> QAT: https://qat.redports.org/buildarchive/r380211/ >> >> Log: >> security/libgpg-error: Switch cpp to support gcc-5 >> >> This port relies on CPP behavior that changes on GCC 5. To ensure >> libgpg-error keeps building on the newest GCC, add a build dependency >> on tradcpp and use it instead. >> >> PR: 197562 >> Submitted by: marino >> Approved by: maintainer (novel) > > Hi, > > This breaks the port on freebsd head, please revert. > > Cheers, > > Antoine > Can you please provide link to the log? I just poudriere tested this on FreeBSD 10, so I'd like to know what's going on with FreeBSD 11. Also, technically FreeBSD 11 isn't supported yet. I would rather we fix than revert. Can you help with that? John