From owner-freebsd-ports Thu Feb 25 10:20:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C00E14E08 for ; Thu, 25 Feb 1999 10:20:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA24487; Thu, 25 Feb 1999 10:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 053CE12006 for ; 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 Reply-To: Sheldon Hearn To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10237: [PATCH] Missing RUN_DEPENDS in databases/pgaccess Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10237 >Category: ports >Synopsis: [PATCH] Missing RUN_DEPENDS in databases/pgaccess >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 25 10:20:01 PST 1999 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message