From owner-freebsd-ports@FreeBSD.ORG Tue Jun 9 08:03:30 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 479B4106566B for ; Tue, 9 Jun 2009 08:03:30 +0000 (UTC) (envelope-from bojan@rexursive.com) Received: from beauty.rexursive.com (beauty.rexursive.com [150.101.121.179]) by mx1.freebsd.org (Postfix) with ESMTP id F2E438FC12 for ; Tue, 9 Jun 2009 08:03:29 +0000 (UTC) (envelope-from bojan@rexursive.com) Received: from [10.1.120.24] (shrek.rexursive.com [10.1.120.24]) by beauty.rexursive.com (Postfix) with ESMTP id E0ADE8C012; Tue, 9 Jun 2009 17:44:28 +1000 (EST) From: Bojan Smojver To: "Philip M. Gollucci" In-Reply-To: <4A2E10A9.6090408@p6m7g8.com> References: <200906090316.n593GCYQ075516@frieza.p6m7g8.net> <1244520824.25532.88.camel@shrek.rexursive.com> <4A2DF79D.709@rowe-clan.net> <4A2E001E.4020806@p6m7g8.com> <1244531713.25532.95.camel@shrek.rexursive.com> <4A2E0CB8.1090701@p6m7g8.com> <1244532560.25532.103.camel@shrek.rexursive.com> <4A2E10A9.6090408@p6m7g8.com> Content-Type: text/plain Date: Tue, 09 Jun 2009 17:44:28 +1000 Message-Id: <1244533468.25532.110.camel@shrek.rexursive.com> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 (2.26.2-1.fc11) Content-Transfer-Encoding: 7bit Cc: "William A. Rowe, Jr." , dev@apr.apache.org, ports@freebsd.org Subject: Re: [MAINTAINER] devel/apr-gdbm-db42: apr-util 1.3.7 breaks dbd support X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2009 08:03:30 -0000 On Tue, 2009-06-09 at 03:35 -0400, Philip M. Gollucci wrote: > Excellent, Bojan, now I've got the history and why, and understand > whats happened. I don't think teaching subversion about this fact > will be sufficient -- > > There are over 56 apps in the freebsd ports tree with over 900 depends > that this breaks as is, though most of which indirectly depend on > subversion. So, there are apps out there that specifically depend on -ldb being returned by apu-1-config? Can you give me an example so that I can get my head around this better? PS. Subversion itself depends on Berkeley DB directly, not through APU, so passing that to ./configure there should be sufficient to build it. At least it worked for me (although the syntax of the argument itself can be daunting: --with-berkeley-db=db.h:/path/to/includedir:/path/to/libdir:db). -- Bojan