From owner-freebsd-ports@FreeBSD.ORG Thu Jul 17 13:49:57 2003 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 4299C37B401; Thu, 17 Jul 2003 13:49:57 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A22943F93; Thu, 17 Jul 2003 13:49:56 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from pd951a117.dip.t-dialin.net ([217.81.161.23] helo=fillmore-labs.com ident=1qorewy326qemv07) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.20) id 19dFhK-0008UM-23; Thu, 17 Jul 2003 22:49:54 +0200 Message-ID: <3F170BED.2090002@fillmore-labs.com> Date: Thu, 17 Jul 2003 22:49:49 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Andy Gilligan References: <20030717200457.GC79675@vega.evo6.net> In-Reply-To: <20030717200457.GC79675@vega.evo6.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: ports@freebsd.org cc: sumikawa@freebsd.org Subject: Re: net/zebra-pj missing autoheader 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: Thu, 17 Jul 2003 20:49:57 -0000 Andy Gilligan wrote: > The port net/zebra-pj needs 'autoheader' installed in order to build. > > This is part of devel/autoconf253, but this is missing from the > BUILD_DEPENDS line of the Makefile. > > Also, the full path to 'automake' isn't necessary. > > A patch to correct this is attached. Hi Andy, your patch is appreciated. The latest version of bsd.port.pk has: USE_AUTOMAKE= yes USE_AUTOHEADER= yes WANT_AUTOCONF_VER= 253 on which ports should standardize. You'll find the documentation in /usr/ports/Mk/bsd.port.mk. Regards Oliver