From owner-cvs-ports@FreeBSD.ORG Sun Jul 13 08:40:58 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C26A37B401; Sun, 13 Jul 2003 08:40:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEF0B43F93; Sun, 13 Jul 2003 08:40:57 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6DFev0U059695; Sun, 13 Jul 2003 08:40:57 -0700 (PDT) (envelope-from alex@repoman.freebsd.org) Received: (from alex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6DFevrD059694; Sun, 13 Jul 2003 08:40:57 -0700 (PDT) Message-Id: <200307131540.h6DFevrD059694@repoman.freebsd.org> From: Alexander Langer Date: Sun, 13 Jul 2003 08:40:57 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/postgresql-tcltk Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 15:40:58 -0000 alex 2003/07/13 08:40:57 PDT FreeBSD ports repository Modified files: databases/postgresql-tcltk Makefile Log: Remove unneeded RUN_DEPENDS. Volker mentioned an install with a dependency "postgres" fails if postgresql is installed with -DWITHOUT_SERVER, though it shouldn't, and thus suggested a depend-change to "psql", which is also present for the client-only-install. The maintainer then submitted the patch which completely removes the dependency as it "is actually not needed". I personally am in favor of the first solution, but Palle is the maintainer. Reported by: Volker Stolz Submitted by: Palle Grigensohn (maintainer) PR: 54252,54287 Revision Changes Path 1.8 +0 -1 ports/databases/postgresql-tcltk/Makefile