From owner-svn-ports-all@freebsd.org Mon Nov 9 04:18:29 2015 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 4B2ADA29AD0; Mon, 9 Nov 2015 04:18:29 +0000 (UTC) (envelope-from linpct@gmail.com) Received: from mail-qk0-x22d.google.com (mail-qk0-x22d.google.com [IPv6:2607:f8b0:400d:c09::22d]) (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 18A291CEE; Mon, 9 Nov 2015 04:18:29 +0000 (UTC) (envelope-from linpct@gmail.com) Received: by qkao63 with SMTP id o63so24522041qka.2; Sun, 08 Nov 2015 20:18:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=LTj3qV7hIo4p+Nj58+Oh+OfDadRWYOWRHeDyNaLbxIY=; b=OPJ/68IttxicdJVvFnXUZGereWDgt4VE5Uxgi9jgEkrKY176pO9YbYZJL4VURsN9D4 hN47JobyWnW6PwRcRkA+fmn4anEvVRwr7rgUEFuXhw6P/zQH987BzM/9g6riDYeS3A8C 1rKgSyY1zRcpgxxCPUIr5zDgmh77F3wGIQd3RzVbopTCCeHG+o/ssVkzJ0XAy0DaKswo 5lp5ukiYNKz4br0jkKX+AiqGD3nQKQJuOdRh7T6wATBkaOpst0jLGqMR+Ehw/1BluUkL 4WIa28dsJVlTBP0CZo26rgDyDkQpcsAywmJ/MqQvdXzprY7g5PUXBqldi8ajUeCAlvb2 fwhA== MIME-Version: 1.0 X-Received: by 10.55.204.213 with SMTP id n82mr27272371qkl.36.1447042708134; Sun, 08 Nov 2015 20:18:28 -0800 (PST) Received: by 10.140.98.236 with HTTP; Sun, 8 Nov 2015 20:18:28 -0800 (PST) In-Reply-To: References: <201510011746.t91HkPee014858@repo.freebsd.org> Date: Mon, 9 Nov 2015 12:18:28 +0800 Message-ID: Subject: Re: svn commit: r398375 - head/www/node From: Daniel Lin To: Gerald Pfeifer Cc: Kurt Jaeger , =?UTF-8?Q?Fran=C3=A7ois_Charlier?= , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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, 09 Nov 2015 04:18:29 -0000 Hi, I've got 9.3 build error report of www/node-devel, it maybe let gcc mini version set to 4.8 better. Thanks. 2015-11-09 7:52 GMT+08:00 Gerald Pfeifer : > On Mon, 5 Oct 2015, Daniel Lin wrote: > > I have no idea if FreeBSD 9.3 using GCC 4.8 as the minimum version. > > > > But if so, I agree USE_GCC= yes > > Thanks, Daniel. I committed this change on the 25th (but failed > to note your explicit approval). > > As a bit of background, FreeBSD 9.3 has GCC 4.2 in the base and > this is the last version of GCC to be included in base. Anything > newer (such as GCC 4.8 or later) has to come from ports anyway. > > Gerald > -- Daniel Lin (pct)