From owner-freebsd-ports@FreeBSD.ORG Thu Nov 26 17:21:52 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF7F7106566C for ; Thu, 26 Nov 2009 17:21:52 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 91D308FC21 for ; Thu, 26 Nov 2009 17:21:52 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id nAQHLjUj063611; Thu, 26 Nov 2009 10:21:45 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id nAQHLjGr063608; Thu, 26 Nov 2009 10:21:45 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 26 Nov 2009 10:21:45 -0700 (MST) From: Warren Block To: "Michael W. Lucas" In-Reply-To: <20091126161036.GA21283@bewilderbeast.blackhelicopters.org> Message-ID: References: <20091126161036.GA21283@bewilderbeast.blackhelicopters.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (wonkity.com [127.0.0.1]); Thu, 26 Nov 2009 10:21:45 -0700 (MST) Cc: ports@freebsd.org Subject: Re: compile a port with debugging symbols? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2009 17:21:53 -0000 On Thu, 26 Nov 2009, Michael W. Lucas wrote: > Is there an approved/offical way to compile a port with debugging > symbols? > > Habitually I've just run "make configure" and then edited Makefiles. > But I'm sure that's not what you folks recommend users do... make -DWITH_DEBUG, according to bsd.ports.mk. -Warren Block * Rapid City, South Dakota USA