From owner-freebsd-ports-bugs Sun Mar 9 8:50:22 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC94737B410 for ; Sun, 9 Mar 2003 08:50:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3366543F85 for ; Sun, 9 Mar 2003 08:50:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h29GoJNS096362 for ; Sun, 9 Mar 2003 08:50:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h29GoJSK096361; Sun, 9 Mar 2003 08:50:19 -0800 (PST) Date: Sun, 9 Mar 2003 08:50:19 -0800 (PST) Message-Id: <200303091650.h29GoJSK096361@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: "Vladimir I. Chukharev" Subject: Re: ports/48842: [Patch] python support Reply-To: "Vladimir I. Chukharev" Sender: owner-freebsd-ports-bugs@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/48842; it has been noted by GNATS. From: "Vladimir I. Chukharev" 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