summaryrefslogtreecommitdiffstats
path: root/security/gnome-keyring/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-07-23 09:22:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-07-23 09:22:29 +0800
commitbd6ecd49d39aba4e0b711d0590b70cff9a8da3b1 (patch)
tree135573a2a0e1af7d5197a858d73fc51a516bdf4d /security/gnome-keyring/files
parent7eef11a4054e5016619c72c0b04d5b01098f135b (diff)
downloadmarcuscom-ports-bd6ecd49d39aba4e0b711d0590b70cff9a8da3b1.tar
marcuscom-ports-bd6ecd49d39aba4e0b711d0590b70cff9a8da3b1.tar.gz
marcuscom-ports-bd6ecd49d39aba4e0b711d0590b70cff9a8da3b1.tar.bz2
marcuscom-ports-bd6ecd49d39aba4e0b711d0590b70cff9a8da3b1.tar.lz
marcuscom-ports-bd6ecd49d39aba4e0b711d0590b70cff9a8da3b1.tar.xz
marcuscom-ports-bd6ecd49d39aba4e0b711d0590b70cff9a8da3b1.tar.zst
marcuscom-ports-bd6ecd49d39aba4e0b711d0590b70cff9a8da3b1.zip
Update to 2.23.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11152 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gnome-keyring/files')
-rw-r--r--security/gnome-keyring/files/patch-configure38
-rw-r--r--security/gnome-keyring/files/patch-pkcs11_gkr-pkcs11-module.c10
2 files changed, 48 insertions, 0 deletions
diff --git a/security/gnome-keyring/files/patch-configure b/security/gnome-keyring/files/patch-configure
new file mode 100644
index 000000000..75016a356
--- /dev/null
+++ b/security/gnome-keyring/files/patch-configure
@@ -0,0 +1,38 @@
+--- configure.orig 2008-07-22 21:14:15.000000000 -0400
++++ configure 2008-07-22 21:14:35.000000000 -0400
+@@ -25963,7 +25963,7 @@ fi
+
+ dbus_status=$DBUS_VERSION
+ fi
+- if test "$enable_dbus" == "yes"; then
++ if test "$enable_dbus" = "yes"; then
+ WITH_DBUS_TRUE=
+ WITH_DBUS_FALSE='#'
+ else
+@@ -27001,7 +27001,7 @@ if test "${enable_tests+set}" = set; the
+ fi
+
+
+-if test "$enable_tests" == "yes"; then
++if test "$enable_tests" = "yes"; then
+ echo "building tests and unit tests"
+
+ cat >>confdefs.h <<_ACEOF
+@@ -27014,7 +27014,7 @@ else
+ tests_status="no"
+ fi
+
+- if test "$enable_tests" == "yes"; then
++ if test "$enable_tests" = "yes"; then
+ WITH_TESTS_TRUE=
+ WITH_TESTS_FALSE='#'
+ else
+@@ -27029,7 +27029,7 @@ if test "${enable_coverage+set}" = set;
+ fi
+
+
+-if test "$enable_coverage" == "yes"; then
++if test "$enable_coverage" = "yes"; then
+ CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage"
+ LDFLAGS="$LDFLAGS -fprofile-arcs -ftest-coverage"
+ fi
diff --git a/security/gnome-keyring/files/patch-pkcs11_gkr-pkcs11-module.c b/security/gnome-keyring/files/patch-pkcs11_gkr-pkcs11-module.c
new file mode 100644
index 000000000..57d2f1888
--- /dev/null
+++ b/security/gnome-keyring/files/patch-pkcs11_gkr-pkcs11-module.c
@@ -0,0 +1,10 @@
+--- pkcs11/gkr-pkcs11-module.c.orig 2008-02-11 21:26:56.000000000 -0500
++++ pkcs11/gkr-pkcs11-module.c 2008-02-11 21:27:08.000000000 -0500
+@@ -36,6 +36,7 @@
+ #include <sys/socket.h>
+ #include <sys/un.h>
+
++#include <string.h>
+ #include <stdlib.h>
+ #include <stdint.h>
+ #include <pthread.h>