From owner-freebsd-ports@FreeBSD.ORG Fri Jan 30 12:59:55 2015 Return-Path: Delivered-To: ports@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 B664556A; Fri, 30 Jan 2015 12:59:55 +0000 (UTC) Received: from mail-yh0-x22a.google.com (mail-yh0-x22a.google.com [IPv6:2607:f8b0:4002:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BFDD666; Fri, 30 Jan 2015 12:59:55 +0000 (UTC) Received: by mail-yh0-f42.google.com with SMTP id a41so10837765yho.1; Fri, 30 Jan 2015 04:59:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=JK3xdjsBtoZrwalGbmP5PQfc5caO8WHTPRKsy1bapdg=; b=kJHigwoBL3gesH2APsU8RoknWQQHEGZo6KDN3bb7cqcuanzyeeOb6D31iS/KEy4Evx rm5qYpQT1K+8HY0IBrP3g4n+dQet7m9E/b+7qv+9FGQaazJVHU/SONQV7RED+HEZmVoz g2gfifLk2zmynv19oG/NsAT9UgFwLep7O+uSlLpCN4rzcEnpUy2KNnqFhSgJGGK7fMeH lRZZdRwOLyJ9MvcCKL6WTFVWogCgj5tPFdhxlvIto8k3xItD1f0i3v3yXUt0/8Dsy4zs Y3eGA5bU2zM3fZo/YJRzYYUA+sEYMM7HBTUJHQMRrvcK0r1hwxdjm5kR5sBsEGrncp+G y3kA== X-Received: by 10.236.108.169 with SMTP id q29mr2779846yhg.79.1422622794486; Fri, 30 Jan 2015 04:59:54 -0800 (PST) Received: from jmobile.jimmy.local (24-107-210-189.dhcp.stls.mo.charter.com. [24.107.210.189]) by mx.google.com with ESMTPSA id f45sm6488490yhf.28.2015.01.30.04.59.51 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 30 Jan 2015 04:59:53 -0800 (PST) Received: by jmobile.jimmy.local (sSMTP sendmail emulation); Fri, 30 Jan 2015 06:59:50 -0600 Date: Fri, 30 Jan 2015 06:59:50 -0600 From: Jimmy Kelley To: ports@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: testing the value of ${CXX} in ports Makefile Message-ID: <20150130125950.GA7353@jmobile.jimmy.localnet> Mail-Followup-To: ports@FreeBSD.org, freebsd-ports@freebsd.org, truckman@FreeBSD.org, bsd-lists@bsdforge.com, tijl@FreeBSD.org References: <201501300646.t0U6kW1L009003@gw.catspoiler.org> <20150130094046.19e227e9@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150130094046.19e227e9@kalimero.tijl.coosemans.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: truckman@FreeBSD.org, tijl@FreeBSD.org, bsd-lists@bsdforge.com X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2015 12:59:55 -0000 On Fri, Jan 30, 2015 at 09:40:46AM +0100, Tijl Coosemans wrote: > On Thu, 29 Jan 2015 22:46:32 -0800 (PST) Don Lewis wrote: > > gcc46, gcc47, gcc48, and probably gcc5 (haven't tested that one yet) all > > work. gcc49 requires a source patch. > > Can't you make the patch work with all versions of gcc? > +1 Make the PATCH deal with whatever version of GCC is being used to compile that big of code... Jimmy