pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnutls Increase the BUILDLINK_API_DEPENDS.lib...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa2c96921c9b
branches:  trunk
changeset: 400183:aa2c96921c9b
user:      reed <reed%pkgsrc.org@localhost>
date:      Mon Oct 12 15:25:14 2009 +0000

description:
Increase the BUILDLINK_API_DEPENDS.libgcrypt requirement.
The configure requires GCRY_CIPHER_CAMELLIA128.
(Not bumping PKGREVISION as this is a build issue.)

diffstat:

 security/gnutls/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 20bda80eb71f -r aa2c96921c9b security/gnutls/Makefile
--- a/security/gnutls/Makefile  Mon Oct 12 12:20:57 2009 +0000
+++ b/security/gnutls/Makefile  Mon Oct 12 15:25:14 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2009/08/13 18:56:32 snj Exp $
+# $NetBSD: Makefile,v 1.87 2009/10/12 15:25:14 reed Exp $
 
 DISTNAME=      gnutls-2.8.3
 CATEGORIES=    security devel
@@ -49,7 +49,7 @@
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/libcfg+/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libgcrypt+=      libgcrypt>=1.2.4
+BUILDLINK_API_DEPENDS.libgcrypt+=      libgcrypt>=1.4
 .include "../../security/libgcrypt/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libtasn1+=       libtasn1>=0.3.4
 .include "../../security/libtasn1/buildlink3.mk"



Home | Main Index | Thread Index | Old Index