Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2000 11:56:07 +1200
From:      "Dan Langille" <dan@langille.org>
To:        "Scot W. Hetzel" <hetzels@westbend.net>
Cc:        <ports@FreeBSD.ORG>
Subject:   Re: xchat depends
Message-ID:  <200004282355.LAA21915@ducky.nz.freebsd.org>
In-Reply-To: <00fe01bfb169$84bfada0$8dfee0d1@westbend.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 28 Apr 00, at 18:28, Scot W. Hetzel wrote:

> No libtool should not be listed as it is not required to run the program,
> it is only a requirement to build the program (BUILD_DEPENDS).

To test the above, I did a recursive "make -V RUN_DEPENDS -V 
LIB_DEPENDS" call starting with irc/xchat.  I found everything as listed 
in "requires: except bzip2 gmake.

So my next test:

[dan@ducky:/usr/ports/irc/xchat] $ make -V BUILD_DEPENDS
bzip2:/usr/ports/archivers/bzip2 gmake:/usr/ports/devel/gmake

To make xchat, you need bzip2 and gmake.

On the surface, the list of requires seems to be:

make -V RUN_DEPENDS -V LIB_DEPENDS -V BUILD_DEPENDS

Then a make -V RUN_DEPENDS -V LIB_DEPENDS recursively called 
on each of the ports listed in the previous step.

Does that theory make sense?

--
Dan Langille  [I'm looking for more work]
http://www.langille.org/     |  http://www.unixathome.org/
http://www.racingsystem.com/ |  http://www.freebsddiary.org/


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?200004282355.LAA21915>