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,
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"