From owner-freebsd-ports Mon Apr 9 10:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1CC537B43C for ; Mon, 9 Apr 2001 10:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f39Ho2C10359; Mon, 9 Apr 2001 10:50:02 -0700 (PDT) (envelope-from gnats) Date: Mon, 9 Apr 2001 10:50:02 -0700 (PDT) Message-Id: <200104091750.f39Ho2C10359@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/26313: New Port: german/eagle: A tool for designing printed circuit boards Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/26313; it has been noted by GNATS. From: Will Andrews To: Harald Neuffer Cc: FreeBSD GNATS DB Subject: Re: ports/26313: New Port: german/eagle: A tool for designing printed circuit boards Date: Mon, 9 Apr 2001 12:39:16 -0500 On Mon, Apr 09, 2001 at 05:12:39PM +0200, Harald Neuffer wrote: > probably the wrong way to write directly to you instead using the GNATS > database. But I don't know whether I can answer direct to an existing PR > via the send-pr cgi script. You can use a regular mailer, and cc: to FreeBSD-gnats-submit@FreeBSD.org. > Now to the problem. During the develop of the port eagle, I used a > system where the linux_base was installed from the ports. This port > requires the rpm port. Thus I thought, if I need 'rpm' to install a my > rpm package, I need only check whether the linux_base port is installed > or not. You are probably not using the port version, but the package of > the linux_base and there is no rpm package installation before, thus > installing the port eagle will fail because there is no 'rpm'. That would not be linux_base's fault. BUILD_DEPENDS is only valid for the build target. It doesn't work for any other target. > --- Makefile.orig Mon Apr 9 15:10:28 2001 > +++ Makefile Mon Apr 9 14:16:49 2001 > @@ -18,6 +18,7 @@ > > USE_LINUX= yes > USE_LINUX_PREFIX= yes > +RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm > > NO_PACKAGE= yes > NO_BUILD= yes I believe your solution is correct, too. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message