Date: Thu, 30 Jun 2011 09:00:23 GMT From: Pan Tsu <inyaoo@gmail.com> To: x11@FreeBSD.org Subject: Re: ports/158529: [patch] x11-servers/xorg-server: conditionalize --without-dtrace Message-ID: <201106300900.p5U90NaJ067381@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/158529; it has been noted by GNATS.
From: Pan Tsu <inyaoo@gmail.com>
To: bug-followup@FreeBSD.org
Cc:
Subject: Re: ports/158529: [patch] x11-servers/xorg-server: conditionalize --without-dtrace
Date: Thu, 30 Jun 2011 12:52:27 +0400
Pan Tsu <inyaoo@gmail.com> writes:
[...]
> +.if (${OSVERSION} < 800000) \
> + || (${OSVERSION} >= 800000 && ${OSVERSION} < 802500)
^^^^^^
Oops, accidentally excluded 8.2-release. It should be
${OSVERSION} < 802000
> + || (${OSVERSION} >= 900000 && ${OSVERSION} < 900021)
> +CONFIGURE_ARGS+=--without-dtrace
> +.endif
> +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106300900.p5U90NaJ067381>
