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>
next in thread | previous in thread | raw e-mail | index | archive | help
--AqsLC8rIMeq19msA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 24, 2004 at 07:54:56AM -0700, MANTANI Nobutaka wrote: > | +CONFIGURE_ARGS=3D --prefix=3D${PREFIX} --enable-cplusplus > | +OPTIONS=3D 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=20 =2Eif defined(WITH_THREADING) && !defined(WITHOUT_THREADING) etc. Kris --AqsLC8rIMeq19msA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAso6BWry0BWjoQKURAr8NAJ9TuxzlKptfDCW2sef0Jhk1i5+K+ACfXEOv GykeMO1gp3CcmPd2TpXsIXw= =i2kA -----END PGP SIGNATURE----- --AqsLC8rIMeq19msA--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040525000834.GA71754>