From owner-freebsd-questions@FreeBSD.ORG Mon Nov 15 21:26:05 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 C315216A4CE for ; Mon, 15 Nov 2004 21:26:05 +0000 (GMT) Received: from out001.verizon.net (out001pub.verizon.net [206.46.170.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 509B143D49 for ; Mon, 15 Nov 2004 21:26:05 +0000 (GMT) (envelope-from ringworm@inbox.lv) Received: from ringworm.mechee.com ([4.26.226.89]) by out001.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041115212604.UUNT23519.out001.verizon.net@ringworm.mechee.com> for ; Mon, 15 Nov 2004 15:26:04 -0600 Received: by ringworm.mechee.com (Postfix, from userid 1001) id 92C1E2CE781; Mon, 15 Nov 2004 13:24:10 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Mon, 15 Nov 2004 13:24:09 -0800 User-Agent: KMail/1.7.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411151324.09969.ringworm@inbox.lv> X-Authentication-Info: Submitted using SMTP AUTH at out001.verizon.net from [4.26.226.89] at Mon, 15 Nov 2004 15:26:03 -0600 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: Mon, 15 Nov 2004 21:26:05 -0000 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 > > Only adults have difficulty with childproof caps. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" To find "WITH" type options I just do the following: cat Makefile | grep WITH Hope this helps some... -Mike