From owner-svn-ports-head@FreeBSD.ORG Thu Jan 30 08:57:00 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 656D6829; Thu, 30 Jan 2014 08:57:00 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 275151346; Thu, 30 Jan 2014 08:57:00 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id CCF8BBDC3E; Thu, 30 Jan 2014 09:56:58 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id C4EFABDC30; Thu, 30 Jan 2014 09:56:58 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id AA61ECD52023; Thu, 30 Jan 2014 09:56:58 +0100 (CET) Date: Thu, 30 Jan 2014 09:56:58 +0100 From: Mathieu Arnold To: Alexey Dokuchaev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r341809 - head/games/fkiss Message-ID: <21D89719A6E320FEE5CD2C6B@atuin.in.mat.cc> In-Reply-To: <201401300827.s0U8Rtav032343@svn.freebsd.org> References: <201401300827.s0U8Rtav032343@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jan 2014 08:57:00 -0000 +--On 30 janvier 2014 08:27:55 +0000 Alexey Dokuchaev wrote: | .include | | -.if ${HAVE_GNOME:Mesound}!="" | +# XXX should be converted to OptionsNG | +.if ${HAVE_GNOME:Mesound} | +USES+= pkgconfig As changing USES *after* bsd.port.pre.mk isn't allowed (mainly because it has absolutely *no* effect, the USES being included before.) Yes, it should be converted. -- Mathieu Arnold