summaryrefslogtreecommitdiff
path: root/security/gpa/files
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-02-28 09:45:18 +0000
committerClive Lin <clive@FreeBSD.org>2001-02-28 09:45:18 +0000
commit566a10481fca949bd12a81954cfc3d7c209641ea (patch)
treecbb4ce508ebb1bc8ae511d84b0824c304099acd9 /security/gpa/files
parentDo not install SVGAlib support unless the user asks for it. (diff)
Update to 0.4.0
Notes
Notes: svn path=/head/; revision=38882
Diffstat (limited to 'security/gpa/files')
-rw-r--r--security/gpa/files/patch-aa11
-rw-r--r--security/gpa/files/patch-ab10
-rw-r--r--security/gpa/files/patch-ad20
-rw-r--r--security/gpa/files/patch-configure (renamed from security/gpa/files/patch-ac)6
4 files changed, 3 insertions, 44 deletions
diff --git a/security/gpa/files/patch-aa b/security/gpa/files/patch-aa
deleted file mode 100644
index 9457f0ca50a2..000000000000
--- a/security/gpa/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- jnlib/argparse.h.orig Thu Aug 17 00:31:34 2000
-+++ jnlib/argparse.h Thu Aug 17 00:31:54 2000
-@@ -34,7 +34,7 @@
- union {
- int ret_int;
- long ret_long;
-- ulong ret_ulong;
-+ unsigned long ret_ulong;
- char *ret_str;
- } r; /* Return values */
- struct {
diff --git a/security/gpa/files/patch-ab b/security/gpa/files/patch-ab
deleted file mode 100644
index ece7ecf0348d..000000000000
--- a/security/gpa/files/patch-ab
+++ /dev/null
@@ -1,10 +0,0 @@
---- jnlib/stringhelp.c.orig Wed Aug 16 23:59:35 2000
-+++ jnlib/stringhelp.c Thu Aug 17 00:14:30 2000
-@@ -26,6 +26,7 @@
- #include "libjnlib-config.h"
- #include "stringhelp.h"
-
-+#include <gtk/gtk.h>
-
- /****************
- * look for the substring SUB in buffer and return a pointer to that
diff --git a/security/gpa/files/patch-ad b/security/gpa/files/patch-ad
deleted file mode 100644
index 7e8e141a840c..000000000000
--- a/security/gpa/files/patch-ad
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/gpa.c.orig Thu Aug 17 01:57:46 2000
-+++ src/gpa.c Thu Aug 17 01:58:17 2000
-@@ -135,6 +135,7 @@
- #ifdef HAVE_LC_MESSAGES
- setlocale( LC_TIME, "" );
- setlocale( LC_MESSAGES, "" );
-+ gtk_set_locale ();
- #else
- setlocale( LC_ALL, "" );
- #endif
-@@ -161,8 +162,8 @@
-
- set_strusage( my_strusage );
- /*log_set_name ("gpa"); notyet implemented in logging.c */
-- i18n_init ();
- gtk_init (&argc, &argv);
-+ i18n_init ();
-
- opt.homedir = getenv("GNUPGHOME");
- if( !opt.homedir || !*opt.homedir ) {
diff --git a/security/gpa/files/patch-ac b/security/gpa/files/patch-configure
index b2ee16789350..757a0356cfe0 100644
--- a/security/gpa/files/patch-ac
+++ b/security/gpa/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Thu Aug 17 01:48:35 2000
-+++ configure Thu Aug 17 01:49:01 2000
-@@ -2685,7 +2685,7 @@
+--- configure~ Wed Feb 28 17:34:30 2001
++++ configure Wed Feb 28 17:34:38 2001
+@@ -2707,7 +2707,7 @@
cat conftest.$ac_ext >&5
rm -rf conftest*
CATOBJEXT=.mo