Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2002 04:23:05 +0200
From:      Gerhard =?iso-8859-1?Q?H=E4ring?= <gerhard.haering@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43570: Minor port update for databases/py-pyPgSQL
Message-ID:  <20021002022304.GA4715@lilith.ghaering.test>

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

>Number:         43570
>Category:       ports
>Synopsis:       Minor port update for databases/py-pyPgSQL
>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:   Tue Oct 01 19:30:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Gerhard Häring
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
N/A
>Environment:
System: FreeBSD gargamel.ghaering.test 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Aug 11 05:00:16 CEST 2002 root@gargamel:/usr/obj/mnt/data/bsd/src/sys/GH i386

>Description:
        There is a superfluous build dependency on py-mx-base and the port
        doesn't properly respect LOCALBASE.
>How-To-Repeat:
>Fix:
* Remove the build dependency on py-mx-base
* Fix the sed command for patching LOCALBASE into setup.py

diff -r ../py-pyPgSQL.orig/Makefile ./Makefile
18d17
< BUILD_DEPENDS=	${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base
36c35
< 	${REINPLACE_CMD} -e "s/\/usr\/local\/pgsql/$${LOCALBASE}/g" ${WRKSRC}/setup.py
---
> 	${REINPLACE_CMD} -e 's^/usr/local^${LOCALBASE}^g' ${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?20021002022304.GA4715>