From owner-freebsd-questions@FreeBSD.ORG Fri Sep 7 16:55:41 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 6FF9D16A419 for ; Fri, 7 Sep 2007 16:55:41 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.187]) by mx1.freebsd.org (Postfix) with ESMTP id 5027F13C467 for ; Fri, 7 Sep 2007 16:55:41 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so460149rvb for ; Fri, 07 Sep 2007 09:55:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=uaDikeuqHpdA/c4qQhcsZjyBneoum0loYgflO6fPdEQ=; b=AQLck/C4M/RH9JeORmbBPfDYyp7/gjLheXVwLwuir5vtYt4B4ubkR70VtcWxz3JWDUx+Hiz3heLdjKhyXXjzh3fLl+K4Ogw44oqTyVCT9QXHm17St8LTJ0ggiXzmN+0KoHb7kquohXKDz+/pieM2KzY9QMynCAio9akaPIXkN7s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HMVFKpjjfPFaTBINT/prBVm4MFXOwp/uiNWoKFFB0o5g6e1kYksMnYTTlhsHDex26x5AUe99FB065WGqzUoTbaDIa1//D7TvPz9aCCB2wkkFaMZC5iN68PBcHB/4z/f/QXpQdkXUc+25LQ3qUWvjS29p/qu9G9hFQQFL+i/XsO4= Received: by 10.141.18.14 with SMTP id v14mr802131rvi.1189184140945; Fri, 07 Sep 2007 09:55:40 -0700 (PDT) Received: by 10.141.79.9 with HTTP; Fri, 7 Sep 2007 09:55:40 -0700 (PDT) Message-ID: <94136a2c0709070955r11a84e3ara24c66d5ba137430@mail.gmail.com> Date: Fri, 7 Sep 2007 18:55:40 +0200 From: "Zbigniew Szalbot" To: freebsd-questions@freebsd.org In-Reply-To: <20070907173922.4c68dc7e@gumby.homeunix.com.> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <94136a2c0709070910i3ea85e6ane6547dbadecba61c@mail.gmail.com> <20070907173922.4c68dc7e@gumby.homeunix.com.> 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:55:41 -0000 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 I set it in /etc/make.conf Thank you very much. I am impressed how friendly and helpful FBSD community is. All the best! Zbigniew Szalbot