From owner-freebsd-ports@FreeBSD.ORG Wed Mar 7 09:42:25 2012 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 18A221065675 for ; Wed, 7 Mar 2012 09:42:25 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 4C6768FC17 for ; Wed, 7 Mar 2012 09:42:23 +0000 (UTC) Received: (qmail 61555 invoked from network); 7 Mar 2012 09:42:22 -0000 Received: from unknown (HELO alex.andxor.it) (192.168.2.30) by andxor.it with SMTP; 7 Mar 2012 09:42:22 -0000 Message-ID: <4F572D7E.40404@FreeBSD.org> Date: Wed, 07 Mar 2012 10:42:22 +0100 From: Alex Dupre User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.2) Gecko/20120221 Firefox/10.0.2 SeaMonkey/2.7.2 MIME-Version: 1.0 To: Roman Bogorodskiy References: <20120304121947.GC1250@kloomba> <4F54826C.7070701@FreeBSD.org> <20120307050004.GA2988@fsol> In-Reply-To: <20120307050004.GA2988@fsol> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: libtool question again 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: Wed, 07 Mar 2012 09:42:25 -0000 Roman Bogorodskiy wrote: >> USE_AUTOTOOLS= libtool >> USE_GNOME= ltverhack >> >> to avoid bumping. > > I'm using it and it doesn't help: libgnutls.so.47 becomes > libgnutls.so.48 (where 48 is 'current'). Probably you have not set LIBTOOLFILES to include all the 'configure' scripts. In any case, a bump will be necessary, because the shared version number will decrease, but at least it won't be necessary next times. -- Alex Dupre