From owner-freebsd-ports@FreeBSD.ORG Tue Dec 30 23:03:33 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 6122416A4CE for ; Tue, 30 Dec 2003 23:03:33 -0800 (PST) Received: from noir.crocodile.org (noir.crocodile.org [216.218.215.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC3D543D39 for ; Tue, 30 Dec 2003 23:03:31 -0800 (PST) (envelope-from vadim@vk.crocodile.org) Received: from mail.vk.crocodile.org (c-24-6-129-253.client.comcast.net [24.6.129.253]) by noir.crocodile.org (8.11.6/8.11.6) with ESMTP id hBV73Uf19342 for ; Tue, 30 Dec 2003 23:03:31 -0800 Received: from [10.3.14.142] (tourist.vk.crocodile.org [10.3.14.142]) by mail.vk.crocodile.org (8.12.8/8.12.8) with ESMTP id hBV73Sne021627; Tue, 30 Dec 2003 23:03:28 -0800 In-Reply-To: <3FF23351.2040907@ciam.ru> References: <20031230045520.GA23303@teddy.fas.com> <3FF23351.2040907@ciam.ru> Mime-Version: 1.0 (Apple Message framework v609) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <687E69B6-3B5F-11D8-8D08-000393B66A20@vk.crocodile.org> Content-Transfer-Encoding: 7bit From: Vadim Kurland Date: Tue, 30 Dec 2003 23:03:16 -0800 To: Sergey Matveychuk X-Mailer: Apple Mail (2.609) cc: FreeBSD Ports List Subject: Re: Problems building fwbuilder port 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: Wed, 31 Dec 2003 07:03:33 -0000 On Dec 30, 2003, at 6:24 PM, Sergey Matveychuk wrote: > Vadim Kurland wrote: >> Actually, I'd like to ask port gurus what would be the best Makefile >> target to run aclocal ? I need to run aclocal when source tree is >> already extracted and after dependencies listed in "BUILD_DEPENDS" >> have been checked but before "configure". I am using "post-extract", >> but obviously BUILD_DEPENDS has not been consulted yet when this >> target is used. > > Why don't you like pre-configure target? > Here is why: .include pre-configure: @${ECHO_CMD} "===! Running aclocal" @(cd ${WRKSRC}; aclocal; autoconf) .include Now, when I try to build the port I get this: ===> Extracting for fwbuilder-1.1.2_20031230cvs >> Checksum OK for fwbuilder-1.1.2.tar.gz. ===> Patching for fwbuilder-1.1.2_20031230cvs ===> fwbuilder-1.1.2_20031230cvs depends on executable: autoconf - found ===> fwbuilder-1.1.2_20031230cvs depends on executable: aclocal - found ===> fwbuilder-1.1.2_20031230cvs depends on executable: gmake - found ===> fwbuilder-1.1.2_20031230cvs depends on file: /usr/local/libexec/libtool13/libtool - found ===> fwbuilder-1.1.2_20031230cvs depends on executable: pkg-config - found ===> fwbuilder-1.1.2_20031230cvs depends on shared library: gtkmm.2 - found ===> fwbuilder-1.1.2_20031230cvs depends on shared library: gdk_pixbuf.2 - found ===> fwbuilder-1.1.2_20031230cvs depends on shared library: fwbuilder.5 - found ===> fwbuilder-1.1.2_20031230cvs depends on shared library: glib12.3 - found ===> fwbuilder-1.1.2_20031230cvs depends on shared library: gtk12.2 - found ===> Configuring for fwbuilder-1.1.2_20031230cvs cp: configure: No such file or directory *** Error code 1 So it checked BUILD_DEPENDS but then aborted because script configure is not there. I would appreciate help on this matter, I really want to do this right. I develop Firewall Builder on many platforms (FreeBSD, OpenBSD, Linux, Mac OS X ) and it is important for me to be able to build it from the same source tree everywhere. thanks Vadim --------------------------------------------------------- Firewall Builder: http://www.fwbuilder.org/