From owner-freebsd-ports@FreeBSD.ORG Fri Sep 5 12:56:52 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 3FB0C16A4BF; Fri, 5 Sep 2003 12:56:52 -0700 (PDT) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9638B43FEA; Fri, 5 Sep 2003 12:56:48 -0700 (PDT) (envelope-from lev@FreeBSD.org) Received: from ip84-105.dialup.wplus.net (ip84-105.dialup.wplus.net [195.131.84.105]) (authenticated bits=0) by ftp.translate.ru (8.12.9/8.12.9) with ESMTP id h85JtF7R081539; Fri, 5 Sep 2003 23:55:16 +0400 (MSD) (envelope-from lev@FreeBSD.org) Date: Sat, 6 Sep 2003 00:01:55 +0400 From: Lev Serebryakov X-Mailer: The Bat! (v1.62r) Personal Organization: FreeBSD Developers Team X-Priority: 3 (Normal) Message-ID: <9310678632.20030906000155@serebryakov.spb.ru> To: Roman Neuhauser In-Reply-To: <20030905041807.GI68249@freepuppy.bellavista.cz> References: <20030905041807.GI68249@freepuppy.bellavista.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: rodrigc@attbi.com cc: lev@FreeBSD.org 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 Reply-To: Lev Serebryakov List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2003 19:56:52 -0000 Hello, Roman! Friday, September 5, 2003, 8:18:07 AM, you wrote: RN> apr-util obviously pulls in gdbm_* symbols by default, and RN> devel/subversion doesn't LIB_DEPENDS on gdbm (or should devel/apr?) => RN> failed subversion build on systems without gdbm. what's the proper fix? RN> I reinstalled devel/apr with --without-gdbm in CONFIGURE_ARGS and seem RN> to have working svn 0.28.2 now. I'll look at this after 14 of Sep. But it is strange: I don't have gdbm on my server and subversion works just fine... %ls /var/db/pkg | grep gdbm %svn --version svn, version 0.28.2 (r6946) compiled Sep 4 2003, 13:56:53 Copyright (C) 2000-2003 CollabNet. Subversion is open source software, see http://subversion.tigris.org/ The following repository access (RA) modules are available: * ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol. - handles 'http' schema - handles 'https' schema * ra_local : Module for accessing a repository on local disk. - handles 'file' schema * ra_svn : Module for accessing a repository using the svn network protocol. - handles 'svn' schema % Lev Serebryakov