From owner-freebsd-questions@FreeBSD.ORG Fri Sep 7 16:39:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1982E16A417 for ; Fri, 7 Sep 2007 16:39:27 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id F08D613C428 for ; Fri, 7 Sep 2007 16:39:26 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id B843251927 for ; Fri, 7 Sep 2007 12:39:25 -0400 (EDT) Date: Fri, 7 Sep 2007 17:39:22 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070907173922.4c68dc7e@gumby.homeunix.com.> In-Reply-To: <94136a2c0709070910i3ea85e6ane6547dbadecba61c@mail.gmail.com> References: <94136a2c0709070910i3ea85e6ane6547dbadecba61c@mail.gmail.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: portupgrade / arguments for make X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2007 16:39:27 -0000 On Fri, 7 Sep 2007 18:10:13 +0200 "Zbigniew Szalbot" wrote: > Hello, > > When using portupgrade -fr I need to specify an argument that I do not > want X11 binaries installed during the upgrade process. Now from man I > read it is the -m switch. But how do I pass the argument: > > portupgrade -fr -m WITHOUTX11 php4 > > but this does not do the trick. Many thanks for the correct switch. I > could not find it in man make. > -m '-DWITHOUT_X11' You missed the -D and the underscore But very likely this should be defined globally in make.conf as WITHOUT_X11=yes