pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/GConf2 Added a patch for Solaris 9.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b613b578619e
branches:  trunk
changeset: 501621:b613b578619e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Oct 24 22:10:29 2005 +0000

description:
Added a patch for Solaris 9.

diffstat:

 devel/GConf2/distinfo         |   3 ++-
 devel/GConf2/patches/patch-ad |  18 ++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r 9617afa66abd -r b613b578619e devel/GConf2/distinfo
--- a/devel/GConf2/distinfo     Mon Oct 24 20:56:53 2005 +0000
+++ b/devel/GConf2/distinfo     Mon Oct 24 22:10:29 2005 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.21 2005/10/07 16:00:24 drochner Exp $
+$NetBSD: distinfo,v 1.22 2005/10/24 22:10:29 rillig Exp $
 
 SHA1 (GConf-2.12.0.tar.bz2) = dbeb990447827d5d39fc7850777fc6d918d1f4a8
 RMD160 (GConf-2.12.0.tar.bz2) = bb06e7a9f9c925718738689dfab5390acf1c1f01
 Size (GConf-2.12.0.tar.bz2) = 1899718 bytes
 SHA1 (patch-ab) = 67044ae449164931949f8a67d9f14db15d59365d
 SHA1 (patch-ac) = 03045811c13261088f291e2fbad24e2965c592dc
+SHA1 (patch-ad) = e5b5be99da47b21e3e7dcd7c3925dffa6cfe5bfa
diff -r 9617afa66abd -r b613b578619e devel/GConf2/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/GConf2/patches/patch-ad     Mon Oct 24 22:10:29 2005 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-ad,v 1.5 2005/10/24 22:10:29 rillig Exp $
+
+Needed for Solaris 9. Without the <lber.h> header, struct berval, which
+is used as a member of another struct in <ldap.h>, has an unknown size.
+
+--- backends/evoldap-backend.c.orig    Mon Oct 24 23:58:16 2005
++++ backends/evoldap-backend.c Mon Oct 24 23:59:16 2005
+@@ -24,6 +24,10 @@
+ #include <sys/types.h>
+ #include <unistd.h>
+ #include <time.h>
++#ifdef __sun
++#include <string.h>
++#include <lber.h>
++#endif
+ #include <ldap.h>
+ #include <libxml/parser.h>
+ #include <libxml/xpath.h>



Home | Main Index | Thread Index | Old Index