cvs commit: ports/devel/cmake Makefile distinfo pkg-plist ports/devel/cmake-gui Makefile distinfo

Alexey Dokuchaev danfe at FreeBSD.org
Fri May 21 17:09:58 UTC 2010


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 at 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


More information about the cvs-ports mailing list