summaryrefslogtreecommitdiffstats
path: root/mail/evolution/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-28 15:47:13 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-28 15:47:13 +0800
commit16e39cbf38c065fa574769d963b4c33ca53a2d78 (patch)
tree61ad89641b1e6103a4aa41d4d777c7c8360be279 /mail/evolution/files
parente0ad0738a7862c8df085fe758479188dcc724eb2 (diff)
downloadmarcuscom-ports-16e39cbf38c065fa574769d963b4c33ca53a2d78.tar.gz
marcuscom-ports-16e39cbf38c065fa574769d963b4c33ca53a2d78.tar.zst
marcuscom-ports-16e39cbf38c065fa574769d963b4c33ca53a2d78.zip
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8663 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution/files')
-rw-r--r--mail/evolution/files/patch-aa52
-rw-r--r--mail/evolution/files/patch-mail_em-migrate.c11
-rw-r--r--mail/evolution/files/patch-mail_em-utils.h10
-rw-r--r--mail/evolution/files/patch-widgets_e-timezone-dialog_e-timezone-dialog.c34
4 files changed, 107 insertions, 0 deletions
diff --git a/mail/evolution/files/patch-aa b/mail/evolution/files/patch-aa
new file mode 100644
index 000000000..dddc3d635
--- /dev/null
+++ b/mail/evolution/files/patch-aa
@@ -0,0 +1,52 @@
+--- configure.orig Wed Apr 11 20:01:06 2007
++++ configure Thu Apr 12 01:10:01 2007
+@@ -24916,6 +24916,15 @@ case "$host" in
+ SOFTOKN3_LIB=''
+ HAL_REQUIREMENT=''
+ ;;
++*freebsd*) os_win32=no
++ NO_UNDEFINED=''
++ SOCKET_LIBS=''
++ SOEXT='.so'
++ SA_JUNK_PLUGIN=sa-junk-plugin
++ DL_LIB=''
++ SOFTOKN3_LIB='-lsoftokn3'
++ HAL_REQUIREMENT='hal'
++ ;;
+ *) os_win32=no
+ NO_UNDEFINED=''
+ SOEXT='.so'
+@@ -24979,6 +24988,7 @@ int main (int argc, char **argv)
+ {
+ iconv_t cd;
+ cd = iconv_open ("UTF-8", "ISO-8859-1");
++ return (0);
+ }
+
+ _ACEOF
+@@ -26594,6 +26604,7 @@ cat >>conftest.$ac_ext <<_ACEOF
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <netdb.h>
++ #include <stdio.h>
+
+ #define BUFSIZE (sizeof(struct hostent)+10)
+
+@@ -30819,7 +30830,7 @@ if test "x${with_krb5}" != "xno"; then
+ LDFLAGS_save="$LDFLAGS"
+
+ mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5"
+- heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi"
++ heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi -lcrypt"
+ { echo "$as_me:$LINENO: checking for Kerberos 5" >&5
+ echo $ECHO_N "checking for Kerberos 5... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_kerberos5+set}" = set; then
+@@ -37148,7 +37159,7 @@ componentdir="$privlibdir/components"
+ idldir='${datadir}'/idl/evolution-$BASE_VERSION
+
+
+-serverdir="$libdir/bonobo/servers"
++serverdir="$prefix/libdata/bonobo/servers"
+
+
+ evolutionuidir="$privdatadir/ui"
diff --git a/mail/evolution/files/patch-mail_em-migrate.c b/mail/evolution/files/patch-mail_em-migrate.c
new file mode 100644
index 000000000..6aa2e9a13
--- /dev/null
+++ b/mail/evolution/files/patch-mail_em-migrate.c
@@ -0,0 +1,11 @@
+--- mail/em-migrate.c.orig Tue Dec 21 15:09:30 2004
++++ mail/em-migrate.c Tue Dec 21 15:09:46 2004
+@@ -1447,7 +1447,7 @@
+ ut.actime = st.st_atime;
+ ut.modtime = st.st_mtime;
+ utime (dest, &ut);
+- chmod (dest, st.st_mode);
++ chmod (dest, st.st_mode | S_IWUSR);
+
+ return 0;
+
diff --git a/mail/evolution/files/patch-mail_em-utils.h b/mail/evolution/files/patch-mail_em-utils.h
new file mode 100644
index 000000000..b3e7b9ffb
--- /dev/null
+++ b/mail/evolution/files/patch-mail_em-utils.h
@@ -0,0 +1,10 @@
+--- mail/em-utils.h.orig Tue Aug 3 16:59:46 2004
++++ mail/em-utils.h Tue Aug 3 17:00:04 2004
+@@ -23,6 +23,7 @@
+ #ifndef __EM_UTILS_H__
+ #define __EM_UTILS_H__
+
++#include <sys/types.h>
+ #include <glib.h>
+
+ #ifdef __cplusplus
diff --git a/mail/evolution/files/patch-widgets_e-timezone-dialog_e-timezone-dialog.c b/mail/evolution/files/patch-widgets_e-timezone-dialog_e-timezone-dialog.c
new file mode 100644
index 000000000..a64407192
--- /dev/null
+++ b/mail/evolution/files/patch-widgets_e-timezone-dialog_e-timezone-dialog.c
@@ -0,0 +1,34 @@
+--- widgets/e-timezone-dialog/e-timezone-dialog.c.orig Mon Jul 10 21:50:12 2006
++++ widgets/e-timezone-dialog/e-timezone-dialog.c Mon Jul 10 22:11:54 2006
+@@ -80,7 +80,9 @@ struct _ETimezoneDialogPrivate {
+
+ #ifndef G_OS_WIN32 /* Declared properly in time.h already */
+ extern char *tzname[2];
++#ifndef __BSD_VISIBLE
+ extern long timezone;
++#endif
+ extern int daylight;
+ #endif
+
+@@ -317,9 +319,20 @@ static const icaltimezone*
+ get_local_timezone()
+ {
+ icaltimezone *zone;
++ long offset;
++#ifdef __BSD_VISIBLE
++ time_t tt;
++ struct tm tm;
++#endif
+
+ tzset();
+- zone = icaltimezone_get_builtin_timezone_from_offset (-timezone, tzname[0]);
++#ifdef __BSD_VISIBLE
++ localtime_r (&tt, &tm);
++ offset = tm.tm_gmtoff;
++#else
++ offset = -timezone;
++#endif
++ zone = icaltimezone_get_builtin_timezone_from_offset (offset, tzname[0]);
+
+ return zone;
+ }
ss='insertions'>+33 * Update to 0.5.2 release.ale2011-04-262-3/+3 * - Update to 1.11culot2011-04-262-3/+3 * Update to 1.5.33.vsevolod2011-04-253-10/+8 * Update to 0.3.12.vsevolod2011-04-252-3/+3 * The master patch site has disappeared, so remove it for now untildougb2011-04-241-2/+1 * Over to new volunteer.linimon2011-04-231-1/+1 * Update to 1.2022lth2011-04-222-3/+3 * - update to 1.4.0.10dinoex2011-04-222-4/+3 * Fix MAILMANDIR macro substitution.wxs2011-04-181-1/+1 * - Update to version 0.7.5pawel2011-04-183-4/+4 * - Update to 3.7.9 bugfix releasepawel2011-04-1836-129/+135 * Restore PORTREVISION which I erroneously removed in previous update.wxs2011-04-181-0/+1 * Add option for NAMAZU2, off by default so no PORTREVISION bump.wxs2011-04-173-2/+49 * Update to 4.2.7ache2011-04-162-4/+3 * Update to 2.4.8.ume2011-04-143-17/+4 * - Update to 3.9.1dhn2011-04-124-28/+32 * Update to GNU make 3.82 after numerous -exp runs.ade2011-04-121-7/+10 * Update to 0.95skv2011-04-112-4/+3 * - Update to 4.83.4culot2011-04-113-3/+7 * Add a new macro to deal with conflict between ncurses from base and ncurses f...bapt2011-04-115-31/+23 * - Mark broken with Ruby 1.9swills2011-04-111-1/+5 * - drop MD5dinoex2011-04-084-4/+0 * Update to 1.404wxs2011-04-062-6/+4 * Update to 2.2.17wxs2011-04-064-10/+6 * Update to 0.3.11.vsevolod2011-04-042-3/+3 * Update to 2.9-20110323 and pass additional parameterssahil2011-04-042-4/+10 * Recover some distinfo entries.ume2011-04-031-0/+4 * - update to 1.0.Alpha0.0dinoex2011-04-033-9/+12 * - udpate to 1.0.PreAlpha42.0dinoex2011-04-032-6/+4 * Update to 2.4.7.ume2011-03-313-56/+3 * Fix post-install documentation.wxs2011-03-291-1/+1 * mail/exim: upgrade to 4.75rea2011-03-283-7/+23 * Update to 1.9.1 release.ale2011-03-282-3/+3 * - Allow IPv6 subnets to be whitelisted/auto-acceptedwen2011-03-282-1/+276 * - Update to 4.83.2miwi2011-03-254-5/+11 * Update to 0.3.10.vsevolod2011-03-242-3/+3 * - Update my email to FreeBSDpawel2011-03-2418-18/+18 * - Update to 2.9-20110321sahil2011-03-222-3/+3 * - Update to 2.8.2sahil2011-03-226-30/+10 * Deprecate port. It's broken on at least i386 and amd64,mandree2011-03-222-6/+3 * Update to 1.9.0 release.ale2011-03-213-559/+312 * Get rid of md5 for all my ports.bapt2011-03-211-1/+0 * Join the party, remove MD5 from the last of my portsdougb2011-03-211-2/+0 * - Update to 2.9-20110313sahil2011-03-202-3/+3 * - Update to 2.7.3sahil2011-03-203-15/+5 * - Update to 2.6.9sahil2011-03-203-15/+5 * - Update to 2.5.12sahil2011-03-203-15/+5 * Bump PORTREVISION for ports linking to default libmysqlclient.ale2011-03-1911-4/+11 * Update to 0.3.9.vsevolod2011-03-192-3/+3 * Make previous mail/getmail commit optional, default off, to render authenticmandree2011-03-182-1/+11 * Don't mark messages retrieved through IMAP as \Seen.mandree2011-03-182-0/+17 * - Mark BROKEN: fails to packagepav2011-03-181-0/+2 * Another one sieve filter plugin for roundcube webmail.miwi2011-03-185-0/+94 * - Bump PORTREVISION after dovecote2 updatemiwi2011-03-181-0/+1 * - Update to 2.0.11miwi2011-03-173-3/+10 * - Update to 1.00miwi2011-03-172-4/+3 * - Update to 2.3.3miwi2011-03-172-4/+3 * - Mark ports that have been broken for six month or more, or never compiled onpav2011-03-171-0/+2 * Update to 1.907lth2011-03-162-3/+3 * Update to 3.004lth2011-03-162-3/+3 * Update to version 0.3.8.vsevolod2011-03-152-5/+3 * - Fix Thunderbird startscript when LOCALBASE is setdecke2011-03-153-9/+0 * - Teaspoon stirs around again!pav2011-03-151-4/+1 * Deprecate unmaintained ports from mail where upstream disapear and/orbapt2011-03-1520-0/+60 * Points to the new google code homebapt2011-03-153-3/+2 * Update WWWbapt2011-03-152-2/+1 * Update MASTER_SITE and WWWbapt2011-03-153-5/+5 * - Bump PORTREVISION to chase the update of dns/libidnwen2011-03-143-5/+5 * Update to 2.2.3.stefan2011-03-134-21/+9 * - Another silent update. Dodge the developer by mirroring the distfilepav2011-03-112-4/+3 * . update to version 1.92: delete_imap_mailboxes.pl (NEW),bsam2011-03-113-4/+7 * Add patch missed in previous commit.wxs2011-03-101-0/+29 * Add a patch to fix the XSS vulnerabilities.wxs2011-03-102-1/+1 * Update to 5.502az2011-03-102-4/+4 * - Update to 1.8.5.6culot2011-03-103-3/+4 * - Update to 3.9.0miwi2011-03-096-15/+104 * Update to work with newer Perl versions.anders2011-03-083-3/+101 * - dbi.0 => dbi.1clsung2011-03-071-2/+2 * pkg-descr: add a warning that SSL does not validate certificatesmandree2011-03-072-1/+2 * - Update to 3.28jadawin2011-03-072-3/+3 * - Update to 1.8.5.5culot2011-03-073-4/+8 * - Update to 3.1.9beat2011-03-0510-195/+195 * - Add documentation of WITH_MUTT_TRASH_PATCH.miwi2011-03-041-3/+8 * The dovecot antispam plugin is aimed to help in spam systems training.miwi2011-03-046-0/+68 * - Update to 3.0.5wen2011-03-042-4/+4 * - Update to 2.2.15wen2011-03-042-3/+3 * Welcome XFCE 4.8 to the portstree!oliver2011-03-031-1/+6 * - Update to 3.1clsung2011-03-032-4/+3 * - Update to 2.9-20110228 and modify patching forsahil2011-03-023-16/+6 * - Update to 3.1.8beat2011-03-026-192/+189 * - Update to 3.1.8beat2011-03-0214-36/+186 * - Mark DEPRECATED: Thunderbird 3.0.11 was the last security and stabilitybeat2011-03-021-0/+1 * Upgrade to version 1.91.bsam2011-03-013-3/+5 * - Update to 20100323.0.araujo2011-03-013-15/+4 * Fix bug in distfile for rspamd, so update PORTREVISION.vsevolod2011-02-283-4/+5 * - Fix the pkg-descr entry.araujo2011-02-282-6/+5 * - Bump PORTREVISION after www/py-turbogears updatemiwi2011-02-281-1/+1 * - Update to 6.1.4miwi2011-02-272-4/+4 * - Update to 2.64.miwi2011-02-278-325/+102 * - Chase devel/google-perftools shlib bumpmiwi2011-02-271-1/+2 * Update rspamd to the next stable release 0.3.7.vsevolod2011-02-264-4/+8 * Chase security/gsasl updatejohans2011-02-251-1/+2 * Chase security/gsasl updatejohans2011-02-25