summaryrefslogtreecommitdiffstats
path: root/mail/evolution-devel/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-12-01 05:07:51 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-12-01 05:07:51 +0800
commitc521116157fa9e881e0b1d0298f10360c52cb258 (patch)
tree006a872747d056505c59689b144d4eac9fd54aae /mail/evolution-devel/files
parenta6f35893b8ee5e8940ef5a4086d71ff7c033870b (diff)
downloadmarcuscom-ports-c521116157fa9e881e0b1d0298f10360c52cb258.tar
marcuscom-ports-c521116157fa9e881e0b1d0298f10360c52cb258.tar.gz
marcuscom-ports-c521116157fa9e881e0b1d0298f10360c52cb258.tar.bz2
marcuscom-ports-c521116157fa9e881e0b1d0298f10360c52cb258.tar.lz
marcuscom-ports-c521116157fa9e881e0b1d0298f10360c52cb258.tar.xz
marcuscom-ports-c521116157fa9e881e0b1d0298f10360c52cb258.tar.zst
marcuscom-ports-c521116157fa9e881e0b1d0298f10360c52cb258.zip
Remove evolution-devel. It's now in the FreeBSD tree as mail/evolution.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@207 df743ca5-7f9a-e211-a948-0013205c9059
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-Makefile.in11
-rw-r--r--mail/evolution-devel/files/patch-aa44
-rw-r--r--mail/evolution-devel/files/patch-ab7
-rw-r--r--mail/evolution-devel/files/patch-camel::camel-store.h13
-rw-r--r--mail/evolution-devel/files/patch-camel_Makefile.in11
-rw-r--r--mail/evolution-devel/files/patch-camel_camel-mime-utils.c11
-rw-r--r--mail/evolution-devel/files/patch-importers::Makefile.in35
-rw-r--r--mail/evolution-devel/files/patch-ltmain.sh42
-rw-r--r--mail/evolution-devel/files/patch-my-evolution::e-summary-preferences.c13
-rw-r--r--mail/evolution-devel/files/patch-po::Makefile.in.in14
-rw-r--r--mail/evolution-devel/files/patch-shell::Makefile.in11
13 files changed, 0 insertions, 284 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 0a2ead0b6..000000000
--- a/mail/evolution-devel/files/patch-..::db-3.1.17::dist::Makefile.in
+++ /dev/null
@@ -1,44 +0,0 @@
-
-$FreeBSD: ports/mail/evolution/files/patch-..::db-3.1.17::dist::Makefile.in,v 1.1 2001/12/15 04:40:13 sobomax Exp $
-
---- ../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 c0b37f1fa..000000000
--- a/mail/evolution-devel/files/patch-..::db-3.1.17::dist::ltmain.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-
-$FreeBSD: ports/mail/evolution/files/patch-..::db-3.1.17::dist::ltmain.sh,v 1.1 2001/12/15 04:40:13 sobomax Exp $
-
---- ../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-Makefile.in b/mail/evolution-devel/files/patch-Makefile.in
deleted file mode 100644
index c6cd1867e..000000000
--- a/mail/evolution-devel/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Mon Nov 11 17:44:58 2002
-+++ Makefile.in Mon Nov 11 17:45:22 2002
-@@ -223,7 +223,7 @@
- changelogs = ChangeLog
-
-
--confexecdir = $(libdir)
-+confexecdir = $(prefix)/etc
- confexec_DATA = camelConf.sh evolution_shellConf.sh evolution_addressbookConf.sh evolution_calendarConf.sh
-
-
diff --git a/mail/evolution-devel/files/patch-aa b/mail/evolution-devel/files/patch-aa
deleted file mode 100644
index a5f86eb6a..000000000
--- a/mail/evolution-devel/files/patch-aa
+++ /dev/null
@@ -1,44 +0,0 @@
---- configure.orig Fri Sep 13 15:38:11 2002
-+++ configure Fri Oct 11 00:11:31 2002
-@@ -7258,7 +7258,7 @@
- fi
- rm -f conftest*
-
--ALL_LINGUAS="az bg ca cs da de el en_AU en_GB es et eu fi fr ga gl hu it ja ko lt lv nl nn no pl pt pt_BR ro ru sk sl sv tr uk vi zh_CN zh_TW"
-+ALL_LINGUAS="az bg ca cs da de el en_AU en_GB es et eu fi fr ga gl hu it ja ko lt lv nl nn no pl pt pt_BR ro ru sk sl sv tr uk vi zh_CN"
- # Extract the first word of "ranlib", so it can be a program name with args.
- set dummy ranlib; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-@@ -9634,7 +9634,7 @@
-
- CPPFLAGS_save="$CPPFLAGS"
- CPPFLAGS="$DB3_CFLAGS $CPPFLAGS"
--for ac_hdr in db.h db3/db.h
-+for ac_hdr in db3/db.h
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-@@ -9708,7 +9708,7 @@
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
- rm -rf conftest*
-- { echo "configure: error: Found db.h is not version $evolution_db_version" 1>&2; exit 1; }
-+# { echo "configure: error: Found db.h is not version $evolution_db_version" 1>&2; exit 1; }
- fi
- rm -f conftest*
-
-@@ -13706,10 +13708,10 @@
- *) # Relative path.
- ac_sub_cache_file="$ac_dots$cache_file" ;;
- esac
-- case "$ac_given_INSTALL" in
-- [/$]*) INSTALL="$ac_given_INSTALL" ;;
-- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-- esac
-+# case "$ac_given_INSTALL" in
-+# [/$]*) INSTALL="$ac_given_INSTALL" ;;
-+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-+# esac
-
- echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
- # The eval makes quoting arguments work.
diff --git a/mail/evolution-devel/files/patch-ab b/mail/evolution-devel/files/patch-ab
deleted file mode 100644
index 4a534e9b2..000000000
--- a/mail/evolution-devel/files/patch-ab
+++ /dev/null
@@ -1,7 +0,0 @@
---- calendar/gui/Makefile.in.orig Mon Jul 10 21:34:31 2000
-+++ calendar/gui/Makefile.in Tue Jul 11 22:41:10 2000
-@@ -593,3 +593,3 @@
- install-data-local:
-- $(mkinstalldirs) $(DESTDIR)$(help_base)/C
-+# $(mkinstalldirs) $(DESTDIR)$(help_base)/C
- $(mkinstalldirs) $(Conduitsdir)
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 8eeae54f6..000000000
--- a/mail/evolution-devel/files/patch-camel::camel-store.h
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD: ports/mail/evolution/files/patch-camel::camel-store.h,v 1.1 2001/09/04 18:53:13 sobomax Exp $
-
---- 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_Makefile.in b/mail/evolution-devel/files/patch-camel_Makefile.in
deleted file mode 100644
index 8cc05b89d..000000000
--- a/mail/evolution-devel/files/patch-camel_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- camel/Makefile.in.orig Thu Sep 19 15:23:54 2002
-+++ camel/Makefile.in Thu Sep 19 15:24:30 2002
-@@ -265,7 +265,7 @@
- DEFS = @DEFS@ -I. -I$(srcdir) -I..
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
--LIBS = @LIBS@
-+LIBS = @LIBS@ -lintl
- libcamel_la_DEPENDENCIES = $(top_builddir)/e-util/libeutil.la
- libcamel_la_OBJECTS = broken-date-parser.lo camel-address.lo \
- camel-arg.lo camel-block-file.lo camel-certdb.lo camel-charset-map.lo \
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 33111196a..000000000
--- 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-importers::Makefile.in b/mail/evolution-devel/files/patch-importers::Makefile.in
deleted file mode 100644
index d56254823..000000000
--- a/mail/evolution-devel/files/patch-importers::Makefile.in
+++ /dev/null
@@ -1,35 +0,0 @@
---- 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)/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)
- evolution_elm_importer_DEPENDENCIES = \
- $(top_builddir)/shell/importer/libevolution-importer.la \
- $(top_builddir)/e-util/libeutil.la
--evolution_elm_importer_LDFLAGS =
-+evolution_elm_importer_LDFLAGS = -module -avoid-version
- evolution_pine_importer_OBJECTS = pine-importer.$(OBJEXT)
- evolution_pine_importer_DEPENDENCIES = \
- $(top_builddir)/shell/importer/libevolution-importer.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.a
--evolution_pine_importer_LDFLAGS =
-+evolution_pine_importer_LDFLAGS = -module -avoid-version
- evolution_gnomecard_importer_OBJECTS = \
- evolution-gnomecard-importer.$(OBJEXT)
- evolution_gnomecard_importer_DEPENDENCIES = \
-@@ -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.a
--evolution_gnomecard_importer_LDFLAGS =
-+evolution_gnomecard_importer_LDFLAGS = -module -avoid-version
- CFLAGS = @CFLAGS@
- COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
diff --git a/mail/evolution-devel/files/patch-ltmain.sh b/mail/evolution-devel/files/patch-ltmain.sh
deleted file mode 100644
index 1c2fba5d5..000000000
--- a/mail/evolution-devel/files/patch-ltmain.sh
+++ /dev/null
@@ -1,42 +0,0 @@
---- ltmain.sh.orig Fri Sep 13 15:38:11 2002
-+++ ltmain.sh Fri Oct 11 01:44:24 2002
-@@ -1073,8 +1073,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
- ;;
-
-@@ -2502,6 +2510,9 @@
- *-*-openbsd*)
- # 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
-@@ -4286,10 +4297,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-my-evolution::e-summary-preferences.c b/mail/evolution-devel/files/patch-my-evolution::e-summary-preferences.c
deleted file mode 100644
index aa7befa54..000000000
--- a/mail/evolution-devel/files/patch-my-evolution::e-summary-preferences.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- my-evolution/e-summary-preferences.c.orig Thu Sep 26 15:23:36 2002
-+++ my-evolution/e-summary-preferences.c Tue Oct 15 17:22:04 2002
-@@ -581,8 +581,10 @@
- {"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"},
- {"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/news/news.rdf", "FreeBSD Newsflash"},
- {"http://freshmeat.net/backend/fm.rdf", "Freshmeat", FALSE},
- {"http://news.gnome.org/gnome-news/rdf", "GNotices", FALSE},
- {"http://headlines.internet.com/internetnews/prod-news/news.rss", "Internet.com", FALSE},
diff --git a/mail/evolution-devel/files/patch-po::Makefile.in.in b/mail/evolution-devel/files/patch-po::Makefile.in.in
deleted file mode 100644
index 650f3f04c..000000000
--- a/mail/evolution-devel/files/patch-po::Makefile.in.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD: ports/mail/evolution/files/patch-po::Makefile.in.in,v 1.7 2002/05/12 04:20:04 marcus Exp $
-
---- po/Makefile.in.in.orig Thu Feb 7 14:34:39 2002
-+++ po/Makefile.in.in Thu Feb 7 14:36:07 2002
-@@ -106,7 +106,7 @@
- @catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
-- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
-+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
- dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
- if test -r $$cat; then \
diff --git a/mail/evolution-devel/files/patch-shell::Makefile.in b/mail/evolution-devel/files/patch-shell::Makefile.in
deleted file mode 100644
index aa610af86..000000000
--- a/mail/evolution-devel/files/patch-shell::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- shell/Makefile.in.orig Thu Sep 19 13:31:46 2002
-+++ shell/Makefile.in Thu Sep 19 13:38:39 2002
-@@ -217,7 +217,7 @@
-
- SUBDIRS = glade importer
-
--INCLUDES = -O -I$(top_srcdir)/widgets -I$(top_srcdir)/widgets/misc -I$(top_srcdir)/libical/src/libical -I$(top_builddir)/libical/src/libical -I$(top_srcdir) -DEVOLUTION_IMAGES=\""$(datadir)/images/evolution"\" -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" -DEVOLUTION_DATADIR=\""$(datadir)"\" -DEVOLUTION_GLADEDIR=\"$(datadir)/evolution/glade\" -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" -DPREFIX=\"$(prefix)\" -DG_LOG_DOMAIN=\"evolution-shell\" $(SHELL_CFLAGS)
-+INCLUDES = -I$(top_srcdir)/widgets -I$(top_srcdir)/widgets/misc -I$(top_srcdir)/libical/src/libical -I$(top_builddir)/libical/src/libical -I$(top_srcdir) -DEVOLUTION_IMAGES=\""$(datadir)/images/evolution"\" -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" -DEVOLUTION_DATADIR=\""$(datadir)"\" -DEVOLUTION_GLADEDIR=\"$(datadir)/evolution/glade\" -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" -DPREFIX=\"$(prefix)\" -DG_LOG_DOMAIN=\"evolution-shell\" $(SHELL_CFLAGS)
-
-
- # Shell CORBA stuff