Date: Sat, 27 Jan 2018 00:41:14 +0100 From: Jan Beich <jbeich@FreeBSD.org> To: Don Lewis <truckman@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r460047 - in head/editors/openoffice-4: . files Message-ID: <8tck-i3xh-wny@FreeBSD.org> In-Reply-To: <201801261833.w0QIX9uA026861@repo.freebsd.org> (Don Lewis's message of "Fri, 26 Jan 2018 18:33:09 %2B0000 (UTC)") References: <201801261833.w0QIX9uA026861@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Don Lewis <truckman@FreeBSD.org> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8tck-i3xh-wny>