From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 11 16:11:17 2014 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DDCBDBB for ; Tue, 11 Feb 2014 16:11:17 +0000 (UTC) Received: from mail-yh0-x235.google.com (mail-yh0-x235.google.com [IPv6:2607:f8b0:4002:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 291A3128A for ; Tue, 11 Feb 2014 16:11:17 +0000 (UTC) Received: by mail-yh0-f53.google.com with SMTP id v1so6917098yhn.40 for ; Tue, 11 Feb 2014 08:11:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=A8DBlvYnVKzCq3ZKIfjCvTUmMP/XpY9BtrAh1VsVEro=; b=ebT1wC9uBncrHm740rZtUCkpEJEJCxH36mYvACSmSe4MVw/mTP/0h+qz1tZa2C+xpP RwPwa4yrJC1sHBun3WHz/22v4g2D2YjPqeuxHgJ38WVr/7nDmk7jAj8jUC5YvQIjdI3r qO8NCW1qdpBAshR9ZOPhd2fquyov7YQiNFZ1y1R/ciWdQBarUETAbzyQmNGnn0XqJwAu IY/uoiAtOXjijRQsLsG2ORqpQwFc2/9iZlEdHDQYwtL+i9IE6xncIAGkxweXONuWhOia 7Kt5T1TqrTkIThabYmYvp9AeoZpAIQ35hNAIpubtSD/MCLYCsufKqtph2+YGa0yQjZGs GJcQ== X-Received: by 10.236.180.33 with SMTP id i21mr2547055yhm.101.1392135076356; Tue, 11 Feb 2014 08:11:16 -0800 (PST) Received: from jmobile.jimmy.local (24-107-214-5.dhcp.stls.mo.charter.com. [24.107.214.5]) by mx.google.com with ESMTPSA id g1sm60431047yhm.9.2014.02.11.08.11.13 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Feb 2014 08:11:15 -0800 (PST) Received: by jmobile.jimmy.local (sSMTP sendmail emulation); Tue, 11 Feb 2014 10:11:11 -0600 Date: Tue, 11 Feb 2014 10:11:10 -0600 From: Jimmy Kelley To: freebsd-gnome@freebsd.org Subject: Re: ports/182203: news/pan will not compile on 10.0-ALPHA1 Message-ID: <20140211161110.GA99006@jmobile.jimmy.localnet> References: <201402110940.s1B9e1lj035081@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201402110940.s1B9e1lj035081@freefall.freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2014 16:11:17 -0000 On Tue, Feb 11, 2014 at 09:40:01AM +0000, Marcin Kucharczyk wrote: > The following reply was made to PR ports/182203; it has been noted by GNATS. > > From: Marcin Kucharczyk > To: bug-followup@FreeBSD.org, walterhurry@gmail.com > Cc: > Subject: Re: ports/182203: news/pan will not compile on 10.0-ALPHA1 > Date: Tue, 11 Feb 2014 10:37:21 +0100 > > Hello, > > Fix? > > Use newer GCC. For example put something like the port's Makefile: > > CC=3Dgcc46 > CXX=3Dg++46 > CPP=3Dcpp46 > > --=20 > Regards, > Marcin Kucharczyk > > PS. Sorry for previous maili in HTML format. > This fix may make it build, but it will not run. Jimmy