aboutsummaryrefslogtreecommitdiff
path: root/security/seahorse/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-05 07:06:48 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-05 07:06:48 +0000
commit6080d5c64606fd096dd5f98c030a69c0ad47b324 (patch)
tree866b17e5d70a0bd094848bcaad23886f3a1ab7e1 /security/seahorse/files
parent6ced2fc69a8a80a7ae0c2f4f4ca4af365283b4ff (diff)
downloadports-6080d5c64606fd096dd5f98c030a69c0ad47b324.tar.gz
ports-6080d5c64606fd096dd5f98c030a69c0ad47b324.zip
Update to 0.7.3.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=80156
Diffstat (limited to 'security/seahorse/files')
-rw-r--r--security/seahorse/files/patch-configure10
-rw-r--r--security/seahorse/files/patch-src_main.c31
2 files changed, 41 insertions, 0 deletions
diff --git a/security/seahorse/files/patch-configure b/security/seahorse/files/patch-configure
new file mode 100644
index 000000000000..f195f07b43c6
--- /dev/null
+++ b/security/seahorse/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Wed Dec 11 18:31:51 2002
++++ configure Thu Dec 12 12:07:17 2002
+@@ -7414,6 +7414,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/security/seahorse/files/patch-src_main.c b/security/seahorse/files/patch-src_main.c
new file mode 100644
index 000000000000..df57a9756d63
--- /dev/null
+++ b/security/seahorse/files/patch-src_main.c
@@ -0,0 +1,31 @@
+--- src/main.c.orig Mon May 5 02:45:14 2003
++++ src/main.c Mon May 5 02:45:47 2003
+@@ -29,7 +29,7 @@
+ #include "seahorse-libdialogs.h"
+
+ static gchar *import = NULL;
+-static gchar *encrypt = NULL;
++static gchar *sea_encrypt = NULL;
+ static gchar *sign = NULL;
+ static gchar *encrypt_sign = NULL;
+ static gchar *decrypt = NULL;
+@@ -40,7 +40,7 @@
+ { "import", 'i', POPT_ARG_STRING, &import, 0,
+ N_("Import keys from the file"), N_("FILE") },
+
+- { "encrypt", 'e', POPT_ARG_STRING, &encrypt, 0,
++ { "encrypt", 'e', POPT_ARG_STRING, &sea_encrypt, 0,
+ N_("Encrypt file"), N_("FILE") },
+
+ { "sign", 's', POPT_ARG_STRING, &sign, 0,
+@@ -137,8 +137,8 @@
+ return 0;
+ }
+ }
+- if (encrypt != NULL)
+- do_encrypt (sctx, encrypt, seahorse_op_encrypt_file, _("Encrypt file is %s"));
++ if (sea_encrypt != NULL)
++ do_encrypt (sctx, sea_encrypt, seahorse_op_encrypt_file, _("Encrypt file is %s"));
+ if (sign != NULL) {
+ new_path = seahorse_op_sign_file (sctx, sign, &err);
+