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.gnu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/195c8ee07c22
branches:  trunk
changeset: 538173:195c8ee07c22
user:      reed <reed%pkgsrc.org@localhost>
date:      Thu Jan 31 01:04:26 2008 +0000

description:
Increase the BUILDLINK_API_DEPENDS.gnutls to at least gnutls>=1.2.6
which is still very old.

This fixes problem where building something depending on gnutls
when old gnutls is already installed using liblzo won't buildlink
because lzo is not installed. This forces a newer gnutls to be
installed that uses lzo instead.

diffstat:

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

diffs (18 lines):

diff -r 04e68f8d6a79 -r 195c8ee07c22 security/gnutls/buildlink3.mk
--- a/security/gnutls/buildlink3.mk     Thu Jan 31 00:31:29 2008 +0000
+++ b/security/gnutls/buildlink3.mk     Thu Jan 31 01:04:26 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.19 2007/09/05 21:51:21 drochner Exp $
+# $NetBSD: buildlink3.mk,v 1.20 2008/01/31 01:04:26 reed Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 GNUTLS_BUILDLINK3_MK:= ${GNUTLS_BUILDLINK3_MK}+
@@ -12,7 +12,7 @@
 BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}gnutls
 
 .if !empty(GNUTLS_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.gnutls+= gnutls>=1.0.13
+BUILDLINK_API_DEPENDS.gnutls+= gnutls>=1.2.6
 BUILDLINK_ABI_DEPENDS.gnutls+= gnutls>=1.6.3nb1
 BUILDLINK_PKGSRCDIR.gnutls?=   ../../security/gnutls
 .endif # GNUTLS_BUILDLINK3_MK



Home | Main Index | Thread Index | Old Index