diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-12 00:01:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-12 00:01:04 +0000 |
commit | 624cb4d85b919a50995e9969e71e6fcd58d10031 (patch) | |
tree | baec76c2fe9d8b121cc96396f27e1f4bdf0d5bfd /mail/evolution/files/patch-importers::Makefile.in | |
parent | Upgrade to 3.6. (diff) |
Update to 1.2.0. This is a big release, and I don't want to polute the
the CVS log with all the details. However, almost every aspect has been
touched. Note, that this is still a GNOME 1.x application!
More info on the features can be found at Ximian:
http://www.ximian.com/products/evolution/
Notes
Notes:
svn path=/head/; revision=69932
Diffstat (limited to 'mail/evolution/files/patch-importers::Makefile.in')
-rw-r--r-- | mail/evolution/files/patch-importers::Makefile.in | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/mail/evolution/files/patch-importers::Makefile.in b/mail/evolution/files/patch-importers::Makefile.in index 031b5e6ecc10..d562548238d1 100644 --- a/mail/evolution/files/patch-importers::Makefile.in +++ b/mail/evolution/files/patch-importers::Makefile.in @@ -1,12 +1,9 @@ - -$FreeBSD$ - ---- importers/Makefile.in 2002/01/22 13:48:11 1.1 -+++ importers/Makefile.in 2002/01/22 13:49:10 -@@ -300,12 +300,12 @@ - evolution_netscape_importer_DEPENDENCIES = \ +--- importers/Makefile.in.orig Thu Sep 19 00:27:31 2002 ++++ importers/Makefile.in Thu Sep 19 00:30:02 2002 +@@ -277,12 +277,12 @@ $(top_builddir)/shell/importer/libevolution-importer.la \ - $(top_builddir)/e-util/libeutil.la + $(top_builddir)/camel/libcamel.la $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/filter/libfilter.la $(top_builddir)/shell/libeshell.la -evolution_netscape_importer_LDFLAGS = +evolution_netscape_importer_LDFLAGS = -module -avoid-version evolution_elm_importer_OBJECTS = elm-importer.$(OBJEXT) @@ -18,19 +15,19 @@ $FreeBSD$ evolution_pine_importer_OBJECTS = pine-importer.$(OBJEXT) evolution_pine_importer_DEPENDENCIES = \ $(top_builddir)/shell/importer/libevolution-importer.la \ -@@ -314,7 +314,7 @@ - $(top_builddir)/e-util/libeutil.la \ +@@ -290,7 +290,7 @@ + $(top_builddir)/camel/libcamel.la $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/e-util/ename/libename.la \ - $(top_builddir)/libversit/libversit.la + $(top_builddir)/libversit/libversit.a -evolution_pine_importer_LDFLAGS = +evolution_pine_importer_LDFLAGS = -module -avoid-version evolution_gnomecard_importer_OBJECTS = \ evolution-gnomecard-importer.$(OBJEXT) evolution_gnomecard_importer_DEPENDENCIES = \ -@@ -324,7 +324,7 @@ - $(top_builddir)/e-util/libeutil.la \ +@@ -299,7 +299,7 @@ + $(top_builddir)/camel/libcamel.la $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/e-util/ename/libename.la \ - $(top_builddir)/libversit/libversit.la + $(top_builddir)/libversit/libversit.a -evolution_gnomecard_importer_LDFLAGS = +evolution_gnomecard_importer_LDFLAGS = -module -avoid-version CFLAGS = @CFLAGS@ |