Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Feb 1999 20:38:12 +0200
From:      Sheldon Hearn <sheldonh@iafrica.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10237: [PATCH] Missing RUN_DEPENDS in databases/pgaccess
Message-ID:  <3679.919881492@axl.noc.iafrica.com>

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

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3679.919881492>