From owner-svn-ports-all@freebsd.org Sat Jan 27 00:51:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A9D5ED3A3F; Sat, 27 Jan 2018 00:51:07 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from mx2.catspoiler.org (mx2.catspoiler.org [IPv6:2607:f740:16::d18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "amnesiac", Issuer "amnesiac" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 24E4C6DEF2; Sat, 27 Jan 2018 00:51:07 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org ([76.212.85.177]) by mx2.catspoiler.org (8.15.2/8.15.2) with ESMTPS id w0R0pXOI007740 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Sat, 27 Jan 2018 00:51:35 GMT (envelope-from truckman@FreeBSD.org) Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTPS id w0R0JlLV003744 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 26 Jan 2018 16:50:58 -0800 (PST) (envelope-from truckman@FreeBSD.org) Date: Fri, 26 Jan 2018 16:50:34 -0800 (PST) From: Don Lewis Subject: Re: svn commit: r460047 - in head/editors/openoffice-4: . files To: Jan Beich cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org In-Reply-To: <8tck-i3xh-wny@FreeBSD.org> Message-ID: References: <201801261833.w0QIX9uA026861@repo.freebsd.org> <8tck-i3xh-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii Content-Disposition: INLINE X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Sat, 27 Jan 2018 00:51:07 -0000 On 27 Jan, Jan Beich wrote: > Don Lewis writes: > >> +.if defined(WITH_DEBUG) >> +CONFIGURE_ARGS+= --enable-symbols >> +.else >> +.if ${PORT_OPTIONS:MCRASHDUMP} >> +BROKEN= CRASHDUMP option requires WITH_DEBUG >> +.endif >> +.endif > > Why not CRASHDUMP_VARS=WITH_DEBUG= ? After r458513 WITH_DEBUG and > WITH=DEBUG are different, so you can't CRASHDUMP_IMPLIES=DEBUG. Because I didn't think of that ...