From owner-freebsd-ports@FreeBSD.ORG Tue Aug 9 19:15:25 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58C471065670 for ; Tue, 9 Aug 2011 19:15:25 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.49.45]) by mx1.freebsd.org (Postfix) with ESMTP id 336558FC0A for ; Tue, 9 Aug 2011 19:15:24 +0000 (UTC) Received: by syn.atarininja.org (Postfix, from userid 1001) id EE9B55C44; Tue, 9 Aug 2011 15:18:32 -0400 (EDT) Date: Tue, 9 Aug 2011 15:18:32 -0400 From: Wesley Shields To: Oliver Heesakkers Message-ID: <20110809191832.GA54918@atarininja.org> References: <201108090539.47016.lumiwa@gmail.com> <3212601.Zmq93Rz98b@pcoliver.heesakkers.info> <4E412621.4020200@gwdg.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E412621.4020200@gwdg.de> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Rainer Hurling , freebsd-ports@freebsd.org Subject: Re: rawtherapee X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Aug 2011 19:15:25 -0000 On Tue, Aug 09, 2011 at 02:20:49PM +0200, Rainer Hurling wrote: > Am 09.08.2011 12:53 (UTC+1) schrieb Oliver Heesakkers: > > Op dinsdag 9 augustus 2011 05:39:46 schreef ajtiM: > >> It doesn't build still.. > >> > >> CMake Error at CMakeLists.txt:260 (message): > >> hg command not found! > >> > >> > >> -- Configuring incomplete, errors occurred! > >> *** Error code 1 > >> > >> Stop in /usr/ports/graphics/rawtherapee. > >> *** Error code 1 > >> > >> Stop in /usr/ports/graphics/rawtherapee. > >> > > > > It requires devel/mercurial to be installed. AFAICT it's a build dependency > > only, so you can remove it again after the rawtherapee build completes. > > You are right. But why not including a BUILD_DEPENDS= in the ports > makefile, then? Two things. 1. It's probably best to include the maintainer on an initial report like this. 2. Do you have files/patch-About-Linux.cmake? It was committed at 2011/08/07 21:27:31 and should be what drops the dependency on hg. -- WXS