Skip site navigation (1)Skip section navigation (2)
Date:      4 Sep 2002 23:56:42 -0000
From:      Alex Rodioukov <simuran@shaw.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42432: Updated port: databases/py-psycopg from 1.0.8 to 1.0.11.1
Message-ID:  <20020904235642.62035.qmail@gurudom.ramax.com>

next in thread | raw e-mail | index | archive | help

>Number:         42432
>Category:       ports
>Synopsis:       Updated port: databases/py-psycopg from 1.0.8 to 1.0.11.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 04 17:00:06 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alex Rodioukov
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netopia.io.sys 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Feb 4 13:21:59 MST 2002 root@bismark.io.sys:/usr/obj/usr/src/sys/NETOPIA i386

>Description:
>How-To-Repeat:
>Fix:
diff -ruN databases/py-psycopg/Makefile local/py-psycopg/Makefile
--- databases/py-psycopg/Makefile	Sun Jun 23 10:14:51 2002
+++ local/py-psycopg/Makefile	Wed Sep  4 16:05:24 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	psycopg
-PORTVERSION=	1.0.8
+PORTVERSION=	1.0.11.1
 CATEGORIES=	databases python
 MASTER_SITES=	http://initd.org/pub/software/psycopg/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -26,7 +26,6 @@
 
 CONFIGURE_ARGS=	--with-python=${PYTHON_CMD} \
 		--with-postgres-libraries=${LOCALBASE}/lib \
-		--with-postgres-includes=${LOCALBASE}/include/pgsql \
 		--with-postgres-includes=${LOCALBASE}/include \
 		--with-mxdatetime-includes=${DATETIME_INC}
 

diff -ruN databases/py-psycopg/distinfo local/py-psycopg/distinfo
--- databases/py-psycopg/distinfo	Sun Jun 23 10:14:51 2002
+++ local/py-psycopg/distinfo	Wed Sep  4 16:04:28 2002
@@ -1 +1 @@
-MD5 (psycopg-1.0.8.tar.gz) = c31d6862fefb1ff07f911cd328e7d9a6
+MD5 (psycopg-1.0.11.1.tar.gz) = e2a10cdc7ba7485917531b3ab92554d2

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	files/
#	files/patch-configure
#
echo c - files/
mkdir -p files/ > /dev/null 2>&1
echo x - files/patch-configure
sed 's/^X//' >files/patch-configure << 'END-of-files/patch-configure'
X--- configure.orig	Wed Sep  4 16:16:18 2002
X+++ configure	Wed Sep  4 16:16:59 2002
X@@ -1316,11 +1316,11 @@
X 
X echo $ac_n "checking PostgreSQL type catalog""... $ac_c" 1>&6
X echo "configure:1319: checking PostgreSQL type catalog" >&5
X-if test -d $PGSQLDIR/catalog ; then
X-  PGSQLTYPES="$PGSQLDIR/catalog/pg_type.h"
X+if test -d $PGSQLDIR/pgsql/catalog ; then
X+  PGSQLTYPES="$PGSQLDIR/psql/catalog/pg_type.h"
X else
X-  if test -d $PGSQLDIR/server/catalog ; then
X-    PGSQLTYPES="$PGSQLDIR/server/catalog/pg_type.h"
X+  if test -d $PGSQLDIR/psql/server/catalog ; then
X+    PGSQLTYPES="$PGSQLDIR/psql/server/catalog/pg_type.h"
X   fi
X fi
X test -z "$PGSQLTYPES" && { echo "configure: error: pg_type.h not found" 1>&2; exit 1; }
END-of-files/patch-configure
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

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?20020904235642.62035.qmail>