summaryrefslogtreecommitdiff
path: root/mail/evolution-devel/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-11 06:18:14 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-11 06:18:14 +0000
commit88a36e4e586e190adc14555b75c97a2d0ea2a0ba (patch)
treeaf522e9fae0141135bd79dd5f4585eb8b9c3c42c /mail/evolution-devel/files
parentRemove evolution. It is now a GNOME 2 port. (diff)
Remove evolution-devel. It has been rolled into evolution.
Notes
Notes: svn path=/head/; revision=82747
Diffstat (limited to 'mail/evolution-devel/files')
-rw-r--r--mail/evolution-devel/files/patch-..::db-3.1.17::dist::Makefile.in44
-rw-r--r--mail/evolution-devel/files/patch-..::db-3.1.17::dist::ltmain.sh28
-rw-r--r--mail/evolution-devel/files/patch-aa46
-rw-r--r--mail/evolution-devel/files/patch-camel::camel-store.h13
-rw-r--r--mail/evolution-devel/files/patch-camel_camel-mime-utils.c11
-rw-r--r--mail/evolution-devel/files/patch-ltmain.sh51
-rw-r--r--mail/evolution-devel/files/patch-mail_Makefile.in21
-rw-r--r--mail/evolution-devel/files/patch-my-evolution::e-summary-preferences.c14
8 files changed, 0 insertions, 228 deletions
diff --git a/mail/evolution-devel/files/patch-..::db-3.1.17::dist::Makefile.in b/mail/evolution-devel/files/patch-..::db-3.1.17::dist::Makefile.in
deleted file mode 100644
index 8609f029b432..000000000000
--- a/mail/evolution-devel/files/patch-..::db-3.1.17::dist::Makefile.in
+++ /dev/null
@@ -1,44 +0,0 @@
-
-$FreeBSD$
-
---- ../db-3.1.17/dist/Makefile.in.orig Tue Jul 18 18:37:57 2000
-+++ ../db-3.1.17/dist/Makefile.in Fri Dec 14 16:49:51 2001
-@@ -34,11 +34,11 @@
- libdb= libdb.a
-
- libso_base= libdb
--libso_linkname= $(libso_base)-$(SOVERSION).la
--libso= $(libso_base)-$(SOVERSION).@SOSUFFIX@
--libso_target= $(libso_base)-$(SOVERSION).la
-+libso_linkname= $(libso_base)$(SOMAJOR).la
-+libso= $(libso_base)$(SOMAJOR).@SOSUFFIX@
-+libso_target= $(libso_base)$(SOMAJOR).la
- libso_default= $(libso_base).@SOSUFFIX@
--libso_major= $(libso_base)-$(SOMAJOR).@SOSUFFIX@
-+libso_major= $(libso_base)$(SOMAJOR).@SOSUFFIX@.1
-
- ##################################################
- # C++
-@@ -49,10 +49,10 @@
- ##################################################
- libcxx= libdb_cxx.a
- libxso_base= libdb_cxx
--libxso= $(libxso_base)-$(SOVERSION).@SOSUFFIX@
--libxso_target= $(libxso_base)-$(SOVERSION).la
-+libxso= $(libxso_base)$(SOMAJOR).@SOSUFFIX@
-+libxso_target= $(libxso_base)$(SOMAJOR).la
- libxso_default= $(libxso_base).@SOSUFFIX@
--libxso_major= $(libxso_base)-$(SOMAJOR).@SOSUFFIX@
-+libxso_major= $(libxso_base)$(SOMAJOR).@SOSUFFIX@.1
-
- ##################################################
- # JAVA
-@@ -112,7 +112,7 @@
- bindir= @bindir@
- includedir=@includedir@
- libdir= @libdir@
--docdir= $(prefix)/docs
-+docdir= $(prefix)/share/doc/db3
-
- dmode= 755
- emode= 555
diff --git a/mail/evolution-devel/files/patch-..::db-3.1.17::dist::ltmain.sh b/mail/evolution-devel/files/patch-..::db-3.1.17::dist::ltmain.sh
deleted file mode 100644
index 902d705c895b..000000000000
--- a/mail/evolution-devel/files/patch-..::db-3.1.17::dist::ltmain.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-
-$FreeBSD$
-
---- ../db-3.1.17/dist/ltmain.sh.orig Sun Jul 30 20:45:53 2000
-+++ ../db-3.1.17/dist/ltmain.sh Fri Dec 14 19:32:11 2001
-@@ -2694,6 +2694,9 @@
- # Absolute path.
- rpath="$rpath$dir:"
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- # Relative path: add a thisdir entry.
- rpath="$rpath\$thisdir/$dir:"
-@@ -3356,10 +3359,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/mail/evolution-devel/files/patch-aa b/mail/evolution-devel/files/patch-aa
deleted file mode 100644
index 786df37269de..000000000000
--- a/mail/evolution-devel/files/patch-aa
+++ /dev/null
@@ -1,46 +0,0 @@
---- configure.orig Mon Mar 10 12:01:16 2003
-+++ configure Thu Mar 13 01:31:35 2003
-@@ -11148,7 +11148,7 @@
- CPPFLAGS="$DB3_CFLAGS $CPPFLAGS"
-
-
--for ac_header in db.h db3/db.h
-+for ac_header in db3/db.h
- do
- as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
- if eval "test \"\${$as_ac_Header+set}\" = set"; then
-@@ -11341,9 +11341,9 @@
- echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
-
--{ { echo "$as_me:$LINENO: error: Found db.h is not version $evolution_db_version" >&5
--echo "$as_me: error: Found db.h is not version $evolution_db_version" >&2;}
-- { (exit 1); exit 1; }; }
-+#{ { echo "$as_me:$LINENO: error: Found db.h is not version $evolution_db_version" >&5
-+#echo "$as_me: error: Found db.h is not version $evolution_db_version" >&2;}
-+# { (exit 1); exit 1; }; }
- fi
- rm -f conftest.$ac_objext conftest.$ac_ext
-
-@@ -13495,10 +13495,10 @@
- Example: --with-nspr-libs=/usr/lib" >&2;}
- { (exit 1); exit 1; }; }
- else
-- nsprlibs="-ldl $with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB"
-+ nsprlibs="$with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB"
- fi
- else
-- nsprlibs="-ldl -lplc4 -lplds4 -lnspr4 $PTHREAD_LIB"
-+ nsprlibs="-lplc4 -lplds4 -lnspr4 $PTHREAD_LIB"
- fi
-
- echo "$as_me:$LINENO: checking for Mozilla nspr libraries" >&5
-@@ -16710,7 +16710,7 @@
- idldir="$datadir/idl/evolution-$BASE_VERSION"
-
-
--serverdir="$libdir/bonobo/servers"
-+serverdir="$prefix/libdata/bonobo/servers"
-
-
- evolutionuidir="$privdatadir/ui"
diff --git a/mail/evolution-devel/files/patch-camel::camel-store.h b/mail/evolution-devel/files/patch-camel::camel-store.h
deleted file mode 100644
index ee23828d6428..000000000000
--- a/mail/evolution-devel/files/patch-camel::camel-store.h
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- camel/camel-store.h 2001/09/04 16:45:47 1.1
-+++ camel/camel-store.h 2001/09/04 16:46:32
-@@ -33,6 +33,7 @@
- #pragma }
- #endif /* __cplusplus }*/
-
-+#include <sys/types.h>
- #include <camel/camel-object.h>
- #include <camel/camel-service.h>
-
diff --git a/mail/evolution-devel/files/patch-camel_camel-mime-utils.c b/mail/evolution-devel/files/patch-camel_camel-mime-utils.c
deleted file mode 100644
index 33111196a800..000000000000
--- a/mail/evolution-devel/files/patch-camel_camel-mime-utils.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- camel/camel-mime-utils.c.orig Fri May 3 15:47:41 2002
-+++ camel/camel-mime-utils.c Sun May 5 18:09:24 2002
-@@ -3388,6 +3388,8 @@
- }
- d(printf("named offset = %d\n", offset));
- }
-+
-+ tm.tm_isdst = -1;
-
- t = mktime(&tm);
- #if defined(HAVE_TIMEZONE)
diff --git a/mail/evolution-devel/files/patch-ltmain.sh b/mail/evolution-devel/files/patch-ltmain.sh
deleted file mode 100644
index bb660972a6d1..000000000000
--- a/mail/evolution-devel/files/patch-ltmain.sh
+++ /dev/null
@@ -1,51 +0,0 @@
---- ltmain.sh.orig Thu May 22 16:42:22 2003
-+++ ltmain.sh Tue May 27 12:12:52 2003
-@@ -1072,7 +1072,7 @@
- esac
- elif test "X$arg" = "X-lc_r"; then
- case $host in
-- *-*-openbsd* | *-*-freebsd*)
-+ *-*-openbsd* | *-*-freebsd4*)
- # Do not include libc_r directly, use -pthread flag.
- continue
- ;;
-@@ -1082,8 +1082,16 @@
- continue
- ;;
-
-+ -pthread)
-+ compile_command="$compile_command -pthread"
-+ finalize_command="$finalize_command -pthread"
-+ compiler_flags="$compiler_flags -pthread"
-+ continue
-+ ;;
-+
- -module)
- module=yes
-+ build_old_libs=no
- continue
- ;;
-
-@@ -2498,6 +2506,9 @@
- *-*-openbsd* | *-*-freebsd*)
- # Do not include libc due to us having libc/libc_r.
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- # Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4325,10 +4336,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/mail/evolution-devel/files/patch-mail_Makefile.in b/mail/evolution-devel/files/patch-mail_Makefile.in
deleted file mode 100644
index fe9ddebd8a82..000000000000
--- a/mail/evolution-devel/files/patch-mail_Makefile.in
+++ /dev/null
@@ -1,21 +0,0 @@
---- mail/Makefile.in.orig Fri May 30 18:58:48 2003
-+++ mail/Makefile.in Fri May 30 18:59:30 2003
-@@ -2909,12 +2909,12 @@
-
- @ENABLE_PURIFY_TRUE@all-local: evolution-mail.pure
-
--@ENABLE_PURIFY_TRUE@install-data-local:
--@ENABLE_PURIFY_TRUE@ if test -z "$(DESTDIR)" ; then \
--@ENABLE_PURIFY_TRUE@ for p in $(schema_DATA) ; do \
--@ENABLE_PURIFY_TRUE@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \
--@ENABLE_PURIFY_TRUE@ done \
--@ENABLE_PURIFY_TRUE@ fi
-+install-data-local:
-+ if test -z "$(DESTDIR)" ; then \
-+ for p in $(schema_DATA) ; do \
-+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \
-+ done \
-+ fi
-
- @ENABLE_PURIFY_TRUE@evolution-mail.pure: evolution-mail
- @ENABLE_PURIFY_TRUE@ @rm -f evolution-mail.pure
diff --git a/mail/evolution-devel/files/patch-my-evolution::e-summary-preferences.c b/mail/evolution-devel/files/patch-my-evolution::e-summary-preferences.c
deleted file mode 100644
index e7f22e6e7845..000000000000
--- a/mail/evolution-devel/files/patch-my-evolution::e-summary-preferences.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- my-evolution/e-summary-preferences.c.orig Thu Oct 24 18:14:17 2002
-+++ my-evolution/e-summary-preferences.c Sun Nov 24 01:23:59 2002
-@@ -581,8 +581,11 @@
- {"http://barrapunto.com/gnome.rdf", "Barrapunto GNOME", FALSE,},
- {"http://www.bsdtoday.com/backend/bt.rdf", "BSD Today", FALSE},
- {"http://beyond2000.com/b2k.rdf", "Beyond 2000", FALSE},
-+ {"http://daily.daemonnews.org/ddn.rdf.php3", "Daily Daemon News", FALSE},
- {"http://www.dictionary.com/wordoftheday/wotd.rss", N_("Dictionary.com Word of the Day"), FALSE},
- {"http://www.dvdreview.com/rss/newschannel.rss", "DVD Review", FALSE},
-+ {"http://www.freebsd.org/gnome/news.rdf", "FreeBSD GNOME Project News", FALSE},
-+ {"http://www.freebsd.org/news/news.rdf", "FreeBSD Newsflash", FALSE},
- {"http://freshmeat.net/backend/fm.rdf", "Freshmeat", FALSE},
- {"http://www.gnomedesktop.org/backend.php", "Footnotes - GNOME News", FALSE},
- {"http://headlines.internet.com/internetnews/prod-news/news.rss", "Internet.com", FALSE},