Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 29703 invoked by uid 500); 4 Sep 2001 15:20:36 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 29667 invoked from network); 4 Sep 2001 15:20:35 -0000 To: Joe Orton , Matthew Braithwaite Cc: dev@apr.apache.org Subject: Re: tarball? References: <86lmjvvxmn.fsf@kepler.ch.collab.net> <20010904154147.A12043@light.plus.com> From: Ben Collins-Sussman Date: 04 Sep 2001 10:18:48 -0500 In-Reply-To: Joe Orton's message of "Tue, 4 Sep 2001 15:41:47 +0100" Message-ID: <86g0a3vvaf.fsf@kepler.ch.collab.net> Lines: 20 X-Mailer: Gnus v5.7/Emacs 20.7 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Joe Orton writes: > On Tue, Sep 04, 2001 at 09:28:16AM -0500, Ben Collins-Sussman wrote: > > > > A friend of mine is trying to write a FreeBSD port for Subversion. It > > has a lot of external dependencies; specifically, the port wants to > > download a tarball of APR. > > Isn't it building from subversion-M3.tar.gz? (which includes the APR > tree) Right now, maybe that's the simplest solution. But in the long run, if a package in /usr/ports has dependencies on other stand-alone libraries, it should have explicit dependencies. For example, Subversion also depends on db3 and neon -- and both of these packages have their own port. Hopefully, someday APR will too. Until that day comes, maybe you're right -- maybe it's best just to assume APR will be included in the Subversion tarball.