Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2001 10:40:03 -0700 (PDT)
From:      Hye-Shik Chang <perky@python.or.kr>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/27865: mod_python port is broken
Message-ID:  <200106041740.f54He3H53889@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/27865; it has been noted by GNATS.

From: Hye-Shik Chang <perky@python.or.kr>
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 <bsd.port.pre.mk>
  
 -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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106041740.f54He3H53889>