summaryrefslogtreecommitdiff
path: root/security/lasso
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2015-04-03 09:49:00 +0000
committermanu <manu@pkgsrc.org>2015-04-03 09:49:00 +0000
commitcf2b5cf8054dec7379f9726e841767b5c0ccdc5d (patch)
tree9a438be5b5973b28fef91747316954dadc1cd16d /security/lasso
parent50b00415f304cde9ba33f041d3e884da3ac47ed3 (diff)
downloadpkgsrc-cf2b5cf8054dec7379f9726e841767b5c0ccdc5d.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/lasso')
-rw-r--r--security/lasso/Makefile.common4
-rw-r--r--security/lasso/distinfo3
-rw-r--r--security/lasso/patches/patch-lasso-id-ff-provider.c14
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"
-