Date: Mon, 18 Jun 2001 01:09:53 -0500 From: Steve Price <steve@freebsd.org> To: "David W. Chapman Jr." <dwcjr@inethouston.net> Cc: ports@FreeBSD.ORG, dwcjr@FreeBSD.ORG Subject: Re: ports/26759 Message-ID: <20010618010953.G94855@bsd.havk.org> In-Reply-To: <20010617195206.E11839@leviathan.inethouston.net>; from dwcjr@inethouston.net on Sun, Jun 17, 2001 at 07:52:06PM -0500 References: <20010617195206.E11839@leviathan.inethouston.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010618010953.G94855>