From owner-freebsd-ports Thu Sep 9 19:18:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gndrsh.dnsmgr.net (GndRsh.dnsmgr.net [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id 9D6AE15368; Thu, 9 Sep 1999 19:18:17 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id TAA20885; Thu, 9 Sep 1999 19:17:56 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <199909100217.TAA20885@gndrsh.dnsmgr.net> Subject: Re: Reminder: PORTS FREEZE coming up in 24 hours In-Reply-To: <199909100131.SAA26856@bubble.didi.com> from Satoshi Asami at "Sep 9, 1999 06:31:13 pm" To: ports@FreeBSD.org Date: Thu, 9 Sep 1999 19:17:56 -0700 (PDT) Cc: committers@FreeBSD.org, cwt@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [MAINTAINER= cwt@FreeBSD.org cc'ed] Someone care to commit this so that amanda goes out... as I have a feeling that gd won't be in shape for gnuplot: [Note the standard ``amanda'' port does not have these depends and builds fine, you just don't get amplot unless you installed gnuplot first...] Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/amanda24/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 1999/08/31 06:48:11 1.23 +++ Makefile 1999/09/10 02:14:39 @@ -13,8 +13,9 @@ MAINTAINER= cwt@FreeBSD.org -BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +# Until gnuplot is fixed we won't have amplot functionality +#BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +#RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot WRKSRC= ${WRKDIR}/amanda-2.4.1p1 NO_LATEST_LINK= yes -- Rod Grimes - KD7CAX - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message