summaryrefslogtreecommitdiffstats
path: root/mail/balsa/files
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-06 10:56:11 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-06 10:56:11 +0800
commitecb1fd57dd3e40b2061eeefcc01249c9c57b73b2 (patch)
treea444042e48b227ca7f6bcbb2edc29aa3eab67179 /mail/balsa/files
parentedaafd629034298865468b360bf147f118a0d55e (diff)
downloadmarcuscom-ports-ecb1fd57dd3e40b2061eeefcc01249c9c57b73b2.tar
marcuscom-ports-ecb1fd57dd3e40b2061eeefcc01249c9c57b73b2.tar.gz
marcuscom-ports-ecb1fd57dd3e40b2061eeefcc01249c9c57b73b2.tar.bz2
marcuscom-ports-ecb1fd57dd3e40b2061eeefcc01249c9c57b73b2.tar.lz
marcuscom-ports-ecb1fd57dd3e40b2061eeefcc01249c9c57b73b2.tar.xz
marcuscom-ports-ecb1fd57dd3e40b2061eeefcc01249c9c57b73b2.tar.zst
marcuscom-ports-ecb1fd57dd3e40b2061eeefcc01249c9c57b73b2.zip
- Clean out mail
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5039 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/balsa/files')
-rw-r--r--mail/balsa/files/patch-configure52
-rw-r--r--mail/balsa/files/patch-doc_omf.make11
-rw-r--r--mail/balsa/files/patch-doc_xmldocs.make11
-rw-r--r--mail/balsa/files/patch-libbalsa_imap_imap-handle.c10
-rw-r--r--mail/balsa/files/patch-libbalsa_mailbox_maildir.c11
-rw-r--r--mail/balsa/files/patch-libbalsa_mailbox_mbox.c19
-rw-r--r--mail/balsa/files/patch-libbalsa_mailbox_mh.c11
-rw-r--r--mail/balsa/files/patch-libbalsa_misc.c12
-rw-r--r--mail/balsa/files/patch-src_main.c11
-rw-r--r--mail/balsa/files/patch-src_threads.h12
10 files changed, 0 insertions, 160 deletions
diff --git a/mail/balsa/files/patch-configure b/mail/balsa/files/patch-configure
deleted file mode 100644
index 730ae6d7e..000000000
--- a/mail/balsa/files/patch-configure
+++ /dev/null
@@ -1,52 +0,0 @@
---- configure.orig Sat Mar 19 14:39:26 2005
-+++ configure Sat Mar 19 14:40:24 2005
-@@ -21821,7 +21821,7 @@
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lldap -llber -lresolv $LIBS"
-+LIBS="-lldap -llber $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -21885,7 +21885,7 @@
- #define ENABLE_LDAP 1
- _ACEOF
-
-- LIBS="-lldap -llber -lresolv $LIBS"
-+ LIBS="-lldap -llber $LIBS"
- else
- { { echo "$as_me:$LINENO: error: *** You enabled LDAP but ldap library is not found." >&5
- echo "$as_me: error: *** You enabled LDAP but ldap library is not found." >&2;}
-@@ -22664,13 +22664,13 @@
- else
-
-
--echo "$as_me:$LINENO: checking for new_pspell_manager in -lpspell" >&5
--echo $ECHO_N "checking for new_pspell_manager in -lpspell... $ECHO_C" >&6
--if test "${ac_cv_lib_pspell_new_pspell_manager+set}" = set; then
-+echo "$as_me:$LINENO: checking for new_aspell_speller in -lpspell" >&5
-+echo $ECHO_N "checking for new_aspell_speller in -lpspell... $ECHO_C" >&6
-+if test "${ac_cv_lib_pspell_new_aspell_speller+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lpspell -lstdc++ -lpspell-modules $LIBS"
-+LIBS="-lpspell -lstdc++ $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -22684,11 +22684,11 @@
- #endif
- /* We use char because int might match the return type of a gcc2
- builtin and then its argument prototype would still apply. */
--char new_pspell_manager ();
-+char new_aspell_speller ();
- int
- main ()
- {
--new_pspell_manager ();
-+new_aspell_speller ();
- ;
- return 0;
- }
diff --git a/mail/balsa/files/patch-doc_omf.make b/mail/balsa/files/patch-doc_omf.make
deleted file mode 100644
index dcc67260e..000000000
--- a/mail/balsa/files/patch-doc_omf.make
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/omf.make.orig Mon Sep 16 02:46:07 2002
-+++ doc/omf.make Mon Sep 16 02:46:37 2002
-@@ -27,7 +27,7 @@
- #
-
- omf_dest_dir=$(datadir)/omf/@PACKAGE@
--scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
-+scrollkeeper_localstate_dir = /var/db/scrollkeeper
-
- omf: omf_timestamp
-
diff --git a/mail/balsa/files/patch-doc_xmldocs.make b/mail/balsa/files/patch-doc_xmldocs.make
deleted file mode 100644
index 9379b0d60..000000000
--- a/mail/balsa/files/patch-doc_xmldocs.make
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/xmldocs.make.orig Wed Sep 18 07:12:20 2002
-+++ doc/xmldocs.make Tue Oct 29 12:20:37 2002
-@@ -36,7 +36,7 @@
- # ************* Begin of section some packagers may need to modify **************
- # This variable (docdir) specifies where the documents should be installed.
- # This default value should work for most packages.
--docdir = $(datadir)/gnome/help/$(docname)/$(lang)
-+docdir = $(datadir)/help/$(docname)/$(lang)
-
- # ************** You should not have to edit below this line *******************
- xml_files = $(entities) $(docname).xml
diff --git a/mail/balsa/files/patch-libbalsa_imap_imap-handle.c b/mail/balsa/files/patch-libbalsa_imap_imap-handle.c
deleted file mode 100644
index a7206c822..000000000
--- a/mail/balsa/files/patch-libbalsa_imap_imap-handle.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- libbalsa/imap/imap-handle.c.orig Sun May 1 17:37:58 2005
-+++ libbalsa/imap/imap-handle.c Tue May 3 01:39:13 2005
-@@ -23,6 +23,7 @@
-
- #include <sys/types.h>
- #include <sys/socket.h>
-+#include <netinet/in.h>
- #include <netdb.h>
- #include <glib.h>
- #include <glib-object.h>
diff --git a/mail/balsa/files/patch-libbalsa_mailbox_maildir.c b/mail/balsa/files/patch-libbalsa_mailbox_maildir.c
deleted file mode 100644
index 811795eed..000000000
--- a/mail/balsa/files/patch-libbalsa_mailbox_maildir.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libbalsa/mailbox_maildir.c.orig Mon Jul 26 02:10:16 2004
-+++ libbalsa/mailbox_maildir.c Mon Jul 26 02:10:50 2004
-@@ -27,6 +27,8 @@
- #include <libgnome/gnome-config.h>
- #include <libgnome/gnome-i18n.h>
-
-+#include <sys/types.h>
-+#include <sys/stat.h>
- #include <unistd.h>
- #include <fcntl.h>
- #include <errno.h>
diff --git a/mail/balsa/files/patch-libbalsa_mailbox_mbox.c b/mail/balsa/files/patch-libbalsa_mailbox_mbox.c
deleted file mode 100644
index d6843e323..000000000
--- a/mail/balsa/files/patch-libbalsa_mailbox_mbox.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- libbalsa/mailbox_mbox.c.orig Tue Sep 20 13:01:57 2005
-+++ libbalsa/mailbox_mbox.c Thu Sep 22 20:32:25 2005
-@@ -26,6 +26,7 @@
-
- #include <gmime/gmime-stream-fs.h>
-
-+#include <sys/stat.h>
- #include <stdlib.h>
- #include <unistd.h>
- #include <fcntl.h>
-@@ -215,7 +216,7 @@ libbalsa_mailbox_mbox_create(const gchar
- if(!create)
- return(-1);
-
-- if ((fd = creat(path, S_IRUSR | S_IWUSR)) == -1) {
-+ if ((fd = open(path, O_CREAT | O_TRUNC | O_WRONLY, S_IRUSR | S_IWUSR)) == -1) {
- g_warning("An error:\n%s\n occurred while trying to "
- "create the mailbox \"%s\"\n",
- strerror(errno), path);
diff --git a/mail/balsa/files/patch-libbalsa_mailbox_mh.c b/mail/balsa/files/patch-libbalsa_mailbox_mh.c
deleted file mode 100644
index 7266a6867..000000000
--- a/mail/balsa/files/patch-libbalsa_mailbox_mh.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libbalsa/mailbox_mh.c.orig Mon Jul 26 02:11:26 2004
-+++ libbalsa/mailbox_mh.c Mon Jul 26 02:11:39 2004
-@@ -27,6 +27,8 @@
- #define _POSIX_SOURCE 1
- #include <libgnome/gnome-i18n.h>
-
-+#include <sys/types.h>
-+#include <sys/stat.h>
- #include <unistd.h>
- #include <fcntl.h>
- #include <errno.h>
diff --git a/mail/balsa/files/patch-libbalsa_misc.c b/mail/balsa/files/patch-libbalsa_misc.c
deleted file mode 100644
index 22af56e0e..000000000
--- a/mail/balsa/files/patch-libbalsa_misc.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- libbalsa/misc.c.orig Fri Feb 18 18:05:54 2005
-+++ libbalsa/misc.c Sat Mar 19 14:44:04 2005
-@@ -23,7 +23,9 @@
- #include "config.h"
-
- #define _SVID_SOURCE 1
-+#ifndef __FreeBSD__
- #define _XOPEN_SOURCE 500
-+#endif
- #include <ctype.h>
- #include <dirent.h>
- #include <errno.h>
diff --git a/mail/balsa/files/patch-src_main.c b/mail/balsa/files/patch-src_main.c
deleted file mode 100644
index 044e51dd9..000000000
--- a/mail/balsa/files/patch-src_main.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/main.c.orig Sun Jan 18 06:39:47 2004
-+++ src/main.c Sun Jan 18 21:38:15 2004
-@@ -233,7 +233,7 @@
- gnome_program_init(PACKAGE, VERSION, LIBGNOMEUI_MODULE, argc, argv,
- GNOME_PARAM_POPT_TABLE, options,
- GNOME_PARAM_APP_PREFIX, BALSA_STD_PREFIX,
-- GNOME_PARAM_APP_DATADIR, BALSA_STD_PREFIX "/share",
-+ GNOME_PARAM_APP_DATADIR, BALSA_STD_PREFIX "/share/gnome",
- GNOME_PARAM_HUMAN_READABLE_NAME, _("The Balsa E-Mail Client"),
- NULL);
-
diff --git a/mail/balsa/files/patch-src_threads.h b/mail/balsa/files/patch-src_threads.h
deleted file mode 100644
index 62c60b878..000000000
--- a/mail/balsa/files/patch-src_threads.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/threads.h.orig Tue Dec 31 14:06:47 2002
-+++ src/threads.h Tue Dec 31 14:07:32 2002
-@@ -21,6 +21,9 @@
-
- #ifndef __THREADS_H__
- #define __THREADS_H__
-+
-+#include <pthread.h>
-+
- /* FIXME: mailbox_lock is really an internal libbalsa mutex. */
- extern pthread_mutex_t mailbox_lock;
-