Date: Mon, 24 May 2004 17:08:34 -0700 From: Kris Kennaway <kris@obsecurity.org> To: MANTANI Nobutaka <nobutaka@FreeBSD.org> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/boehm-gc Makefile ports/devel/boehm-gc/files patch-dbg_mlc.c patch-include-gc.h Message-ID: <20040525000834.GA71754@xor.obsecurity.org> In-Reply-To: <200405241454.i4OEsuwI042448@repoman.freebsd.org> References: <200405241454.i4OEsuwI042448@repoman.freebsd.org>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --]
On Mon, May 24, 2004 at 07:54:56AM -0700, MANTANI Nobutaka wrote:
> | +CONFIGURE_ARGS= --prefix=${PREFIX} --enable-cplusplus
> | +OPTIONS= REDIRECT "Define malloc(3)-family replacements" no \
> | + FULLDEBUG "full-debug support (see documentation)" no \
> | + THREADING "POSIX thread support" no \
> | + PARALLEL_MARK "Parallel-thread marking (faster for SMP)" yes
dialog(1), and therefore OPTIONS, uses "on" and "off" instead of "yes" and "no".
> | .include <bsd.port.pre.mk>
> | +
> | +.ifdef WITH_THREADING
You should also be checking for
.if defined(WITH_THREADING) && !defined(WITHOUT_THREADING)
etc.
Kris
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)
iD8DBQFAso6BWry0BWjoQKURAr8NAJ9TuxzlKptfDCW2sef0Jhk1i5+K+ACfXEOv
GykeMO1gp3CcmPd2TpXsIXw=
=i2kA
-----END PGP SIGNATURE-----
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040525000834.GA71754>
