From owner-freebsd-questions@FreeBSD.ORG Fri Sep 7 16:10:14 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 6EDDC16A418 for ; Fri, 7 Sep 2007 16:10:14 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.184]) by mx1.freebsd.org (Postfix) with ESMTP id 51F0413C46A for ; Fri, 7 Sep 2007 16:10:13 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so451808rvb for ; Fri, 07 Sep 2007 09:10:13 -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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=7Lhoif+3MeXNxKbB2+ZbkBDcoE74glVbrVfgxsXATFE=; b=uEQj4EwbpDvX0Oz6vAO0tamXsjjWnCgGFneHXpzNOH7RTW8xMGTep+4bGqt7lZb/xeDlSX69V8BwO+TEkWaWldzQN5cl8Q+uqJumYAURbqDIC306Wjk8Ahy6gXE1pi+o5fs4p942yaryZBmvwpDRFfT55F8nUz7mvn6ia97YouI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=CDlIe4G+rQt34qtPIxnmphSktl4Gx5EUQz1ZP0qGidp91yDjEQhRb9kNjJuhqbILNoYZB8O1GneNZuisR9AEjkK5UJhClr5orzFu/9iqJVly1VvOurDafTNtCIhDTBu61C41aM04xtm7p5fxLQAz+rX7C4CTOyzvh9bSmUeVpKc= Received: by 10.141.3.10 with SMTP id f10mr782060rvi.1189181413083; Fri, 07 Sep 2007 09:10:13 -0700 (PDT) Received: by 10.141.79.9 with HTTP; Fri, 7 Sep 2007 09:10:13 -0700 (PDT) Message-ID: <94136a2c0709070910i3ea85e6ane6547dbadecba61c@mail.gmail.com> Date: Fri, 7 Sep 2007 18:10:13 +0200 From: "Zbigniew Szalbot" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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:10:14 -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. Have a nice weekend. Zbigniew Szalbot