cvs commit: ports/devel/boehm-gc Makefile ports/devel/boehm-gc/files patch-dbg_mlc.c patch-include-gc.h

Kris Kennaway kris at obsecurity.org
Mon May 24 17:08:37 PDT 2004


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20040524/79803342/attachment.bin


More information about the cvs-all mailing list