From owner-freebsd-questions@FreeBSD.ORG Tue Nov 16 00:46:50 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EFD116A4CE for ; Tue, 16 Nov 2004 00:46:50 +0000 (GMT) Received: from lakermmtao11.cox.net (lakermmtao11.cox.net [68.230.240.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id E839743D46 for ; Tue, 16 Nov 2004 00:46:49 +0000 (GMT) (envelope-from conrads@cox.net) Received: from dolphin.local.net ([68.11.30.24]) by lakermmtao11.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20041116004648.QCQZ1734.lakermmtao11.cox.net@dolphin.local.net>; Mon, 15 Nov 2004 19:46:48 -0500 Received: from dolphin.local.net (localhost.local.net [127.0.0.1]) by dolphin.local.net (8.13.1/8.13.1) with SMTP id iAG0kmmB088771; Mon, 15 Nov 2004 18:46:48 -0600 (CST) (envelope-from conrads@cox.net) Date: Mon, 15 Nov 2004 18:46:42 -0600 From: "Conrad J. Sabatier" To: "Michael C. Shultz" Message-ID: <20041115184642.337300c8@dolphin.local.net> In-Reply-To: <200411151324.09969.ringworm@inbox.lv> References: <200411151324.09969.ringworm@inbox.lv> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; amd64-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Finding options for ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2004 00:46:50 -0000 On Mon, 15 Nov 2004 13:24:09 -0800, "Michael C. Shultz" wrote: > On Monday 15 November 2004 12:18 pm, Kill the Penguin wrote: > > I've ran into this sort of problem from time to time. How do you > > find and specify options in those ports that don't present a banner. > > For example, the php4 port has many options listed in the > > Makefile.ext file, but it's not clear how to turn these on. I looked > > through the ports docs again and I don't see anything like "make > > showoptions". Can someone give me a clue? > > > > Chris > > To find "WITH" type options I just do the following: > > cat Makefile | grep WITH > > Hope this helps some... > > > -Mike This is a useless use of "cat". You could accomplish the same thing with: grep WITH Makefile -- Conrad J. Sabatier -- "In Unix veritas"