From owner-cvs-all@FreeBSD.ORG Thu Jul 24 07:05:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F13C37B401; Thu, 24 Jul 2003 07:05:45 -0700 (PDT) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFDA643F75; Thu, 24 Jul 2003 07:05:44 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id E2B763D28; Thu, 24 Jul 2003 10:05:43 -0400 (EDT) From: "Dan Langille" To: Oliver Lehmann , Thierry Thomas Date: Thu, 24 Jul 2003 10:05:43 -0400 MIME-Version: 1.0 Message-ID: <3F1FAF77.2971.5CA8E5B7@localhost> Priority: normal In-reply-to: <200307240548.h6O5mZsc073496@repoman.freebsd.org> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/french Makefile ports/french/homard Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2003 14:05:46 -0000 On 23 Jul 2003 at 22:48, Oliver Lehmann wrote: > oliver 2003/07/23 22:48:35 PDT > > FreeBSD ports repository > > Modified files: > french Makefile > Added files: > french/homard Makefile distinfo pkg-descr pkg-message > pkg-plist > Log: > Add homard 5.5, a refinement and de-refinement mesh tool. > > PR: 54762 > Submitted by: Thierry Thomas $ make -V PORTNAME -s: not found "Makefile", line 38: warning: " -s" returned non-zero status homard I suspect the problem is on line 38: unames!=${UNAME} -s Adding this just before it fixes the problem (thanks to stefanf for that fix): .include P.S. Further testing shows that isn't the solution. Using my suggestion breaks something else: $ make master-sites-all -f /usr/home/dan/ports/french/homard/Makefile PORTSDIR=/usr/home/dan/ports fr-homard-5.5: You cannot include bsd.port[.pre].mk twice You also have to replace this: .include with: .include Sorry for the incorrect information. Thanks again to stefanf. -- Dan Langille : http://www.langille.org/