From owner-freebsd-ports@FreeBSD.ORG Tue Jun 9 07:50:28 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 750BC10656B5 for ; Tue, 9 Jun 2009 07:50:28 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from EXHUB015-4.exch015.msoutlookonline.net (exhub015-4.exch015.msoutlookonline.net [207.5.72.96]) by mx1.freebsd.org (Postfix) with ESMTP id 5A7D08FC12 for ; Tue, 9 Jun 2009 07:50:28 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from [192.168.1.3] (72.83.160.7) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.1.358.0; Tue, 9 Jun 2009 00:50:28 -0700 Message-ID: <4A2E143B.2010000@p6m7g8.com> Date: Tue, 9 Jun 2009 03:50:19 -0400 From: "Philip M. Gollucci" Organization: P6 Web Applications User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Bojan Smojver 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> <1244533468.25532.110.camel@shrek.rexursive.com> In-Reply-To: <1244533468.25532.110.camel@shrek.rexursive.com> Content-Type: text/plain; charset="ISO-8859-1" 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 07:50:29 -0000 Bojan Smojver wrote: > 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). Yes, thats the one that is used when we add support to both subversion and apr. Though in fbsd its typically -- /usr/local/include/db46:/usr/local/lib/db46 I'll get you a list of the apps tomorrow, I don't have access to my box atm.