From owner-cvs-ports@FreeBSD.ORG Sat May 22 10:05:48 2010 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C21D106566C; Sat, 22 May 2010 10:05:48 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id A78D68FC19; Sat, 22 May 2010 10:05:47 +0000 (UTC) Received: from [217.27.130.198] [217.27.130.198:48444] (HELO/EHLO luna.dio.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id o4MA4w4s004562 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Sat, 22 May 2010 14:04:59 +0400 (MSD) From: Max Brazhnikov To: Rene Ladan Date: Sat, 22 May 2010 14:05:42 +0400 User-Agent: KMail/1.13.3 (FreeBSD/8.0-STABLE; KDE/4.4.3; amd64; ; ) References: <200911291151.nATBpdsp044837@repoman.freebsd.org> <20100521170958.GA24679@FreeBSD.org> <4BF6EB8A.6020005@freebsd.org> In-Reply-To: <4BF6EB8A.6020005@freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201005221405.42362.makc@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.issp.ac.ru [77.236.34.3]); Sat, 22 May 2010 14:04:59 +0400 (MSD) Cc: Alexey Dokuchaev , cvs-all@freebsd.org, ports-committers@freebsd.org, Dmitry Marakasov , cvs-ports@freebsd.org, Dima Panov Subject: Re: cvs commit: ports/devel/cmake Makefile distinfo pkg-plist ports/devel/cmake-gui Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 May 2010 10:05:48 -0000 On Fri, 21 May 2010 22:22:34 +0200, Rene Ladan wrote: > > Yeah, I've also had to explicitly provide path to wxgtk2-2.8-config for > > my CMake-based ports as well. Probably some sort of hack we used to > > employ for sdl12-config is in order; creating symlink seems bad since > > target might be something other than wxgtk2-2.8-config, leading to > > potential conflicts. We have a long record of dealing with local > > differences from the rest of the [GNU/OSS] world in a sane ways. :-) > > > > ./danfe > > > I've sent a patch for this with ports/146805 With this patch cmake/wx-based ports will always try to build with wx-2.8 when multiple wx ports are installed, disregarding what ports/user request. Wouldn't better to pass ${WX_CONFIG} for CMAKE_ARGS in bsd.wx.mk, as it does already for CONFIGURE_ARGS? Max