From sheldonh@axl.noc.iafrica.com Wed Feb 24 13:54:05 1999
Return-Path: <sheldonh@axl.noc.iafrica.com>
Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175])
	by hub.freebsd.org (Postfix) with ESMTP id 053CE12006
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 Feb 1999 13:40:46 -0800 (PST)
	(envelope-from sheldonh@axl.noc.iafrica.com)
Received: from sheldonh (helo=axl.noc.iafrica.com)
	by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1)
	id 10FjCH-0000xP-00
	for FreeBSD-gnats-submit@freebsd.org; Wed, 24 Feb 1999 20:38:13 +0200
Message-Id: <3679.919881492@axl.noc.iafrica.com>
Date: Wed, 24 Feb 1999 20:38:12 +0200
From: Sheldon Hearn <sheldonh@iafrica.com>
Sender: Sheldon Hearn <sheldonh@axl.noc.iafrica.com>
Reply-To: Sheldon Hearn <sheldonh@iafrica.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] Missing RUN_DEPENDS in databases/pgaccess
X-Send-Pr-Version: 3.2

>Number:         10237
>Category:       ports
>Synopsis:       [PATCH] Missing RUN_DEPENDS in databases/pgaccess
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 25 10:20:01 PST 1999
>Closed-Date:    Sun Mar 14 17:47:45 PST 1999
>Last-Modified:  Sun Mar 14 17:48:39 PST 1999
>Originator:     Sheldon Hearn
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
UUNET Internet Africa
>Environment:

	
	FreeBSD 4.0-CURRENT #0: Fri Feb 19 01:31:01 SAST 1999 [...] i386

>Description:

	The databases/pgaccess port depends on tk80, but the Makefile
	doesn't declare this in its RUN_DEPENDS line. This means that
	the port installs correctly but won't run if tk80 isn't
	installed.

>How-To-Repeat:

	Install pgaccess on a box that does not have tk80 installed.

>Fix:
	
	The following patch teaches the databases/pgaccess Makefile
	about the runtime dependency on tk80.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/pgaccess/Makefile,v
retrieving revision 1.13
diff -u -d -r1.13 Makefile
--- Makefile	1998/11/23 14:11:02	1.13
+++ Makefile	1999/02/23 14:52:18
@@ -12,7 +12,8 @@
 
 MAINTAINER=	andreas@FreeBSD.ORG
 
-RUN_DEPENDS=	${PREFIX}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql
+RUN_DEPENDS=	${PREFIX}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql\
+		wish8.0:${PORTSDIR}/x11-toolkits/tk80
 
 WRKSRC=		${WRKDIR}/pgaccess
 NO_BUILD=		yes

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Mar 14 17:47:45 PST 1999 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
