From owner-svn-ports-all@freebsd.org Sun Jun 4 20:53:17 2017 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 C9E4FBEEAE6; Sun, 4 Jun 2017 20:53:17 +0000 (UTC) (envelope-from gerald@pfeifer.com) 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 A73CD84012; Sun, 4 Jun 2017 20:53:17 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 08EE13F4E1; Sun, 4 Jun 2017 16:53:16 -0400 (EDT) Received: from [172.20.5.185] (unknown [12.235.85.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 8C4003F4D9; Sun, 4 Jun 2017 16:53:15 -0400 (EDT) Date: Sun, 4 Jun 2017 14:53:14 -0600 (MDT) From: Gerald Pfeifer To: Barbara Guida cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r442564 - in head/games/vavoom: . files In-Reply-To: <201706041510.v54FAwH6068349@repo.freebsd.org> Message-ID: References: <201706041510.v54FAwH6068349@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: Sun, 04 Jun 2017 20:53:17 -0000 On Sun, 4 Jun 2017, Barbara Guida wrote: > Log: > Apply some patches from OpenSUSE to fix some issues, including the > build on recent compilers. > > PR: 216835, 219295 That was quite extensive an update; thanks for doing that! Modified: head/games/vavoom/Makefile ============================================================================== -# Force GCC because llvm (starting from 4.0) generates -# non working binary for vcc -USE_GCC= yes I like this kind of change. And not just because it makes my life easier, having fewer obstacles in maintaining the lang/gcc* ports, it's just the right thing. Hopefully these patches will find their way upstream into a future release? Gerald PS: Note, it's openSUSE, with a lower-case o.