pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/glib-networking add a comment about the pkg not de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e7d5463ad38
branches:  trunk
changeset: 590353:3e7d5463ad38
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Jul 08 18:51:15 2011 +0000

description:
add a comment about the pkg not dealing correctly with recent gnutls
built against "nettle", but don't do anything for now because the
patch would be expensive

diffstat:

 net/glib-networking/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ead9e3421699 -r 3e7d5463ad38 net/glib-networking/Makefile
--- a/net/glib-networking/Makefile      Fri Jul 08 18:35:37 2011 +0000
+++ b/net/glib-networking/Makefile      Fri Jul 08 18:51:15 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2011/05/25 09:51:35 drochner Exp $
+# $NetBSD: Makefile,v 1.6 2011/07/08 18:51:15 drochner Exp $
 #
 
 DISTNAME=      glib-networking-2.28.7
@@ -24,5 +24,7 @@
 BUILDLINK_API_DEPENDS.libproxy+= libproxy>=0.3.1
 .include "../../www/libproxy/buildlink3.mk"
 .include "../../security/gnutls/buildlink3.mk"
+# XXX libcgrypt is not necessary if gnutls was built against nettle,
+# but the assumption is hardwired at multiple places
 .include "../../security/libgcrypt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index