From owner-cvs-ports@FreeBSD.ORG Wed May 12 16:08:42 2010 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 83081106566C; Wed, 12 May 2010 16:08:42 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-ew0-f224.google.com (mail-ew0-f224.google.com [209.85.219.224]) by mx1.freebsd.org (Postfix) with ESMTP id 865918FC1D; Wed, 12 May 2010 16:08:41 +0000 (UTC) Received: by ewy24 with SMTP id 24so123183ewy.13 for ; Wed, 12 May 2010 09:08:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=r7sYl8pCmk8nW7B1VeurS8oGoNzVYJBLZ/KwHOpVBR4=; b=hqkZIeC671n4RGx3HokKDRmBpf3w0kE6N8dOTItdEdPjA9ZMZn+j6HPVdFmb+CIinf hbvGjljudehO0Tjk5c9trEIMmu7T2en3oxnntSCn9zctWyjrP3l483ltYGTo6tKyYNew QeYsoqM5d47WOo0OrUXgp4hrgv5cRpUZn5vDA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=G3iNILl97rxNGIgjTXQ2RuXr/a8A0bi+8+efi8iH3xa9XtJRiqgxU7xzKuHZIBHH9S cChvofRi5MlOP6H1zCnRp1a7+lnxhkI3EwiAVUx6rqSnsIViG2txUCPyGRM0NbvIHxdk FFMCLs6r4rS2Dhd+qaOSxR+n91aRIhTpA7jqg= MIME-Version: 1.0 Received: by 10.239.182.7 with SMTP id o7mr708183hbg.79.1273680520278; Wed, 12 May 2010 09:08:40 -0700 (PDT) Sender: r.c.ladan@gmail.com Received: by 10.239.160.1 with HTTP; Wed, 12 May 2010 09:08:40 -0700 (PDT) In-Reply-To: <201005061403.12456.fluffy@freebsd.org> References: <200911291151.nATBpdsp044837@repoman.freebsd.org> <20100505130116.GC2998@hades.panopticon> <201005061403.12456.fluffy@freebsd.org> Date: Wed, 12 May 2010 12:08:40 -0400 X-Google-Sender-Auth: EV6ummblgFoIlFARmSFJdEhPNM8 Message-ID: From: =?ISO-8859-1?Q?Ren=E9_Ladan?= To: Dima Panov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-ports@freebsd.org, Dmitry Marakasov , cvs-all@freebsd.org, ports-committers@freebsd.org 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: Wed, 12 May 2010 16:08:42 -0000 2010/5/5 Dima Panov : > On Thursday 06 May 2010 00:01:16 Dmitry Marakasov wrote: >> * Ren=E9 Ladan (rene@freebsd.org) wrote: >> > It looks like this is still the case? I am encountering this error >> > while trying to let CMake find wxWidgets (minimal test case extracted >> > from a larger project): >> > >> > % =A0cmake testwx >> > CMake Error at >> > /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:70 >> >> > (MESSAGE): >> Here the problem is that you must specify path to wxconfig executable >> with >> >> -DwxWidgets_CONFIG_EXECUTABLE=3D"/usr/local/bin/wxgtk2-2.8-config" >> >> The problem I've reported seems to be still present but it whows itself >> later, at compile time. See the bug I've opened in cmake bugtracker: >> >> http://public.kitware.com/Bug/view.php?id=3D10209 > > 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. Rene