From owner-freebsd-questions@FreeBSD.ORG Tue Aug 15 18:55:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 717D716A4E0 for ; Tue, 15 Aug 2006 18:55:17 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A4A243D55 for ; Tue, 15 Aug 2006 18:55:15 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 2714 invoked from network); 15 Aug 2006 18:55:15 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 15 Aug 2006 18:55:14 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 3440A28449; Tue, 15 Aug 2006 14:55:14 -0400 (EDT) To: Chris References: <44E21660.5040100@comcast.net> From: Lowell Gilbert Date: Tue, 15 Aug 2006 14:55:14 -0400 In-Reply-To: <44E21660.5040100@comcast.net> (Chris's message of "Tue, 15 Aug 2006 11:45:52 -0700") Message-ID: <44sljxakx9.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Finding out which options you used when compiling a package? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Aug 2006 18:55:17 -0000 Chris writes: > Is there anyway to find out which defines you decleared on the make > line you used to compile a port or the menu options you used for ports > that pop up a define menu? For the former: no, not in general. For the latter: if it is a ports system config, then "make showconfig" (see "man ports") will show you.