From owner-freebsd-ports@FreeBSD.ORG Mon Mar 5 09:08:06 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 EAA5C1065674 for ; Mon, 5 Mar 2012 09:08:06 +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 8F12B8FC13 for ; Mon, 5 Mar 2012 09:08:04 +0000 (UTC) Received: (qmail 93191 invoked from network); 5 Mar 2012 09:07:56 -0000 Received: from unknown (HELO alex.andxor.it) (192.168.2.30) by andxor.it with SMTP; 5 Mar 2012 09:07:56 -0000 Message-ID: <4F54826C.7070701@FreeBSD.org> Date: Mon, 05 Mar 2012 10:07:56 +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> In-Reply-To: <20120304121947.GC1250@kloomba> 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: Mon, 05 Mar 2012 09:08:07 -0000 Roman Bogorodskiy wrote: > I'm planning to update security/gnutls from 2.12.16 to 2.12.17. A new > interface has been added and the shared library version was updated > accordingly: current was incremented and revision set to 0, just like > the libtool documentation suggests: And 'age' ? If only a new interface has been added, age should be incremented too, and so the shared library bump is not needed. If so, you can use: USE_AUTOTOOLS= libtool USE_GNOME= ltverhack to avoid bumping. -- Alex Dupre