Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Mar 2003 08:50:19 -0800 (PST)
From:      "Vladimir I. Chukharev" <chu@h33.erkki.ton.tut.fi>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/48842: [Patch] python support
Message-ID:  <200303091650.h29GoJSK096361@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: "Vladimir I. Chukharev" <chu@h33.erkki.ton.tut.fi>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: girgen@pingpong.net
Subject: Re: ports/48842: [Patch] python support
Date: Sun, 9 Mar 2003 18:45:19 +0200 (EET)

 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+=	postgresql-test-${PORTVERSION}${EXTRACT_SUFX}
  .endif
  
 +.if defined(WITH_PYTHON)
 +CONFIGURE_ARGS+= --with-python
 +RUN_DEPENDS+=	"${LOCALBASE}/lib/python2.2/site-packages/mx/DateTime/DateTime.py:${PORTSDIR}/lang/py-mx-base"
 +.endif
 +
  MAN1=		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?200303091650.h29GoJSK096361>