pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/nss Add patch to fix compilation on NetBSD-current.
details: https://anonhg.NetBSD.org/pkgsrc/rev/16a1399f611c
branches: trunk
changeset: 515124:16a1399f611c
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jun 25 14:53:00 2006 +0000
description:
Add patch to fix compilation on NetBSD-current.
diffstat:
devel/nss/distinfo | 7 ++++---
devel/nss/patches/patch-af | 16 ++++++++++++++++
2 files changed, 20 insertions(+), 3 deletions(-)
diffs (41 lines):
diff -r 26b602fcff52 -r 16a1399f611c devel/nss/distinfo
--- a/devel/nss/distinfo Sun Jun 25 14:52:44 2006 +0000
+++ b/devel/nss/distinfo Sun Jun 25 14:53:00 2006 +0000
@@ -1,13 +1,14 @@
-$NetBSD: distinfo,v 1.7 2006/01/15 16:09:21 joerg Exp $
+$NetBSD: distinfo,v 1.8 2006/06/25 14:53:00 wiz Exp $
SHA1 (nss-3.9.2.tar.gz) = 017b748d92c5f7376bda78915d1b78b260b44133
RMD160 (nss-3.9.2.tar.gz) = c9e41ac596af2e717da76546c3a5dfd37272c195
Size (nss-3.9.2.tar.gz) = 4734817 bytes
SHA1 (patch-aa) = 3b0d0eb22b498d72514e4616b101d93fedc2f53d
SHA1 (patch-ab) = 21008be57eb73f4ddd36cf89d9ca56aa082a43ee
-SHA1 (patch-ac) = f1857c2e7de7746e66602155cc3d10996a62fc6b
-SHA1 (patch-ad) = 0fecd3fc1e5865525bcfce2fc6140622bc7a8f19
+SHA1 (patch-ac) = 9de8db092bb2a198fe426cc2c9cb4b4de6ebdb2a
+SHA1 (patch-ad) = 454ec464874b4e424de740edd78b79d30f11d6bb
SHA1 (patch-ae) = ad64e308931d4eb5cbfb11ca897cd11688af5b4f
+SHA1 (patch-af) = a5092cfd09672a545a9401424ddce82f3399a689
SHA1 (patch-ag) = e99c7396f4a6b7430321124e7c03528ab6e7681c
SHA1 (patch-ah) = 6c8c335d9ffe4a1dbc83a3b8defe05930d866a40
SHA1 (patch-ai) = a68c262b67af7778024b6db350c044fe8474919e
diff -r 26b602fcff52 -r 16a1399f611c devel/nss/patches/patch-af
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/nss/patches/patch-af Sun Jun 25 14:53:00 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-af,v 1.3 2006/06/25 14:53:00 wiz Exp $
+
+Fix gcc4 error:
+error: array type has incomplete element type
+
+--- lib/pki1/oiddata.h.orig 2006-06-25 06:03:14.000000000 +0000
++++ lib/pki1/oiddata.h
+@@ -43,7 +43,7 @@ static const char OIDDATA_CVS_ID[] = "@(
+ #include "nsspki1t.h"
+ #endif /* NSSPKI1T_H */
+
+-extern const NSSOID nss_builtin_oids[];
++extern const NSSOID *nss_builtin_oids;
+ extern const PRUint32 nss_builtin_oid_count;
+
+ /*extern const nssAttributeTypeAliasTable nss_attribute_type_aliases[];*/
Home |
Main Index |
Thread Index |
Old Index