diff options
author | manu <manu> | 2015-04-03 09:49:00 +0000 |
---|---|---|
committer | manu <manu> | 2015-04-03 09:49:00 +0000 |
commit | b2ea5f1005d94cd2b196744ee10471965dca1728 (patch) | |
tree | 9a438be5b5973b28fef91747316954dadc1cd16d /security | |
parent | 01883deb1cb211e0eca225239b3b0d6111674e80 (diff) | |
download | pkgsrc-b2ea5f1005d94cd2b196744ee10471965dca1728.tar.gz |
- Require glibs>=2.35 because lasso breaks with 2.34
"gtype.c:2720: You forgot to call g_type_init()" warnings
- Remove now useless build fix patch
Approved by wiz@
Diffstat (limited to 'security')
-rw-r--r-- | security/lasso/Makefile.common | 4 | ||||
-rw-r--r-- | security/lasso/distinfo | 3 | ||||
-rw-r--r-- | security/lasso/patches/patch-lasso-id-ff-provider.c | 14 |
3 files changed, 4 insertions, 17 deletions
diff --git a/security/lasso/Makefile.common b/security/lasso/Makefile.common index 75824b7b0f6..20a4a02f14b 100644 --- a/security/lasso/Makefile.common +++ b/security/lasso/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2015/04/01 14:05:02 manu Exp $ +# $NetBSD: Makefile.common,v 1.11 2015/04/03 09:49:00 manu Exp $ # # used by security/lasso/Makefile # used by security/py-lasso/Makefile @@ -23,6 +23,8 @@ USE_TOOLS+= pkg-config perl PKGCONFIG_OVERRIDE+= lasso.pc.in +BUILDLINK_ABI_DEPENDS.glib2+= glib2>=2.35 + .include "../../lang/python/application.mk" .include "../../security/xmlsec1/buildlink3.mk" diff --git a/security/lasso/distinfo b/security/lasso/distinfo index b0b68678b92..286dd3403d4 100644 --- a/security/lasso/distinfo +++ b/security/lasso/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.16 2015/04/01 14:05:02 manu Exp $ +$NetBSD: distinfo,v 1.17 2015/04/03 09:49:00 manu Exp $ SHA1 (lasso-2.4.1.tar.gz) = 4596b8037932d4281828d27c3d4065522b4775dc RMD160 (lasso-2.4.1.tar.gz) = 7fc4855135fe662b00e353ad21b0646ce24692e3 Size (lasso-2.4.1.tar.gz) = 4392038 bytes SHA1 (patch-configure) = 8acdd57ba89fea824ea0bc6b0080298b78226678 SHA1 (patch-configure.ac) = 8cb6a7ad3aec9a7c17892ae4e0493ad3d6a8cde1 -SHA1 (patch-lasso-id-ff-provider.c) = 900532802b7243598332850683b3d16d3f579a82 diff --git a/security/lasso/patches/patch-lasso-id-ff-provider.c b/security/lasso/patches/patch-lasso-id-ff-provider.c deleted file mode 100644 index b58cdb5b420..00000000000 --- a/security/lasso/patches/patch-lasso-id-ff-provider.c +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-lasso-id-ff-provider.c,v 1.2 2015/04/01 14:05:02 manu Exp $ - ---- lasso/id-ff/provider.c.orig 2014-07-30 17:16:07.000000000 +0200 -+++ lasso/id-ff/provider.c 2015-03-25 11:29:15.000000000 +0100 -@@ -62,8 +62,9 @@ - #include "providerprivate.h" - - #include "../saml-2.0/providerprivate.h" - #include <unistd.h> -+#include <string.h> - #include "../utils.h" - #include "../debug.h" - #include "../keyprivate.h" - |