From owner-svn-ports-all@FreeBSD.ORG Thu Jan 24 15:51:35 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BB2D828F; Thu, 24 Jan 2013 15:51:35 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 97067100; Thu, 24 Jan 2013 15:51:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0OFpZ7D091736; Thu, 24 Jan 2013 15:51:35 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0OFpZCL091735; Thu, 24 Jan 2013 15:51:35 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201301241551.r0OFpZCL091735@svn.freebsd.org> From: Pawel Pekala Date: Thu, 24 Jan 2013 15:51:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310935 - head/mail/claws-mail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 15:51:35 -0000 Author: pawel Date: Thu Jan 24 15:51:35 2013 New Revision: 310935 URL: http://svnweb.freebsd.org/changeset/ports/310935 Log: Don't enable crash dialog when DEBUG=on - this prevents coredump file creation. PR: ports/175482 Submitted by: Fabian Keil Modified: head/mail/claws-mail/Makefile Modified: head/mail/claws-mail/Makefile ============================================================================== --- head/mail/claws-mail/Makefile Thu Jan 24 15:48:20 2013 (r310934) +++ head/mail/claws-mail/Makefile Thu Jan 24 15:51:35 2013 (r310935) @@ -151,7 +151,7 @@ CONFIGURE_ARGS+= --disable-pgpmime-plugi .endif .if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+= --enable-maintainer-mode --enable-crash-dialog +CONFIGURE_ARGS+= --enable-maintainer-mode .endif .if ${PORT_OPTIONS:MDILLO}