From owner-freebsd-questions@freebsd.org Sun Dec 15 11:21:10 2019 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E062B1EA0C1 for ; Sun, 15 Dec 2019 11:21:10 +0000 (UTC) (envelope-from trond.endrestol@ximalas.info) Received: from enterprise.ximalas.info (enterprise.ximalas.info [IPv6:2001:700:1100:1::8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "ximalas.info", Issuer "Hostmaster ximalas.info" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 47bMRB4fYsz4RNQ for ; Sun, 15 Dec 2019 11:21:10 +0000 (UTC) (envelope-from trond.endrestol@ximalas.info) Received: from enterprise.ximalas.info (Ximalas@localhost [127.0.0.1]) by enterprise.ximalas.info (8.15.2/8.15.2) with ESMTPS id xBFBL29p005150 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Sun, 15 Dec 2019 12:21:02 +0100 (CET) (envelope-from trond.endrestol@ximalas.info) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ximalas.info; s=default; t=1576408862; bh=HpAWFycsMRfohX52riC2cFp6APRTHk6DuuTcnicDn80=; h=Date:From:To:Subject:In-Reply-To:References; b=pH1SLoNaiZpwKuwOYRZcJ42ld6GsvBVPGrfFw9iy5YZBwoy7F8FwZMUUBY3TK74uq VeQrSDpxixBKIf9Qi5wOvNo1+kYiwSy0tCYo4szUTyPQIB9V05UGxi5aMHr3PPLoJd 07bv3Ag4c61GmdZ+tl9UZ0+PdRqOJLa7D6yNh2F5TxW8jpk8xXDer9+mKoPIgqPRua tgw6VJddmN4w1kMX3AO0xpG1CEAViI8S5ir9ip2mqaaowJ5u4x07TmGhj0NqWslZbm 4pEZPmHR6rFYoS+RbYHLQOCsmCMHAqreDlEh4mGfdY1SkMINoZgM/HhKzecPQGQQ24 iK9rzDkku3cGw== Received: from localhost (trond@localhost) by enterprise.ximalas.info (8.15.2/8.15.2/Submit) with ESMTP id xBFBL1Xa005147 for ; Sun, 15 Dec 2019 12:21:02 +0100 (CET) (envelope-from trond.endrestol@ximalas.info) X-Authentication-Warning: enterprise.ximalas.info: trond owned process doing -bs Date: Sun, 15 Dec 2019 12:21:01 +0100 (CET) From: =?UTF-8?Q?Trond_Endrest=C3=B8l?= Sender: Trond.Endrestol@ximalas.info To: freebsd-questions@freebsd.org Subject: Re: Building "Kleopatra" with debug symbols In-Reply-To: <20191215052931.76ba2cb9@scorpio> Message-ID: References: <20191214141334.00001fbf@seibercom.net> <20191215095045.50135056@demon> <20191215052931.76ba2cb9@scorpio> User-Agent: Alpine 2.21.99999 (BSF 352 2019-06-22) OpenPGP: url=http://ximalas.info/about/tronds-openpgp-public-key MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on enterprise.ximalas.info X-Rspamd-Queue-Id: 47bMRB4fYsz4RNQ X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2019 11:21:10 -0000 On Sun, 15 Dec 2019 05:29-0500, Gerard E. Seibert wrote: > On Sun, 15 Dec 2019 09:50:45 +0300, dmn stated: > > >You can add WITH_DEBUG_PORTS+=security/kleopatra to make.conf to turn > >on debugging symbols just for security/kleopatra port. > > A) I did not know that. I never saw it documented either; although, it > obviously must be somewhere. See ports(7), section MAKE VARIABLES. > B) Will that work in the "/usr/local/etc/poudriere.d/make.conf" file? Assuming the above make.conf is presented as /etc/make.conf during the building of packages, then yes. I guess it's similar to /usr/local/etc/synth/-make.conf, e.g. /usr/local/etc/synth/LiveSystem-make.conf. -- Trond.