From owner-freebsd-ports@FreeBSD.ORG Wed Apr 7 11:17:08 2004 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 B043B16A4CE; Wed, 7 Apr 2004 11:17:08 -0700 (PDT) Received: from mail.cablenet.lt (mail.cablenet.lt [217.147.34.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0012543D49; Wed, 7 Apr 2004 11:17:07 -0700 (PDT) (envelope-from rolnas@takas.lt) Received: from ctv-217-147-36-211.vinita.lt ([217.147.36.211] helo=rolnas.linux) by mail.cablenet.lt with esmtp (Exim 4.30) id 1BBHaB-00036d-8z; Wed, 07 Apr 2004 21:15:27 +0300 Received: from rolnas by rolnas.linux with local (Exim 3.35 #1 (Debian)) id 1BBHaD-0002Bs-00; Wed, 07 Apr 2004 21:15:29 +0300 Date: Wed, 7 Apr 2004 21:15:29 +0300 From: Rolandas Naujikas To: oliver@FreeBSD.org, ports@FreeBSD.org Message-ID: <20040407181529.GA8346@rolnas> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline User-Agent: Mutt/1.3.28i Organization: VU MIF Sender: Rolandas Naujikas Subject: x11-fm/xfce4-fm doesn't because databases/dbh incorrect shared library naming 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: Wed, 07 Apr 2004 18:17:08 -0000 After databases/dbh version bump to 1.0.18, there is lib/libdbh-1.0.so.1 instead lib/libdbh.so.1 In x11-fm/xfce4-fm dependency is dbh.1:${PORTSDIR}/databases/dbh should be dbh-1.0???:${PORTSDIR}/databases/dbh there no way to write shared library version. Should databases/dbh or x11-fm/xfce4-fm be fixed ?