From owner-svn-ports-head@FreeBSD.ORG Sun Mar 1 16:56:36 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 8F0109D2; Sun, 1 Mar 2015 16:56:36 +0000 (UTC) Received: from mail-yk0-x232.google.com (mail-yk0-x232.google.com [IPv6:2607:f8b0:4002:c07::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4851C810; Sun, 1 Mar 2015 16:56:36 +0000 (UTC) Received: by ykt10 with SMTP id 10so11401488ykt.1; Sun, 01 Mar 2015 08:56:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=PqvdgERg2RSrWjcmt0tH1K1GjLpNL56g5veKHE5EaVc=; b=YpUQf3rT9Hif7w4f0gV8rohvdUcis5TOzbBfPzpSJvW7rXcdhy8hylBkZWR6kN86cH w1azlIlqCIKhfTqYVgw53IS+YU+XDKXFtCgeWymH9CqLSjx1+tIMlyHFuXmHZwJKpwQe Hwmx0QzVcc3Eh//0R9tzHA8JKWSyALMYjWoumwsjE/N8KkmRCGzEGTjLorOT3iQOb321 JPAb156s8UvpNoVjTxKE+TK3ckZ7Sa1Zn2FgmA+0t4sBeWKDFpujcre+BQ2ApN8CUrRu 1OIC2tEbGeKna86FW2gHcdr56iNyqhld7wStGlHRBwinJNRtCDkdpUkyDS3+UqqhhCTw E1Og== MIME-Version: 1.0 X-Received: by 10.236.63.6 with SMTP id z6mr22690544yhc.65.1425228995401; Sun, 01 Mar 2015 08:56:35 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.142.198 with HTTP; Sun, 1 Mar 2015 08:56:35 -0800 (PST) In-Reply-To: <201503011652.t21GqiLh056130@svn.freebsd.org> References: <201503011652.t21GqiLh056130@svn.freebsd.org> Date: Sun, 1 Mar 2015 16:56:35 +0000 X-Google-Sender-Auth: WB7fc4oCyPYoSC1svYctgM8qfn0 Message-ID: Subject: Re: svn commit: r380211 - head/security/libgpg-error From: Antoine Brodin To: John Marino Content-Type: text/plain; charset=UTF-8 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 16:56:36 -0000 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 > > Modified: > head/security/libgpg-error/Makefile > > Modified: head/security/libgpg-error/Makefile > ============================================================================== > --- head/security/libgpg-error/Makefile Sun Mar 1 16:41:25 2015 (r380210) > +++ head/security/libgpg-error/Makefile Sun Mar 1 16:52:43 2015 (r380211) > @@ -10,9 +10,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME} > MAINTAINER= novel@FreeBSD.org > COMMENT= Common error values for all GnuPG components > > +BUILD_DEPENDS= tradcpp:${PORTSDIR}/devel/tradcpp > + > OPTIONS_DEFINE= DOCS NLS > > USES= gmake libtool tar:bzip2 > +CPP= tradcpp > USE_LDCONFIG= yes > GNU_CONFIGURE= yes > MAKE_JOBS_UNSAFE= yes >