From owner-freebsd-ports@FreeBSD.ORG Mon Apr 6 20:42:27 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1CF31065B72 for ; Mon, 6 Apr 2009 20:42:27 +0000 (UTC) (envelope-from korvus@comcast.net) Received: from mx04.pub.collaborativefusion.com (mx04.pub.collaborativefusion.com [206.210.72.84]) by mx1.freebsd.org (Postfix) with ESMTP id A863F8FC1B for ; Mon, 6 Apr 2009 20:42:27 +0000 (UTC) (envelope-from korvus@comcast.net) Received: from [192.168.2.164] ([206.210.89.202]) by mx04.pub.collaborativefusion.com (StrongMail Enterprise 4.1.1.4(4.1.1.4-47689)); Mon, 06 Apr 2009 15:57:05 -0400 X-VirtualServerGroup: Default X-MailingID: 00000::00000::00000::00000::::30 X-SMHeaderMap: mid="X-MailingID" X-Destination-ID: freebsd-ports@freebsd.org X-SMFBL: ZnJlZWJzZC1wb3J0c0BmcmVlYnNkLm9yZw== Message-ID: <49DA5EA3.4020207@comcast.net> Date: Mon, 06 Apr 2009 15:57:23 -0400 From: Steve Polyack User-Agent: Thunderbird 2.0.0.21 (X11/20090327) MIME-Version: 1.0 To: Paul Hoffman References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: How do I tell what arguments were given to configure? 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: Mon, 06 Apr 2009 20:42:34 -0000 Paul Hoffman wrote: > Greetings again. I am trying to trace down a bug that I think is happening in a port. I have captured the output of "make", but I don't see in it what arguments are being given to the port's "configure" script. Where do I find that? > You can either examine the port's Makefile to determine what options it passes to the configure script, or you can check config.log in the work directory: [/usr/ports/lang/php5/work/php-5.2.9]$ head config.log | grep ./configure $ ./configure --with-layout=GNU --with-config-file-scan-dir=/usr/local/etc/php --disable-all --enable-libxml --with-libxml-dir=/usr/local --enable-reflection --program-prefix= --disable-cgi --with-regex=php --with-zend-vm=CALL --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=i386-portbld-freebsd7.1