svn commit: r460047 - in head/editors/openoffice-4: . files

Jan Beich jbeich at FreeBSD.org
Fri Jan 26 23:41:18 UTC 2018


Don Lewis <truckman at 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.


More information about the svn-ports-all mailing list