From stolz@i2.informatik.rwth-aachen.de  Wed Jul  9 02:45:11 2003
Return-Path: <stolz@i2.informatik.rwth-aachen.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CCADF37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  9 Jul 2003 02:45:11 -0700 (PDT)
Received: from atlas.informatik.rwth-aachen.de (atlas.Informatik.RWTH-Aachen.DE [137.226.194.2])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7A90B43F93
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  9 Jul 2003 02:45:10 -0700 (PDT)
	(envelope-from stolz@i2.informatik.rwth-aachen.de)
Received: from menelaos.informatik.rwth-aachen.de (menelaos.Informatik.RWTH-Aachen.DE [137.226.194.73])
	by atlas.informatik.rwth-aachen.de (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) with ESMTP id h699j8K21219;
	Wed, 9 Jul 2003 11:45:08 +0200
Received: (from stolz@localhost)
	by menelaos.informatik.rwth-aachen.de (8.12.9/8.12.9/Submit) id h699j8YJ077849;
	Wed, 9 Jul 2003 11:45:08 +0200 (CEST)
	(envelope-from stolz)
Message-Id: <200307090945.h699j8YJ077849@menelaos.informatik.rwth-aachen.de>
Date: Wed, 9 Jul 2003 11:45:08 +0200 (CEST)
From: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Reply-To: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: girgen@pingpong.net
Subject: [patch] database/postgresql-tcltk should depend on postgresql-client, not server
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         54252
>Category:       ports
>Synopsis:       [patch] database/postgresql-tcltk should depend on postgresql-client, not server
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 09 02:50:11 PDT 2003
>Closed-Date:    Sun Jul 13 08:45:47 PDT 2003
>Last-Modified:  Sun Jul 13 08:45:47 PDT 2003
>Originator:     Volker Stolz
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Lehrstuhl fr Informatik II
>Environment:
System: FreeBSD menelaos.informatik.rwth-aachen.de 4.8-STABLE FreeBSD 4.8-STABLE #5: Mon Jun 23 10:24:06 CEST 2003 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386


>Description:
Currently, postgresql-tcltk requires a full postgresql-installation and will fail
if the postgresql-port has been installed with -DWITHOUT_SERVER -- although it
clearly should not! This breaks e.g. pgaccess.
>How-To-Repeat:
Install postgresql-client, try to install pgaccess/postgresql-tcltk: failure
>Fix:
Modify postgresql-tcltk's RUN_DEPENDS from
  RUN_DEPENDS=    postgresql:${PORTSDIR}/${POSTGRESQL_PORT}	(server binary)
to
  RUN_DEPENDS=    psql:${PORTSDIR}/${POSTGRESQL_PORT}		(client binary)

Rationale: 'psql' will always be present while 'postgresql' won't as mentioned
in the description.

[Is RUN_DEPENDS necessary at all?]

Volker
>Release-Note:
>Audit-Trail:

From: Ceri Davies <ceri@FreeBSD.org>
To: FreeBSD Gnats Submit <freebsd-gnats-submit@FreeBSD.org>
Cc:  
Subject: Re: ports/54252: [patch] database/postgresql-tcltk should depend on postgresql-client, not server
Date: Fri, 11 Jul 2003 19:11:32 +0100

 Adding to audit trail, from misfiled PR ports/54287:
 
 Date: Thu, 10 Jul 2003 00:46:30 +0200
 From: Palle Girgensohn <girgen@pingpong.net>
 Message-Id: <13270000.1057790790@palle.girgensohn.se>
 References: <200307090945.h699j8YJ077849@menelaos.informatik.rwth-aachen.de>
 
  Hi,
  
  Thanks for pointing this out. The RUN_DEPENDS is actually not needed for 
  the postgresql-tcltk. Please remove it.
  
  Please go ahead and commit the supplied patch.
  
  Palle /maintainer
 
State-Changed-From-To: open->closed 
State-Changed-By: alex 
State-Changed-When: Sun Jul 13 08:45:37 PDT 2003 
State-Changed-Why:  
Committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54252 
>Unformatted:
