Fri Jul 8 18:51:15 2011 UTC ()
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


(drochner)
diff -r1.5 -r1.6 pkgsrc/net/glib-networking/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/net/glib-networking/Makefile (expand / switch to unified diff)

--- pkgsrc/net/glib-networking/Makefile 2011/05/25 09:51:35 1.5
+++ pkgsrc/net/glib-networking/Makefile 2011/07/08 18:51:15 1.6
@@ -1,28 +1,30 @@ @@ -1,28 +1,30 @@
1# $NetBSD: Makefile,v 1.5 2011/05/25 09:51:35 drochner Exp $ 1# $NetBSD: Makefile,v 1.6 2011/07/08 18:51:15 drochner Exp $
2# 2#
3 3
4DISTNAME= glib-networking-2.28.7 4DISTNAME= glib-networking-2.28.7
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib-networking/2.28/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib-networking/2.28/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.gnome.org/ 10HOMEPAGE= http://www.gnome.org/
11COMMENT= Network-related giomodules for glib 11COMMENT= Network-related giomodules for glib
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17CONFIGURE_ARGS+= --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt 17CONFIGURE_ARGS+= --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt
18USE_LIBTOOL= yes 18USE_LIBTOOL= yes
19USE_TOOLS+= intltool pkg-config gmake 19USE_TOOLS+= intltool pkg-config gmake
20 20
21BUILDLINK_API_DEPENDS.glib2+= glib2>=2.28.0 21BUILDLINK_API_DEPENDS.glib2+= glib2>=2.28.0
22.include "../../devel/glib2/buildlink3.mk" 22.include "../../devel/glib2/buildlink3.mk"
23.include "../../devel/glib2/modules.mk" 23.include "../../devel/glib2/modules.mk"
24BUILDLINK_API_DEPENDS.libproxy+= libproxy>=0.3.1 24BUILDLINK_API_DEPENDS.libproxy+= libproxy>=0.3.1
25.include "../../www/libproxy/buildlink3.mk" 25.include "../../www/libproxy/buildlink3.mk"
26.include "../../security/gnutls/buildlink3.mk" 26.include "../../security/gnutls/buildlink3.mk"
 27# XXX libcgrypt is not necessary if gnutls was built against nettle,
 28# but the assumption is hardwired at multiple places
27.include "../../security/libgcrypt/buildlink3.mk" 29.include "../../security/libgcrypt/buildlink3.mk"
28.include "../../mk/bsd.pkg.mk" 30.include "../../mk/bsd.pkg.mk"