From owner-freebsd-ports@FreeBSD.ORG Mon Mar 17 20:01:20 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9AB6EF8B; Mon, 17 Mar 2014 20:01:20 +0000 (UTC) Received: from mail.jrv.org (adsl-70-243-84-11.dsl.austtx.swbell.net [70.243.84.11]) by mx1.freebsd.org (Postfix) with ESMTP id 6DF471A5; Mon, 17 Mar 2014 20:01:19 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.jrv.org (Postfix) with ESMTP id 4996B124015; Mon, 17 Mar 2014 15:01:13 -0500 (CDT) X-Virus-Scanned: amavisd-new at zimbra.housenet.jrv Received: from mail.jrv.org ([127.0.0.1]) by localhost (zimbra.housenet.jrv [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lBQhAHxtJPMU; Mon, 17 Mar 2014 15:01:03 -0500 (CDT) Received: from [192.168.23.128] (BMX.housenet.jrv [192.168.3.140]) by mail.jrv.org (Postfix) with ESMTPSA id 0193A12400D; Mon, 17 Mar 2014 15:01:02 -0500 (CDT) Message-ID: <5327548D.3060605@jrv.org> Date: Mon, 17 Mar 2014 14:01:17 -0600 From: "James R. Van Artsdalen" User-Agent: Mozilla/5.0 (Windows NT 5.0; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Dimitry Andric Subject: Re: net/samba36 does not build on stable10? References: <5326972A.5080400@jrv.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2014 20:01:20 -0000 On 3/17/2014 1:54 AM, Dimitry Andric wrote: > Try removing WITH_DEBUG=1 from your make.conf. This causes the samba > port to be compiled without any optimization (e.g. -O0). Only use the > WITH_DEBUG option for specific ports, not as a general setting. Is there a general purpose knob for adding -g and preventing stripping? DEBUG_FLAGS seems ineffective, at least in multimedia/handbrake.