From owner-cvs-all@FreeBSD.ORG Mon Jul 5 22:25:41 2010 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91E63106566B; Mon, 5 Jul 2010 22:25:41 +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 09C948FC13; Mon, 5 Jul 2010 22:25:40 +0000 (UTC) Received: from [80.73.162.239] [80.73.162.239:14696] (HELO/EHLO luna.dio.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id o65MPZls057898 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Tue, 6 Jul 2010 02:25:35 +0400 (MSD) From: Max Brazhnikov To: Alexey Dokuchaev Date: Tue, 6 Jul 2010 02:25:37 +0400 User-Agent: KMail/1.13.5 (FreeBSD/8.1-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <200911291151.nATBpdsp044837@repoman.freebsd.org> <201005221405.42362.makc@freebsd.org> <20100522111916.GB49597@FreeBSD.org> In-Reply-To: <20100522111916.GB49597@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201007060225.37423.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]); Tue, 06 Jul 2010 02:25:35 +0400 (MSD) Cc: cvs-all@freebsd.org, ports-committers@freebsd.org, Dmitry Marakasov , cvs-ports@freebsd.org, Rene Ladan , Dima Panov Subject: Re: cvs commit: ports/devel/cmake Makefile distinfo pkg-plist ports/devel/cmake-gui Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2010 22:25:41 -0000 On Sat, 22 May 2010 11:19:16 +0000, Alexey Dokuchaev wrote: > On Sat, May 22, 2010 at 02:05:42PM +0400, Max Brazhnikov wrote: > > 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. :-) > > > > > > 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? > > Hmm. Actually, that's pretty much what people do with their ports to > hack around this problem (line from one of mine): > > CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" > > Maybe we should just += this value to CMAKE_ARGS when appropriate (read: > when USE_WX) and be done this it? The issue will be fixed with next update (after freeze over), the patch is available at http://people.freebsd.org/~makc/patches/cmake-2.8.2.diff Max