From owner-svn-ports-all@freebsd.org Sat Nov 23 08:27:37 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E0EF41AEA5C; Sat, 23 Nov 2019 08:27:37 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (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 47Kmd43XgHz3J04; Sat, 23 Nov 2019 08:27:35 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 8749133E4A; Sat, 23 Nov 2019 03:27:34 -0500 (EST) Received: from anthias (unknown [178.114.215.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id C499D33E48; Sat, 23 Nov 2019 03:27:33 -0500 (EST) Date: Sat, 23 Nov 2019 09:27:32 +0100 (CET) From: Gerald Pfeifer To: Dmitry Marakasov cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r517977 - in head/games/taisei: . files In-Reply-To: <201911192056.xAJKuHVG084158@repo.freebsd.org> Message-ID: References: <201911192056.xAJKuHVG084158@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 47Kmd43XgHz3J04 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of gerald@pfeifer.com designates 209.68.5.143 as permitted sender) smtp.mailfrom=gerald@pfeifer.com X-Spamd-Result: default: False [-4.50 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+a:hamza.pair.com]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[pfeifer.com]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_DN_SOME(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; IP_SCORE(-2.20)[ip: (-7.75), ipnet: 209.68.0.0/18(-2.08), asn: 7859(-1.14), country: US(-0.05)]; RCVD_IN_DNSWL_NONE(0.00)[143.5.68.209.list.dnswl.org : 127.0.10.0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7859, ipnet:209.68.0.0/18, country:US]; RCVD_TLS_LAST(0.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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, 23 Nov 2019 08:27:37 -0000 On Tue, 19 Nov 2019, Dmitry Marakasov wrote: > Date: Tue Nov 19 20:56:17 2019 > New Revision: 517977 > URL: https://svnweb.freebsd.org/changeset/ports/517977 > > Log: > - Update to 1.3.1 That's a bit of a short commit log, given some of the changes. For example... > +USE_GCC= yes ...why USE_GCC here? > +CPPFLAGS+= -D__BSD_VISIBLE And what triggered this setting of CPPFLAGS? Those are things that are really helpful to have as a comment and/or the commit log. Gerald