From owner-freebsd-ports Mon Jun 4 10:40:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5183F37B436 for ; Mon, 4 Jun 2001 10:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54He3H53889; Mon, 4 Jun 2001 10:40:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 4 Jun 2001 10:40:03 -0700 (PDT) Message-Id: <200106041740.f54He3H53889@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Hye-Shik Chang Subject: Re: ports/27865: mod_python port is broken Reply-To: Hye-Shik Chang Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27865; it has been noted by GNATS. From: Hye-Shik Chang To: freebsd-gnats-submit@FreeBSD.org, t_messmer@yahoo.com Cc: Subject: Re: ports/27865: mod_python port is broken Date: Tue, 5 Jun 2001 02:29:34 +0900 (KST) Hi. mod_python needs many patch for Python interpreter. so, it is hard to support all versions of Python in one port. this patch may disables to compile with another versions: --- Makefile.orig Tue Jun 5 02:15:26 2001 +++ Makefile Tue Jun 5 02:24:12 2001 @@ -23,9 +23,7 @@ .include -PYTHON_WRKSRC= ${WRKSRC}/../Python-${PYTHON_VERSION:S/python//g} APXS= ${PREFIX}/sbin/apxs - GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-apxs=${APXS} --with-python=${PYTHON_WRKSRC} CONFIGURE_ENV= PYTHON_BIN=${PYTHON_CMD} @@ -33,6 +31,10 @@ .if defined(WITH_OPENPTY) OPTIONAL_LIBS+= -lutil +.endif + +.if ${PYTHON_REL} != 210 +IGNORE= "is for Python-2.1 only, now." .endif PYTHON_CONFIGURE_ARGS+= --without-threads -------------------------------- Hye-Shik Chang, a.k.a. "Perky" Mechatronics, Yonsei University, Korea Public Key: http://openlook.org/pgp.txt PGP Fingerprint : 115C CF2F D90D 8AFE F45B 0356 21DA 398B 6474 11EA ------------------------------------------------- DreamWiz Free Mail @ http://www.dreamwiz.com/ DreamSearch Click the world!!! http://search.dreamwiz.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message