From owner-freebsd-ports Sun Jun 17 23:10:24 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp3.knology.net (user-24-214-63-13.knology.net [24.214.63.13]) by hub.freebsd.org (Postfix) with SMTP id AA42737B403 for ; Sun, 17 Jun 2001 23:10:21 -0700 (PDT) (envelope-from steve@havk.org) Received: (qmail 22600 invoked from network); 18 Jun 2001 06:05:08 -0000 Received: from user-24-214-92-252.knology.net (HELO bsd.havk.org) (24.214.92.252) by user-24-214-63-13.knology.net with SMTP; 18 Jun 2001 06:05:08 -0000 Received: by bsd.havk.org (Postfix, from userid 1001) id D4C881A7B4; Mon, 18 Jun 2001 01:09:53 -0500 (CDT) Date: Mon, 18 Jun 2001 01:09:53 -0500 From: Steve Price To: "David W. Chapman Jr." Cc: ports@FreeBSD.ORG, dwcjr@FreeBSD.ORG Subject: Re: ports/26759 Message-ID: <20010618010953.G94855@bsd.havk.org> References: <20010617195206.E11839@leviathan.inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010617195206.E11839@leviathan.inethouston.net>; from dwcjr@inethouston.net on Sun, Jun 17, 2001 at 07:52:06PM -0500 X-Operating-System: FreeBSD 4.3-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Jun 17, 2001 at 07:52:06PM -0500, David W. Chapman Jr. wrote: > Anyone have any opinion on this pr, should it be deleted? Delete it. There hasn't been a maintainer for this port for almost 7 months. You can't get pgaccess without first installing postgresql anyway. You can get the postgresql port to install pgaccess by using 'WITH_TCL=t'. So removing the port shouldn't be a problem. Although adding something like this to the postgresql7 port would be nice for the people who want pgaccess but don't know about WITH_TCL bit. -steve Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/postgresql7/Makefile,v retrieving revision 1.86 diff -u -r1.86 Makefile --- Makefile 2001/06/13 03:16:57 1.86 +++ Makefile 2001/06/18 06:08:48 @@ -96,6 +96,10 @@ .endif pre-everything: +.if !defined(WITH_TCL) + @${ECHO_MSG} "If you want to install pgaccess as well use " + @${ECHO_MSG} "'make -DWITH_TCL' instead" +.endif @ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql pre-install: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message