From owner-svn-ports-head@freebsd.org Fri Jul 28 21:45:07 2017 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 7C431DD065F; Fri, 28 Jul 2017 21:45:07 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 583B372F02; Fri, 28 Jul 2017 21:45:06 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 2B0BC3F60B; Fri, 28 Jul 2017 17:45:00 -0400 (EDT) Received: from anthias.dhcp.nue.suse.com (nat.nue.novell.com [195.135.221.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 640B93F60A; Fri, 28 Jul 2017 17:44:59 -0400 (EDT) Date: Fri, 28 Jul 2017 23:44:58 +0200 (CEST) From: Gerald Pfeifer To: Kurt Jaeger cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r446840 - in head/www: . mod_security-devel In-Reply-To: <201707281705.v6SH5BuP072503@repo.freebsd.org> Message-ID: References: <201707281705.v6SH5BuP072503@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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, 28 Jul 2017 21:45:07 -0000 On Fri, 28 Jul 2017, Kurt Jaeger wrote: > +USE_GCC= 6+ Out of curiosity, what's the GCC 6(+) requirement here? (I would expect most things to compile with modern GCC to also build with current clang?) Gerald