[kris@FreeBSD.org: cvs commit: ports/www/zope Makefile]

Neil Blakey-Milner nbm at mithrandr.moria.org
Thu Aug 7 03:30:51 PDT 2003


On Thu 2003-08-07 (03:02), Kris Kennaway wrote:
> FYI.  This port will be removed in 3 months if it is still broken.

There's something broken in bento's environment - lang/python21 builds
with threads by default, and the bento python21 package doesn't seem to
have threads enabled.  The check in lang/python21:

LIBC_R!=        /sbin/ldconfig -r | grep c_r || true
.if (${LIBC_R} != "") && !defined(WITHOUT_THREADS)
CONFIGURE_ARGS+=        --with-threads
CFLAGS+=                ${PTHREAD_CFLAGS}
CONFIGURE_ENV+=         LDFLAGS="${PTHREAD_LIBS} ${LDFLAGS}"
.else
CONFIGURE_ARGS+=        --without-threads
.endif

I'm not sure why this would fail on bento, causing the port to build
without threads.

The zope port builds just fine on a FreEBSD 5.1 box with latest python21
and zope ports with no variables set.

Neil
-- 
Neil Blakey-Milner
nbm at mithrandr.moria.org


More information about the freebsd-ports mailing list