From owner-svn-ports-head@FreeBSD.ORG Sun Feb 8 23:12:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8E1B103; Sun, 8 Feb 2015 23:12:40 +0000 (UTC) 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 830CCAC4; Sun, 8 Feb 2015 23:12:40 +0000 (UTC) Received: from [192.168.0.132] (vie-91-186-145-149.dsl.sil.at [91.186.145.149]) by ainaz.pair.com (Postfix) with ESMTPSA id 5D1EE3F4A5; Sun, 8 Feb 2015 18:12:37 -0500 (EST) Date: Mon, 9 Feb 2015 00:12:35 +0100 (CET) From: Gerald Pfeifer To: Muhammad Moinur Rahman Subject: Re: svn commit: r378640 - in head/x11-fm/worker: . files In-Reply-To: Message-ID: References: <201502081039.t18Ad8nD087078@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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, 08 Feb 2015 23:12:40 -0000 On Sunday 2015-02-08 23:47, Muhammad Moinur Rahman wrote: > The software doesn't compile with default versions of GCC in 8.4 and > 9.3 as those are lower than 4.6. While the configure script is run it > stops giving an error about requirement for GCC 4.6+. Oh, now I understand. If you check out Mk/bsd.gcc.mk (and Mk/bsd.default-versions.mk), USE=yes implies GCC 4.8 or later at this point, so you'll be safe using this default. :-) Gerald