From owner-freebsd-ports@FreeBSD.ORG Sun Nov 20 07:08:50 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65F4F16A41F for ; Sun, 20 Nov 2005 07:08:50 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C81D943D45 for ; Sun, 20 Nov 2005 07:08:49 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id jAK78mqv006939; Sun, 20 Nov 2005 18:08:48 +1100 Received: from [192.168.0.7] (ppp2FDD.dyn.pacific.net.au [61.8.47.221]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id jAK78lcE012483; Sun, 20 Nov 2005 18:08:47 +1100 In-Reply-To: <437F4015.2050706@yahoo.fr> References: <437F4015.2050706@yahoo.fr> Mime-Version: 1.0 (Apple Message framework v733) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Sun, 20 Nov 2005 18:08:46 +1100 To: Laurent COURTY X-Mailer: Apple Mail (2.733) Cc: ports@freebsd.org Subject: Re: databases/grass updating and I18N support 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: Sun, 20 Nov 2005 07:08:50 -0000 On 20/11/2005, at 2:09 AM, Laurent COURTY wrote: > Hello, > > I'm trying to update the grass port to v6. The configure end with > no error but the build process give the following : > > [...] > gmake[1]: Leaving directory `/usr/ports/databases/grass/work/ > grass-6.0.1/man' > if [ 1 -eq 1 ] ; then gmake -C locale; fi > gmake[1]: Entering directory `/usr/ports/databases/grass/work/ > grass-6.0.1/locale' > Creating translations (= 'make mo') > "../include/Make/Grass.make", line 245: Missing dependency operator ... > Did you know how to force the use of gmake during the *.mo build ? Find whatever is calling 'make mo' (as printed above) and change it to use gmake. If it is using a variable, set it to gmake through MAKE_ARGS. If it is hardcoded you will have to patch it or perform a substitution with ${REINPLACE_CMD}.