summaryrefslogtreecommitdiff
path: root/mail/evolution/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-01-13 19:25:17 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-01-13 19:25:17 +0000
commit845c05afacd6588be1d69f720b3ef04414530234 (patch)
tree470f4119826f27795172e9480a129d1d6e2c80e3 /mail/evolution/files
parentUpdate to 1.0.1. (diff)
Update to 1.0.1.
PR: 33835 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes: svn path=/head/; revision=53023
Diffstat (limited to 'mail/evolution/files')
-rw-r--r--mail/evolution/files/patch-aa21
-rw-r--r--mail/evolution/files/patch-camel::camel-mime-message.c14
-rw-r--r--mail/evolution/files/patch-e-util::e-pilot-util.c23
-rw-r--r--mail/evolution/files/patch-po::Makefile.in.in20
-rw-r--r--mail/evolution/files/patch-shell::Makefile.in14
5 files changed, 30 insertions, 62 deletions
diff --git a/mail/evolution/files/patch-aa b/mail/evolution/files/patch-aa
index f5499db4ff70..bdde2090fd13 100644
--- a/mail/evolution/files/patch-aa
+++ b/mail/evolution/files/patch-aa
@@ -1,9 +1,9 @@
$FreeBSD$
---- configure.orig Fri Dec 14 19:13:12 2001
-+++ configure Fri Dec 14 19:20:26 2001
-@@ -9253,7 +9253,7 @@
+--- configure.orig Sun Jan 13 19:02:14 2002
++++ configure Sun Jan 13 19:02:40 2002
+@@ -9292,7 +9292,7 @@
CPPFLAGS_save="$CPPFLAGS"
CPPFLAGS="$DB3_CFLAGS $CPPFLAGS"
@@ -12,7 +12,7 @@ $FreeBSD$
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-@@ -9327,7 +9327,7 @@
+@@ -9366,7 +9366,7 @@
echo "configure: failed program was:" >&5
cat conftest.$ac_ext >&5
rm -rf conftest*
@@ -21,7 +21,7 @@ $FreeBSD$
fi
rm -f conftest*
-@@ -9438,7 +9438,7 @@
+@@ -9477,7 +9477,7 @@
echo "$ac_t""$ac_cv_db3_lib_version_match" 1>&6
if test "$ac_cv_db3_lib_version_match" = no; then
@@ -30,16 +30,7 @@ $FreeBSD$
fi
CPPFLAGS="$CPPFLAGS_save"
-@@ -11059,7 +11059,7 @@
- size_t utf8_real_len = strlen (utf8);
- char *pstring;
-
-- if (convert_ToPilotChar ("UTF8", utf8, utf8_real_len, &pstring) == -1)
-+ if (convert_ToPilotChar ("UTF-8", utf8, utf8_real_len, &pstring) == -1)
- exit (1);
-
- exit (0);
-@@ -12680,10 +12680,10 @@
+@@ -12707,10 +12707,10 @@
*) # Relative path.
ac_sub_cache_file="$ac_dots$cache_file" ;;
esac
diff --git a/mail/evolution/files/patch-camel::camel-mime-message.c b/mail/evolution/files/patch-camel::camel-mime-message.c
deleted file mode 100644
index 2f19696c5b1e..000000000000
--- a/mail/evolution/files/patch-camel::camel-mime-message.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- camel/camel-mime-message.c 2001/12/07 18:58:45 1.1
-+++ camel/camel-mime-message.c 2001/12/07 18:59:18
-@@ -206,7 +206,7 @@
- #if defined(HAVE_TIMEZONE)
- tz = timezone;
- #elif defined(HAVE_TM_GMTOFF)
-- tz = local->tm_gmtoff;
-+ tz = -local->tm_gmtoff;
- #endif
- offset = -(((tz/60/60) * 100) + (tz/60 % 60));
- if (local->tm_isdst>0)
diff --git a/mail/evolution/files/patch-e-util::e-pilot-util.c b/mail/evolution/files/patch-e-util::e-pilot-util.c
deleted file mode 100644
index aea980ec11ae..000000000000
--- a/mail/evolution/files/patch-e-util::e-pilot-util.c
+++ /dev/null
@@ -1,23 +0,0 @@
-
-$FreeBSD$
-
---- e-util/e-pilot-util.c 2001/12/14 12:11:21 1.1
-+++ e-util/e-pilot-util.c 2001/12/14 12:12:08
-@@ -36,7 +36,7 @@
- if (!string)
- return NULL;
-
-- res = convert_ToPilotChar ("UTF8", string, strlen (string), &pstring);
-+ res = convert_ToPilotChar ("UTF-8", string, strlen (string), &pstring);
-
- if (res != 0)
- pstring = strdup (string);
-@@ -53,7 +53,7 @@
- if (!string)
- return NULL;
-
-- res = convert_FromPilotChar ("UTF8", string, strlen (string), &ustring);
-+ res = convert_FromPilotChar ("UTF-8", string, strlen (string), &ustring);
-
- if (res != 0)
- ustring = strdup (string);
diff --git a/mail/evolution/files/patch-po::Makefile.in.in b/mail/evolution/files/patch-po::Makefile.in.in
index 52ce64727053..f6aa43a9d474 100644
--- a/mail/evolution/files/patch-po::Makefile.in.in
+++ b/mail/evolution/files/patch-po::Makefile.in.in
@@ -1,14 +1,14 @@
$FreeBSD$
---- po/Makefile.in.in 2001/11/20 13:17:31 1.1
-+++ po/Makefile.in.in 2001/11/20 13:17:42
-@@ -106,7 +106,7 @@
- @catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
-- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
+--- po/Makefile.in.in 2002/01/13 17:11:01 1.1
++++ po/Makefile.in.in 2002/01/13 17:11:38
+@@ -125,7 +125,7 @@
+ *.gmo) destdir=$(DESTDIR)$(gnulocaledir);; \
+ *) destdir=$(DESTDIR)$(localedir);; \
+ esac; \
+- lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
- dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
- if test -r $$cat; then \
+ dir=$$destdir/$$lang/LC_MESSAGES; \
+ if test -r "$(MKINSTALLDIRS)"; then \
+ $(MKINSTALLDIRS) $$dir; \
diff --git a/mail/evolution/files/patch-shell::Makefile.in b/mail/evolution/files/patch-shell::Makefile.in
new file mode 100644
index 000000000000..db4862b22875
--- /dev/null
+++ b/mail/evolution/files/patch-shell::Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- shell/Makefile.in 2002/01/13 17:29:15 1.1
++++ shell/Makefile.in 2002/01/13 17:29:32
+@@ -186,7 +186,7 @@
+
+ SUBDIRS = glade importer
+
+-INCLUDES = -O \
++INCLUDES = \
+ -I$(top_srcdir)/widgets \
+ -I$(top_srcdir)/widgets/misc \
+ -I$(top_srcdir) \