From owner-cvs-all@FreeBSD.ORG Fri May 21 17:09:58 2010 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 2865C1065675; Fri, 21 May 2010 17:09:58 +0000 (UTC) Date: Fri, 21 May 2010 17:09:58 +0000 From: Alexey Dokuchaev To: Rene Ladan Message-ID: <20100521170958.GA24679@FreeBSD.org> References: <200911291151.nATBpdsp044837@repoman.freebsd.org> <20100505130116.GC2998@hades.panopticon> <201005061403.12456.fluffy@freebsd.org> <4BF6BB5C.3050107@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <4BF6BB5C.3050107@freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@freebsd.org, ports-committers@freebsd.org, Dmitry Marakasov , cvs-all@freebsd.org, 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: Fri, 21 May 2010 17:09:58 -0000 On Fri, May 21, 2010 at 06:57:00PM +0200, Rene Ladan wrote: > On 12-05-2010 18:08, Ren? Ladan wrote: > > 2010/5/5 Dima Panov : > >> Did you tried CMake-2.8.1? In my tindy all looking fine with this version. > >> > > I updated cmake to 2.8.1, but I get the same error as before if I > > don't use the kludge. > > > It also works fine with cmake 2.8.1 if I make a symbolic link wx-config > -> ${LOCALBASE}/bin/wxgtk2-2.8-config > > I'll send a PR for the wxgtk28* ports. 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