From owner-cvs-ports@FreeBSD.ORG Mon May 24 17:08:37 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EDE816A4CE; Mon, 24 May 2004 17:08:37 -0700 (PDT) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC8EC43D3F; Mon, 24 May 2004 17:08:36 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (96ca3a9447b0502f54ecb2076c68d4ae@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128])i4P08Zws017951; Mon, 24 May 2004 19:08:35 -0500 (CDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A910C521D5; Mon, 24 May 2004 17:08:34 -0700 (PDT) Date: Mon, 24 May 2004 17:08:34 -0700 From: Kris Kennaway To: MANTANI Nobutaka Message-ID: <20040525000834.GA71754@xor.obsecurity.org> References: <200405241454.i4OEsuwI042448@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AqsLC8rIMeq19msA" Content-Disposition: inline In-Reply-To: <200405241454.i4OEsuwI042448@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@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 X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2004 00:08:37 -0000 --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 > | + > | +.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--