Date: Fri, 21 May 2010 17:09:58 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Rene Ladan <rene@freebsd.org> Cc: cvs-ports@freebsd.org, ports-committers@freebsd.org, Dmitry Marakasov <amdmi3@amdmi3.ru>, cvs-all@freebsd.org, Dima Panov <fluffy@freebsd.org> Subject: Re: cvs commit: ports/devel/cmake Makefile distinfo pkg-plist ports/devel/cmake-gui Makefile distinfo Message-ID: <20100521170958.GA24679@FreeBSD.org> In-Reply-To: <4BF6BB5C.3050107@freebsd.org> References: <200911291151.nATBpdsp044837@repoman.freebsd.org> <s2pe890cae61005050540w4df3bd59m2a7c0fcadc495f3e@mail.gmail.com> <20100505130116.GC2998@hades.panopticon> <201005061403.12456.fluffy@freebsd.org> <AANLkTilZNff9LBcteO16N7K_Vx3mpjW5Z9sKceYvOTHA@mail.gmail.com> <4BF6BB5C.3050107@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <fluffy@freebsd.org>: > >> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100521170958.GA24679>