From owner-svn-ports-all@freebsd.org Wed Jul 11 14:12:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F9861041724; Wed, 11 Jul 2018 14:12:06 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 451C673C99; Wed, 11 Jul 2018 14:12:06 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from ogg.in.absolight.net (ogg.in.absolight.net [IPv6:2a01:678:ab:50::42:42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 7CA3C1D800; Wed, 11 Jul 2018 14:12:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Date: Wed, 11 Jul 2018 16:12:04 +0200 From: Mathieu Arnold To: Jan Beich Cc: Dmitry Marakasov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r473732 - in head/games/freeorion: . files Message-ID: <20180711141204.fsnllmsqs7isfta3@ogg.in.absolight.net> References: <201807021323.w62DNFUm022458@repo.freebsd.org> <7em1-rj4n-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <7em1-rj4n-wny@FreeBSD.org> User-Agent: NeoMutt/20180622 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Wed, 11 Jul 2018 14:12:06 -0000 On Wed, Jul 11, 2018 at 03:34:32PM +0200, Jan Beich wrote: > Dmitry Marakasov writes: >=20 > > + libboost_python27.so:devel/boost-python-libs@${PY_FLAVOR} >=20 > 27 vs. ${PY_FLAVOR}. Choose one or better convert to ${PY_BOOST}. It should be using PY_BOOST yes. In this case, it does not matter though, because it USES=3Dpython:2.7 --=20 Mathieu Arnold