Date: Fri, 26 Jan 2018 16:50:34 -0800 (PST) From: Don Lewis <truckman@FreeBSD.org> To: Jan Beich <jbeich@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: <tkrat.8e6875fd270f452a@FreeBSD.org> In-Reply-To: <8tck-i3xh-wny@FreeBSD.org> References: <201801261833.w0QIX9uA026861@repo.freebsd.org> <8tck-i3xh-wny@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 27 Jan, Jan Beich wrote: > 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. Because I didn't think of that ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?tkrat.8e6875fd270f452a>