From owner-freebsd-questions@FreeBSD.ORG Wed Aug 31 13:10:05 2011 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 5C6BC106566B for ; Wed, 31 Aug 2011 13:10:05 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 01E248FC18 for ; Wed, 31 Aug 2011 13:10:04 +0000 (UTC) Received: by qwc9 with SMTP id 9so434092qwc.13 for ; Wed, 31 Aug 2011 06:10:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=5Dlx5rhvvhhpsSxNca7fFPAmDQXNCLOEU/rIEql7Ma8=; b=YSvf0SjZcYAnK/HB8plZALHL98TCmXrnUPN/bINHZ7Ed9fbce4taZtPjyWTkE7LzQo ksDu5YXgzJt+HrH1mtSH8razDqPlDx7TON5j7d6w156W9UZtWd5QVscpwepzD9fJFyvr HYCo5JDMYBxcV+0Y1UB7807OOoSXCceSE8pMY= MIME-Version: 1.0 Received: by 10.229.89.66 with SMTP id d2mr255845qcm.93.1314794541610; Wed, 31 Aug 2011 05:42:21 -0700 (PDT) Received: by 10.229.89.138 with HTTP; Wed, 31 Aug 2011 05:42:21 -0700 (PDT) In-Reply-To: <1314768976.20964.YahooMailNeo@web121104.mail.ne1.yahoo.com> References: <1314768976.20964.YahooMailNeo@web121104.mail.ne1.yahoo.com> Date: Wed, 31 Aug 2011 15:42:21 +0300 Message-ID: From: George Liaskos To: zszalbot@ovi.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-questions@freebsd.org" Subject: Re: How to check current port options before updating 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: Wed, 31 Aug 2011 13:10:05 -0000 On Wed, Aug 31, 2011 at 8:36 AM, wrote: > Dear all, > > I have been wondering how I can check current options of a port before I = update it. The port in question (apache22) has a number of options and I wo= uld like to look at the current ones so that I do not install options that = I may not need. I'd appreciate if you can point me to a reference or a comm= and that does it. Will "make config" show it? > > Many thanks! You can also use --force-config if you use portmaster. Regards, George