Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2010 16:44:38 +0100
From:      David Demelier <demelier.david@gmail.com>
To:        freebsd-ports@freebsd.org
Subject:   Re: libksba update broken
Message-ID:  <4D0A33E6.5000703@gmail.com>
In-Reply-To: <4D0A3090.6060100@gmail.com>
References:  <4D0A3090.6060100@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 16/12/2010 16:30, 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.
>
> Cheers,

Please consider the following patch :

--- Makefile.orig	2010-12-16 16:40:08.000000000 +0100
+++ Makefile	2010-12-16 16:40:16.000000000 +0100
@@ -21,7 +21,7 @@
  LIB_DEPENDS=	assuan.0:${PORTSDIR}/security/libassuan \
  		gcrypt.17:${PORTSDIR}/security/libgcrypt \
  		gpg-error:${PORTSDIR}/security/libgpg-error \
-		ksba.17:${PORTSDIR}/security/libksba \
+		ksba.18:${PORTSDIR}/security/libksba \
  		pth.20:${PORTSDIR}/devel/pth

  LICENSE=	GPLv3 LGPL3

Also please add an entry in UPDATING to tell user to use portmaster -w 
to keep old libraries while all ports depending on libksba are not updated.

(like gettext)

Cheers,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D0A33E6.5000703>