Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Mar 2003 09:00:27 -0800 (PST)
From:      Palle Girgensohn <girgen@pingpong.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/48842: [Patch] python support
Message-ID:  <200303091700.h29H0RFH098333@freefall.freebsd.org>

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

From: Palle Girgensohn <girgen@pingpong.net>
To: "Vladimir I. Chukharev" <chu@h33.erkki.ton.tut.fi>,
	FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/48842: [Patch] python support
Date: Sun, 09 Mar 2003 17:57:40 +0100

 Hi,
 
 There is already a separate port for this, databases/py-PyGreSQL, that=20
 builds the python support distributed with postgresql.
 
 Regards,
 Palle
 
 
 
 --On s=F6ndag, mars 09, 2003 18.45.19 +0200 "Vladimir I. Chukharev"=20
 <chu@h33.erkki.ton.tut.fi> wrote:
 
 > I have to be more careful.
 >
 > This PR is about databases/postgresql7, please
 > set the correct responsibility.
 > And I repeat now the patch to help overveiwing.
 >
 > May be the task should be done some other way, say, if
 > python is installed, make support fot it. But even this way
 > is better than no way at all.
 >
 > Best regards,
 > V.Chukharev
 >
 > --- patch begins here ---
 > --- Makefile.orig	Sat Mar  1 14:53:35 2003
 > +++ Makefile	Sun Mar  2 21:35:22 2003
 > @@ -111,6 +111,11 @@
 >  DISTFILES+=3D	postgresql-test-${PORTVERSION}${EXTRACT_SUFX}
 >  .endif
 >
 > +.if defined(WITH_PYTHON)
 > +CONFIGURE_ARGS+=3D --with-python
 > +RUN_DEPENDS+=3D
 > 	"${LOCALBASE}/lib/python2.2/site-packages/mx/DateTime/DateTime.py:${PORT
 > SDIR}/lang/py-mx-base" +.endif
 > +
 >  MAN1=3D		clusterdb.1 createdb.1 createlang.1 createuser.1 dropdb.1 \
 >  		droplang.1 dropuser.1 ecpg.1 initdb.1 initlocation.1 ipcclean.1 \
 >  		pg_config.1 pg_controldata.1 pg_ctl.1 pg_dump.1 pg_dumpall.1 \
 > @@ -157,6 +162,7 @@
 >  	@${ECHO} "	WITH_DEBUG		Builds with debugging symbols"
 >  	@${ECHO} "	WITH_TESTS		Allows the use of a \"check\" target"
 >  	@${ECHO} "				building the module"
 > +	@${ECHO} "	WITH_PYTHON		Builds with python support"
 >  	@${ECHO} ""
 >  .if defined(WITH_MIT_KRB5) && defined(WITH_HEIMDAL_KRB5)
 >  	@${ECHO} "WITH_MIT_KRB5 and WITH_HEIMDAL_KRB5 are mutually exclusive."
 > --- patch ends here ---
 
 
 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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