From owner-freebsd-ports@FreeBSD.ORG Mon Dec 20 22:41:03 2010 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 382EC106570E for ; Mon, 20 Dec 2010 22:41:03 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id 125A68FC0C for ; Mon, 20 Dec 2010 22:41:02 +0000 (UTC) Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=cube.entropy.prv) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1PUoPY-0002ap-8a; Mon, 20 Dec 2010 17:41:01 -0500 Received: from [127.0.0.1] (fireball.entropy.prv [192.168.1.12]) by cube.entropy.prv (Postfix) with ESMTP id 6265D48A3863; Mon, 20 Dec 2010 17:40:56 -0500 (EST) Message-ID: <4D0FDB77.4020604@FreeBSD.org> Date: Mon, 20 Dec 2010 17:40:55 -0500 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Jeremy Messenger References: <4D0A3090.6060100@gmail.com> <4D0A33CD.3060205@FreeBSD.org> <4D0A3682.4000502@gmail.com> <4D0A3937.5090607@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 0.96.0 OpenPGP: id=1C940290 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.2 (/) Cc: David Demelier , freebsd-ports@freebsd.org Subject: Re: libksba update broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Dec 2010 22:41:03 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jeremy Messenger wrote: > On Thu, Dec 16, 2010 at 10:07 AM, Greg Larkin wrote: > David Demelier wrote: >>>> On 16/12/2010 16:44, Greg Larkin wrote: >>>> David Demelier wrote: >>>>>>> Hello, >>>>>>> >>>>>>> gnupg and libksba are not installed : >>>>>>> >>>>>>> ===> Verifying install for ksba.17 in /usr/ports/security/libksba >>>>>>> ===> Returning to build of gnupg-2.0.16_3 >>>>>>> Error: shared library "ksba.17" does not exist >>>>>>> *** Error code 1 >>>>>>> >>>>>>> Stop in /usr/ports/security/gnupg. >>>>>>> *** Error code 1 >>>>>>> >>>>>>> Stop in /usr/ports/security/gnupg. >>>>>>> >>>> Hi David, >>>> >>>> Please update your ports tree and try it again. I committed the fix an >>>> hour or so ago, so it's possible that portsnap will take a little while >>>> to create its update package. >>>> >>>> Thank you, >>>> Greg >>>> Oh you were faster than me! ignore my patch and thanks for the work :-) >>>> Best regards, >>>> David. > Hi David, > > Thank you for your help, and I also committed a new entry to UPDATING to > assist everyone with the port upgrading process: > http://www.freebsd.org/cgi/cvsweb.cgi/ports/UPDATING.diff?r1=1.1010;r2=1.1011 > >> In the next version or next shared library bump, can you following add this? > >> USE_AUTOTOOLS= libtool >> USE_GNOME= ltverhack > >> It will fix libtool bug and that way it won't bump the shared library >> version with no reason. There is no ABI break between 1.0.8 and 1.1.0. >> With the add of two lines, looks like this: > >> 1.0.8: >> --------------------------- >> @@ -3,5 +3,5 @@ >> lib/libksba.a >> lib/libksba.la >> lib/libksba.so >> -lib/libksba.so.17 >> +lib/libksba.so.8 >> share/aclocal/ksba.m4 >> --------------------------- > >> 1.1.0: >> --------------------------- >> @@ -3,5 +3,5 @@ >> lib/libksba.a >> lib/libksba.la >> lib/libksba.so >> -lib/libksba.so.18 >> +lib/libksba.so.8 >> share/aclocal/ksba.m4 >> --------------------------- > >> Cheers, >> Mezz > Hi Mezz, Thanks very much for that tip, and I'll make a note of it for the next release. I wasn't aware of ltverhack, but it looks like a great idea for this port! Thank you, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/sourcehosting/ - Follow me, follow you -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFND9t20sRouByUApARAqmDAJ97jFiTFqPSglTYsQC2VNJ+qLhukACfUOi4 H2mHHrP6KQ72eDFv/x8sFOI= =exg8 -----END PGP SIGNATURE-----