From owner-freebsd-ports@FreeBSD.ORG Mon Dec 28 15:23:18 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE3051065672 for ; Mon, 28 Dec 2009 15:23:18 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206]) by mx1.freebsd.org (Postfix) with ESMTP id 61A638FC08 for ; Mon, 28 Dec 2009 15:23:18 +0000 (UTC) Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id B726E1F37; Mon, 28 Dec 2009 16:23:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:message-id:subject:subject :from:from:date:date:received:received; s=mail; t=1262013794; x= 1263828194; bh=5cM+cvy8/qqAypoG/GqLnh9qwi0RZUPCzEibh0r1/cE=; b=L w+YTohJuQw94q8U1D2SFG/QeDZJy42ddNuJAaP+Tk+lY59jt6AF9TwSEKIuYSF5R uupIeXAv9zEH02Oa/rfpabwuDiE/NLAs4aetZVYbQeq2gyUj+xPOF4HP2sZbv3ks LOvaJIGvr/ec0zXTHGnV6wmBvnOuqyz2jnqNLIYlRs= X-Virus-Scanned: amavisd-new at madpilot.net Received: from megatron.madpilot.net ([127.0.0.1]) by megatron.madpilot.net (megatron.madpilot.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id kaPX5XFB8TS7; Mon, 28 Dec 2009 16:23:14 +0100 (CET) Received: by megatron.madpilot.net (Postfix, from userid 1000) id 3D78E1F30; Mon, 28 Dec 2009 16:23:14 +0100 (CET) Date: Mon, 28 Dec 2009 16:23:14 +0100 From: Guido Falsi To: Ebbe Hjorth Message-ID: <20091228152314.GD60869@megatron.madpilot.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 8.0-STABLE User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: gnokii-0.6.28,1 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: Mon, 28 Dec 2009 15:23:18 -0000 On Sun, Dec 27, 2009 at 07:47:36PM +0100, Ebbe Hjorth wrote: > Hi, > > Just a head up; > > I wanted to install gnokii and did an "make install clean" in the > /usr/ports/comm/gnokii folder. > > It runs but halts with an error saying it needs intltool 0.36 or newer. > > Ports has intltool 0.40.6, so i installed that, and then tried the gnokii > port again, and then it installed fine :) Thanks for the information! I tried to reproduce the problem, but here the port correctly activates a dependency on the intltool port(due to the line "USE_GETTEXT=yes" in the Makefile) and builds fine. Are you quite sure your system did not have an incomplete install of gettext/intltool, so the dependency check was succeeding but not working in the configure? Do you have a log file of the failed build so I can have a better look at what and how went wrong? > > Thank you for all the good work! You're welcome and thank you again for bothering with reporting this! -- Guido Falsi