From owner-freebsd-questions@FreeBSD.ORG Mon May 5 16:08:38 2003 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 036C437B401 for ; Mon, 5 May 2003 16:08:38 -0700 (PDT) Received: from mail.munk.nu (213-152-51-194.dsl.eclipse.net.uk [213.152.51.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A11B43F75 for ; Mon, 5 May 2003 16:08:37 -0700 (PDT) (envelope-from munk@mail.munk.nu) Received: from munk by mail.munk.nu with local (Exim 4.14) id 19Cp65-000N5B-G8; Tue, 06 May 2003 00:10:13 +0100 Date: Tue, 6 May 2003 00:10:13 +0100 From: Jez Hancock To: FreeBSD questions List Message-ID: <20030505231013.GA88545@users.munk.nu> Mail-Followup-To: FreeBSD questions List , ODHIAMBO Washington References: <3EB2B0E4.5000309@netscape.net> <20030502185938.GA22693@users.munk.nu> <20030503084738.GE17027@ns2.wananchi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030503084738.GE17027@ns2.wananchi.com> User-Agent: Mutt/1.4.1i Sender: User Munk Subject: Re: How to find out available "make" arguments 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, 05 May 2003 23:08:38 -0000 On Sat, May 03, 2003 at 11:47:38AM +0300, ODHIAMBO Washington wrote: > * Jez Hancock [20030502 21:58]: wrote: > > > /usr/ports/Mk/bsd.ports.mk > ^ that s ;-) Sorry - my bad - I should have checked before I typed frantically :/ > > cd /usr/ports/Mk > > ls -al > > read what you want, maybe :) > > I did `man ports` and wondered if all-depends-list was deprecated... No idea I'm afraid... I'm grappling with diff files and 'patch' right now, great fun... in a tooth-pulling fun kind of way :) Incidentally I don't think the example I gave of apache/suexec was a very good one - totally by coincidence (isn't it always?) I'm attempting to build apache with suexec support right now and doing this: [18:02:20] root@whitestar /usr/ports/www/apache13-modssl# make \ -DWITH_APACHE_SUEXEC -DAPACHE_SUEXEC_DOCROOT=/www -DAPACHE_SUEXEC_USERDIR=/www isn't enabling apache-suexec, let alone any of the other options :( I just found this thread totally by coincidence like I say after searching for help on the topic: http://marc.theaimsgroup.com/?l=freebsd-questions&m=105195202218567&w=2 saw the name in the first result there and thought mmm, that name's familiar :)) Ah well back to my search, Cheers, Jez PS Have you come across portupgrade - v useful tool for keeping ports up to date...