Date: Tue, 19 Mar 2002 07:52:36 -0800 (PST) From: Gerhard Häring <gerhard@bigfoot.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/36102: update databases/py-pyPgSQL port to work with PostgreSQL 7.2 Message-ID: <200203191552.g2JFqaU34193@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 36102 >Category: ports >Synopsis: update databases/py-pyPgSQL port to work with PostgreSQL 7.2 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 19 08:00:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: Gerhard Häring >Release: 4.5-STABLE >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -r -C 3 ../py-pyPgSQL.orig/Makefile ./Makefile *** ../py-pyPgSQL.orig/Makefile Tue Mar 19 14:51:14 2002 --- ./Makefile Tue Mar 19 14:51:38 2002 *************** *** 33,39 **** post-patch: perl -i -p \ ! -e 's#^include_dirs = \[ "/usr/local/pgsql/include" \]#include_dirs = [ "${LOCALBASE}/include/pgsql" ]# ;' \ -e 's#^library_dirs = \[ "/usr/local/pgsql/lib" \]#library_dirs = [ "${LOCALBASE}/lib" ]#' \ ${WRKSRC}/setup.py --- 33,39 ---- post-patch: perl -i -p \ ! -e 's#^include_dirs = \[ "/usr/local/pgsql/include" \]#include_dirs = [ "${LOCALBASE}/include" ]# ;' \ -e 's#^library_dirs = \[ "/usr/local/pgsql/lib" \]#library_dirs = [ "${LOCALBASE}/lib" ]#' \ ${WRKSRC}/setup.py >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?200203191552.g2JFqaU34193>