pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/lasso - Require glibs>=2.35 because lasso bre...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f809be5a111
branches:  trunk
changeset: 649438:8f809be5a111
user:      manu <manu%pkgsrc.org@localhost>
date:      Fri Apr 03 09:49:00 2015 +0000

description:
- 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:

 security/lasso/Makefile.common                      |   4 +++-
 security/lasso/distinfo                             |   3 +--
 security/lasso/patches/patch-lasso-id-ff-provider.c |  14 --------------
 3 files changed, 4 insertions(+), 17 deletions(-)

diffs (49 lines):

diff -r 9f6440b1e959 -r 8f809be5a111 security/lasso/Makefile.common
--- a/security/lasso/Makefile.common    Fri Apr 03 09:46:18 2015 +0000
+++ b/security/lasso/Makefile.common    Fri Apr 03 09:49:00 2015 +0000
@@ -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 @@
 
 PKGCONFIG_OVERRIDE+=   lasso.pc.in
 
+BUILDLINK_ABI_DEPENDS.glib2+=  glib2>=2.35
+
 .include "../../lang/python/application.mk"
 
 .include "../../security/xmlsec1/buildlink3.mk"
diff -r 9f6440b1e959 -r 8f809be5a111 security/lasso/distinfo
--- a/security/lasso/distinfo   Fri Apr 03 09:46:18 2015 +0000
+++ b/security/lasso/distinfo   Fri Apr 03 09:49:00 2015 +0000
@@ -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 -r 9f6440b1e959 -r 8f809be5a111 security/lasso/patches/patch-lasso-id-ff-provider.c
--- a/security/lasso/patches/patch-lasso-id-ff-provider.c       Fri Apr 03 09:46:18 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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"
- 



Home | Main Index | Thread Index | Old Index