From owner-freebsd-ports@FreeBSD.ORG Mon Nov 24 16:30:29 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9E581065670; Mon, 24 Nov 2008 16:30:29 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id BBCD38FC1F; Mon, 24 Nov 2008 16:30:27 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id SAA16295; Mon, 24 Nov 2008 18:30:26 +0200 (EET) (envelope-from avg@icyb.net.ua) Message-ID: <492AD6A1.8020509@icyb.net.ua> Date: Mon, 24 Nov 2008 18:30:25 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.17 (X11/20081106) MIME-Version: 1.0 To: FreeBSD Ports , kde@freebsd.org References: <492AD538.7040904@icyb.net.ua> In-Reply-To: <492AD538.7040904@icyb.net.ua> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Doug Barton , lev@freebsd.org, Peter Wemm Subject: Re: devel/subversion-freebsd: libsvn_client-1.0 symlink 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: Mon, 24 Nov 2008 16:30:29 -0000 I was confused. Sorry! on 24/11/2008 18:24 Andriy Gapon said the following: > I am using subversion-freebsd port as a replacement for "normal" subversion. > > Recently I tried to install kdesdk port and was quite surprised to see > that it wants to pull in devel/subversion. > It turns out that kdesdk checks for svn_client-1.0 in its LIB_DEPENDS, > but subversion-freebsd installs/symlinks only libsvn_client-1.so*. I > assume that "normal" subversion port installs libsvn_client-1.0 file or > symlink. > > Maybe subversion-freebsd should do that too. > Or maybe kdesdk should have svn_client-1 dependency. > -- Andriy Gapon