From owner-freebsd-ports@FreeBSD.ORG Thu Jun 19 16:23:40 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 76185106566C for ; Thu, 19 Jun 2008 16:23:40 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 244FD8FC17 for ; Thu, 19 Jun 2008 16:23:40 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (unknown [92.116.148.206]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 4AFC98A0FB9; Thu, 19 Jun 2008 18:23:33 +0200 (CEST) Message-ID: <485A87F1.8080900@bsdforen.de> Date: Thu, 19 Jun 2008 18:23:13 +0200 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.14 (X11/20080607) MIME-Version: 1.0 To: Christian Weisgerber References: <484945CA.3010305@bsdforen.de> <484976F9.30406@bsdforen.de> <485946AB.6050902@bsdforen.de> In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: devel/gettext notification in /usr/ports/UPDATING 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: Thu, 19 Jun 2008 16:23:40 -0000 Christian Weisgerber wrote: > Dominic Fandrey wrote: > >>>> libintl got version bumped, so if something linked against it, ldd >>>> would be looking for the old version, not find it and complain about >>>> it. >>> What's the old and what's the new version? >>> >> old: libintl.so.7 >> new: libintl.so.8 > > Remarkable. > > In my reality, libintl was bumped from so.6 to .so.8 with the update > to gettext 0.16.1 and has stayed at .so.8 since. In particular, > there was no libintl bump as part of the update to 0.17. > If that is the case then the gettext warning from 20080605 in /usr/ports/UPDATING was entirely wrong and all the version bumping has been for naught. There was no reason to rebuild anything at all. Even worse than I assumed.