From owner-svn-ports-all@FreeBSD.ORG Sun Feb 8 20:51:12 2015 Return-Path: Delivered-To: svn-ports-all@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 CEED05FE; Sun, 8 Feb 2015 20:51:12 +0000 (UTC) Received: from mail-ie0-f178.google.com (mail-ie0-f178.google.com [209.85.223.178]) (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 9294B9A5; Sun, 8 Feb 2015 20:51:12 +0000 (UTC) Received: by iecar1 with SMTP id ar1so12322825iec.6; Sun, 08 Feb 2015 12:51:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Mb55nMnJfLDlaztok+Fwcw+EGlm21d3dcUm+Ds1Te0U=; b=U24vDz105PHf5wfegnbHo8eOz0SHdlTPB/s7HtP3tZmVXQslFzKfzvj/nbU6i+I2I0 lHDvPE9PLHKO+HGdtuXtA4MujXDWPxGp7FQkkG4UVPYsPn0Jmdcl02VBf6TtoVQMkx58 rCsKyPeZu7IbFARX8MwKKGBnyThDFz9nXEcLwVjwo2RTSrJvZYe8+TFt63QlgAOThTJU a7oJlI0LTptCamAa2GG5OWHf2Wkf+QZfA1IZoRMGOlMFkrDo2KqrPgFyUUWBAb2L7hF4 CburgtaN7m5kLLSBqUQTXAvtqCs4khBs+NlE0eseFWT/cTysNibhl9P+mvLi5Bkl7FtE lsHA== X-Received: by 10.50.56.82 with SMTP id y18mr1613953igp.25.1423428672002; Sun, 08 Feb 2015 12:51:12 -0800 (PST) Received: from mail-ig0-f176.google.com (mail-ig0-f176.google.com. [209.85.213.176]) by mx.google.com with ESMTPSA id k35sm5202926iod.5.2015.02.08.12.51.11 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 08 Feb 2015 12:51:11 -0800 (PST) Received: by mail-ig0-f176.google.com with SMTP id hl2so12734045igb.3; Sun, 08 Feb 2015 12:51:11 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.50.32.33 with SMTP id f1mr13664317igi.9.1423428671409; Sun, 08 Feb 2015 12:51:11 -0800 (PST) Received: by 10.64.192.70 with HTTP; Sun, 8 Feb 2015 12:51:11 -0800 (PST) In-Reply-To: <20150208182136.GA29891@ivaldir.etoilebsd.net> References: <201502081039.t18Ad8nD087078@svn.freebsd.org> <20150208182136.GA29891@ivaldir.etoilebsd.net> Date: Mon, 9 Feb 2015 02:51:11 +0600 Message-ID: Subject: Re: svn commit: r378640 - in head/x11-fm/worker: . files From: Muhammad Moinur Rahman To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , Gerald Pfeifer , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 08 Feb 2015 20:51:13 -0000 Fixed with revision 378683. On Mon, Feb 9, 2015 at 12:21 AM, Baptiste Daroussin wrote: > On Sun, Feb 08, 2015 at 11:47:06PM +0600, Muhammad Moinur Rahman wrote: > > Hi, > > > > 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+. > > > > BR, > > Muhammad > > USE_GCC= yes mean the modern compiler is needed > USE_GCC= any means base or modern will both work > > In this case USE_GCC=yes will do what you expect. > > Best regards, > Bapt >