From 6cd163c1f8d222b22ff03ac91e82be8fc7d7a154 Mon Sep 17 00:00:00 2001 From: Johann Visagie Date: Wed, 23 Oct 2002 14:33:47 +0000 Subject: - Make this port a subport of databases/postgresql7, since the development of PyGreSQL has been folded into that of PostgreSQL itself. - This update effectivly takes PyGreSQL to version 3.3, which is distributed with PostgreSQL 7.2.3. - Byte-compile installed modules to ensure clean deinstallation. - Install documentation under $DOCSDIR. - Remove Makefile from $FILESDIR - not required anymore. - Remove patch-pgdb.py - not required any longer. - Add two patches to ensure installation is $PREFIX-clean. - Update pkg-comment and pkg-descr to reflect the current status of the port. --- databases/py-PyGreSQL/files/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 databases/py-PyGreSQL/files/patch-configure (limited to 'databases/py-PyGreSQL/files/patch-configure') diff --git a/databases/py-PyGreSQL/files/patch-configure b/databases/py-PyGreSQL/files/patch-configure new file mode 100644 index 000000000000..d52de30b0cc7 --- /dev/null +++ b/databases/py-PyGreSQL/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Tue Oct 1 05:34:27 2002 ++++ configure Wed Oct 23 15:50:31 2002 +@@ -3239,7 +3239,7 @@ + echo $ac_n "checking Python installation directories""... $ac_c" 1>&6 + echo "configure:3241: checking Python installation directories" >&5 + python_version=`${PYTHON} -c "import sys; print sys.version[:3]"` +-python_prefix=`${PYTHON} -c "import sys; print sys.prefix"` ++python_prefix="${prefix}" + python_execprefix=`${PYTHON} -c "import sys; print sys.exec_prefix"` + python_configdir="${python_execprefix}/lib/python${python_version}/config" + python_moduledir="${python_prefix}/lib/python${python_version}/site-packages" -- cgit v1.2.3