diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-12 10:34:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-12 10:34:15 +0800 |
commit | 1482b17907dc35f788110d0a3490fd99149593a9 (patch) | |
tree | 3e4960a1156c54d99c802f7ed39bfbe73fd59dff /security/gnome-keyring/files | |
parent | d4792c953e3885ca8184f40c3ea05492845dff25 (diff) | |
download | marcuscom-ports-1482b17907dc35f788110d0a3490fd99149593a9.tar marcuscom-ports-1482b17907dc35f788110d0a3490fd99149593a9.tar.gz marcuscom-ports-1482b17907dc35f788110d0a3490fd99149593a9.tar.bz2 marcuscom-ports-1482b17907dc35f788110d0a3490fd99149593a9.tar.lz marcuscom-ports-1482b17907dc35f788110d0a3490fd99149593a9.tar.xz marcuscom-ports-1482b17907dc35f788110d0a3490fd99149593a9.tar.zst marcuscom-ports-1482b17907dc35f788110d0a3490fd99149593a9.zip |
Update to 2.21.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10424 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gnome-keyring/files')
4 files changed, 50 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..235656df1 --- /dev/null +++ b/security/gnome-keyring/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig 2008-02-11 21:29:42.000000000 -0500 ++++ configure 2008-02-11 21:29:51.000000000 -0500 +@@ -23793,7 +23793,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 +@@ -25228,7 +25228,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 diff --git a/security/gnome-keyring/files/patch-keyrings_gkr-keyrings.c b/security/gnome-keyring/files/patch-keyrings_gkr-keyrings.c new file mode 100644 index 000000000..185e929dd --- /dev/null +++ b/security/gnome-keyring/files/patch-keyrings_gkr-keyrings.c @@ -0,0 +1,10 @@ +--- keyrings/gkr-keyrings.c.orig 2008-02-11 21:30:10.000000000 -0500 ++++ keyrings/gkr-keyrings.c 2008-02-11 21:30:19.000000000 -0500 +@@ -35,6 +35,7 @@ + #include <unistd.h> + #include <fcntl.h> + #include <errno.h> ++#include <string.h> + #include <stdlib.h> + #include <stdio.h> + #include <sys/types.h> diff --git a/security/gnome-keyring/files/patch-pkcs11_gkr-pkcs11-daemon.c b/security/gnome-keyring/files/patch-pkcs11_gkr-pkcs11-daemon.c new file mode 100644 index 000000000..4bd5a923f --- /dev/null +++ b/security/gnome-keyring/files/patch-pkcs11_gkr-pkcs11-daemon.c @@ -0,0 +1,10 @@ +--- pkcs11/gkr-pkcs11-daemon.c.orig 2008-02-11 21:30:48.000000000 -0500 ++++ pkcs11/gkr-pkcs11-daemon.c 2008-02-11 21:30:58.000000000 -0500 +@@ -35,6 +35,7 @@ + #include <sys/types.h> + #include <sys/socket.h> + #include <sys/un.h> ++#include <string.h> + #include <errno.h> + #include <unistd.h> + 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> |