From owner-freebsd-ports Fri Apr 28 16:56:19 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 7F79237B878 for ; Fri, 28 Apr 2000 16:56:12 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id LAA21915; Sat, 29 Apr 2000 11:55:57 +1200 (NZST) Message-Id: <200004282355.LAA21915@ducky.nz.freebsd.org> From: "Dan Langille" Organization: langille.org To: "Scot W. Hetzel" Date: Sat, 29 Apr 2000 11:56:07 +1200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: xchat depends Reply-To: dan@langille.org Cc: In-reply-to: <00fe01bfb169$84bfada0$8dfee0d1@westbend.net> X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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