From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 09:54:08 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 566D016A4B3; Sat, 11 Oct 2003 09:54:08 -0700 (PDT) Received: from lilith.bellavista.cz (lilith.bellavista.cz [213.235.167.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB81043FA3; Sat, 11 Oct 2003 09:54:06 -0700 (PDT) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by lilith.bellavista.cz (Postfix) with ESMTP id 3FF175C; Sat, 11 Oct 2003 18:54:05 +0200 (CEST) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id 213802FDA01; Sat, 11 Oct 2003 18:54:05 +0200 (CEST) Date: Sat, 11 Oct 2003 18:54:04 +0200 From: Roman Neuhauser To: Lev Serebryakov Message-ID: <20031011165404.GA348@freepuppy.bellavista.cz> Mail-Followup-To: Lev Serebryakov , rodrigc@attbi.com, freebsd-ports References: <20030905041807.GI68249@freepuppy.bellavista.cz> <9310678632.20030906000155@serebryakov.spb.ru> <20030911081340.GW51816@freepuppy.bellavista.cz> <1511560788.20030914100628@serebryakov.spb.ru> <20031011161036.GZ348@freepuppy.bellavista.cz> <52496606.20031011204233@serebryakov.spb.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52496606.20031011204233@serebryakov.spb.ru> User-Agent: Mutt/1.5.4i cc: rodrigc@attbi.com cc: freebsd-ports Subject: Re: devel/apr and/or devel/subversion problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 16:54:08 -0000 # lev@FreeBSD.org / 2003-10-11 20:42:33 +0400: > Hello, Roman! > Saturday, October 11, 2003, 8:10:36 PM, you wrote: > > >> What I wanted to say: you have libgdbm.so, but doesn't have gdbm > >> package installed. It is not porlem of apr, it know nothing about > >> FreeBSD's port system, it know about available libraries. May be, it > >> will be right to add WITH_GDBM knob to `devel/apr', but it is > >> question for `devel/apr''s maintainer. > RN> What I wanted to say: if aprutil looks for gdbm, and can be > RN> configured in this regard, it needs to (optionally) LIB_DEPEND on > RN> gdbm. I am obviously not alone who got snagged by this, see > It is not related questions. Of course, it is possible to add such > knob to port. But it doesn't help, when knob will be OFF, but apr-util > FINDS this library. apr-util has --with-gdbm (or similar), which defaults to yes. if you add .if defined(WITH_GDBM) LIB_DEPENDS+=... CONFIGURE_ARGS+=--with-gdbm=... .else CONFIGURE_ARGS+=--without-gdbm .endif you will have fixed the problem. -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html