pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/lasso Patches for building with the latest gl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5096fd95b9b2
branches: trunk
changeset: 603453:5096fd95b9b2
user: dholland <dholland%pkgsrc.org@localhost>
date: Sun May 06 17:14:58 2012 +0000
description:
Patches for building with the latest glib2.
diffstat:
security/lasso/distinfo | 4 +++-
security/lasso/patches/patch-lasso-errors_c | 15 +++++++++++++++
security/lasso/patches/patch-lasso-errors_c_in | 15 +++++++++++++++
3 files changed, 33 insertions(+), 1 deletions(-)
diffs (52 lines):
diff -r c9e5547a048f -r 5096fd95b9b2 security/lasso/distinfo
--- a/security/lasso/distinfo Sun May 06 17:08:26 2012 +0000
+++ b/security/lasso/distinfo Sun May 06 17:14:58 2012 +0000
@@ -1,7 +1,9 @@
-$NetBSD: distinfo,v 1.9 2011/09/08 13:55:06 joerg Exp $
+$NetBSD: distinfo,v 1.10 2012/05/06 17:14:58 dholland Exp $
SHA1 (lasso-2.3.5.tar.gz) = 3ba022e85a2d05cd00e45d41f8f59a94b71b75b0
RMD160 (lasso-2.3.5.tar.gz) = 24660682b34c38a556b9ea902066cc9b0f74e9a7
Size (lasso-2.3.5.tar.gz) = 3907467 bytes
+SHA1 (patch-lasso-errors_c) = 5c0fe304cd9cce6d926362c248ffe60c2c7357c5
+SHA1 (patch-lasso-errors_c_in) = d4663edb280d38a0cb1a422d9b95b1d344012f63
SHA1 (patch-lasso-id-ff-provider.c) = 9312c67a8e81eeea95b888745a2b9f504a36a36f
SHA1 (patch-lasso-xml-tools.c) = bd45a4ad4d492c0599665371cc413ef49064b54b
diff -r c9e5547a048f -r 5096fd95b9b2 security/lasso/patches/patch-lasso-errors_c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/lasso/patches/patch-lasso-errors_c Sun May 06 17:14:58 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-lasso-errors_c,v 1.1 2012/05/06 17:14:58 dholland Exp $
+
+Fix build with latest glib2.
+
+--- lasso/errors.c~ 2011-01-05 13:57:32.000000000 +0000
++++ lasso/errors.c
+@@ -22,7 +22,7 @@
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+-#include <glib/gstrfuncs.h>
++#include <glib.h>
+ #include "errors.h"
+ #include "xml/xml.h"
+
diff -r c9e5547a048f -r 5096fd95b9b2 security/lasso/patches/patch-lasso-errors_c_in
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/lasso/patches/patch-lasso-errors_c_in Sun May 06 17:14:58 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-lasso-errors_c_in,v 1.1 2012/05/06 17:14:58 dholland Exp $
+
+Fix build with latest glib2.
+
+--- lasso/errors.c.in~ 2011-01-05 13:57:32.000000000 +0000
++++ lasso/errors.c.in
+@@ -22,7 +22,7 @@
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+-#include <glib/gstrfuncs.h>
++#include <glib.h>
+ #include "errors.h"
+ #include "xml/xml.h"
+
Home |
Main Index |
Thread Index |
Old Index