From owner-svn-ports-all@freebsd.org Sat Nov 12 10:25:03 2016 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 7456BC3C17F; Sat, 12 Nov 2016 10:25:03 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (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 396EE14A4; Sat, 12 Nov 2016 10:25:02 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3tGCZt3GxHzb4w; Sat, 12 Nov 2016 11:24:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:in-reply-to :mime-version:user-agent:date:date:message-id:from:from :references:subject:subject:received:received; s=mail; t= 1478946291; x=1480760692; bh=vQdCP95zOuqoIOM4veZId45n50D0G3UAbcd 2TSTssNE=; b=kSh9F6KId0ou26NFjhnRHGtroCMZHponoH8J3bfituaHfjHCN0C qwkRcPHr9oBHla99zNv3AD+6QCg3vqAesm5d6Wh02X+e+AyA2QniZLXzLJPFSVts tlzfE+c0xuKlICcHAsFDYX7jOYHSl2hB9IL0PqInFp7OjWOhoLlDoLMM= Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id XWrvz5I2-Szk; Sat, 12 Nov 2016 11:24:51 +0100 (CET) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Sat, 12 Nov 2016 11:24:50 +0100 (CET) Subject: Re: svn commit: r425939 - head/games/pioneer To: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201611121019.uACAJpFO056377@repo.freebsd.org> From: Guido Falsi Message-ID: <687ee8f9-b31d-e4fe-451b-b723611c44a0@madpilot.net> Date: Sat, 12 Nov 2016 11:24:47 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201611121019.uACAJpFO056377@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 12 Nov 2016 10:25:03 -0000 On 11/12/16 11:19, Antoine Brodin wrote: > Author: antoine > Date: Sat Nov 12 10:19:51 2016 > New Revision: 425939 > URL: https://svnweb.freebsd.org/changeset/ports/425939 > > Log: > Spell CHOSEN_COMPILER_TYPE correctly > > Modified: > head/games/pioneer/Makefile > > Modified: head/games/pioneer/Makefile > ============================================================================== > --- head/games/pioneer/Makefile Sat Nov 12 10:14:09 2016 (r425938) > +++ head/games/pioneer/Makefile Sat Nov 12 10:19:51 2016 (r425939) > @@ -72,7 +72,7 @@ PROFILER_CONFIGURE_ON= --enable-profiler > > .include > > -.if ${COMPILER_TYPE} == gcc > +.if ${CHOSEN_COMPILER_TYPE} == gcc > # Unhide std::to_string() for GCC (ports/193528) > CXXFLAGS+= -D_GLIBCXX_USE_C99 > .endif > Thanks! This one slipped me! -- Guido Falsi