HAVE_BACKTRACE enabled whenever devel/libexecinfo installed on FreeBSD. Affects irc/weechat as well. How-To-Repeat: 1. install devel/libexecinfo 2. install weechat 3. deinstall libexecinfo
Maintainer of irc/weechat-devel, Please note that PR ports/146912 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/146912 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
On 24/05/2010 08:40, Edwin Groothuis wrote: > Maintainer of irc/weechat-devel, > > Please note that PR ports/146912 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/146912 > I approve of the patch (good find!). Thanks, Jase.
State Changed From-To: feedback->open Maintainer approved.
BACKTRACE knob should probably be ON by default because DEBUG is ON, too.
On 29/05/2010 10:06, Anonymous wrote: > BACKTRACE knob should probably be ON by default because DEBUG is ON, too. I disagree - WITH_BACKTRACE brings in an external dependancy, whereas WITH_DEBUG doesn't. If a user wishes to obtain a backtrace without that dependancy, they can do so with gdb and their core file (as documented in the weechat-devel documentation http://www.weechat.org/files/doc/devel/weechat_user.en.html#gdb_backtrace.) Otherwise, they can elect to enable WITH_BACKTRACE at build time. Regards, Jase.
Responsible Changed From-To: freebsd-ports-bugs->makc I'll take it.
makc 2010-06-05 11:28:15 UTC FreeBSD ports repository Modified files: irc/weechat-devel Makefile Log: Add optional dependency on devel/libexecinfo PR: ports/146912 Submitted by: Anonymous <swell.k at gmail.com> Approved by: Jase Thew (maintainer) Revision Changes Path 1.53 +8 -0 ports/irc/weechat-devel/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!