From owner-freebsd-ports@FreeBSD.ORG Tue Feb 10 15:47:07 2004 Return-Path: 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 0F94216A4CE; Tue, 10 Feb 2004 15:47:07 -0800 (PST) Received: from postman.arcor.de (postman4.arcor-online.net [151.189.0.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DD6243D1F; Tue, 10 Feb 2004 15:47:06 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from fillmore.dyndns.org (port-212-202-184-227.reverse.qdsl-home.de [212.202.184.227]) (authenticated bits=0)i1ANl3Ua022748 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 11 Feb 2004 00:47:04 +0100 (MET) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.30; FreeBSD) id 1Aqhal-000Elw-W2; Wed, 11 Feb 2004 00:46:59 +0100 Message-ID: <40296D74.2030703@fillmore-labs.com> Date: Wed, 11 Feb 2004 00:47:00 +0100 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: Charles Swiger References: <2023457D-5BF8-11D8-9369-003065ABFD92@mac.com> In-Reply-To: <2023457D-5BF8-11D8-9369-003065ABFD92@mac.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: ports@FreeBSD.org cc: sergei@FreeBSD.org Subject: Re: Building INDEX fails: devel/activitymail? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2004 23:47:07 -0000 Charles Swiger wrote: > Hi, all-- > > The ports INDEX build apparently fails due to this: > > 90-list# cd /usr/ports/devel/activitymail && make describe > "Makefile", line 22: Could not find > /usr/ports/devel/p5-Module-Build/inc.build.mk > make: fatal errors encountered -- cannot continue > > The port also fails portlint: > > 91-list# portlint > "Makefile", line 22: Could not find > /usr/ports/devel/p5-Module-Build/inc.build.mk > make: fatal errors encountered -- cannot continue > FATAL: Makefile: CATEGORIES left blank. set it to "misc" if nothing > seems apropriate. > FATAL: Makefile: PORTVERSION must be specified > WARN: Makefile: COMMENT should begin with a capital, and end without a > period > 2 fatal errors and 1 warnings found. portlint -c (or portlint -C) also checks `make describe'. Recommended.