From 9408811f5ce27b53e40babbbbbb1dc3972d6cd05 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 11 Oct 2002 06:39:49 +0000 Subject: Add evolution-devel. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@58 df743ca5-7f9a-e211-a948-0013205c9059 --- .../files/patch-..::db-3.1.17::dist::Makefile.in | 44 ++++++++++++++++++++++ .../files/patch-..::db-3.1.17::dist::ltmain.sh | 28 ++++++++++++++ mail/evolution-devel/files/patch-aa | 44 ++++++++++++++++++++++ mail/evolution-devel/files/patch-ab | 7 ++++ .../files/patch-camel::camel-store.h | 13 +++++++ mail/evolution-devel/files/patch-camel_Makefile.in | 11 ++++++ .../files/patch-camel_camel-mime-utils.c | 11 ++++++ .../files/patch-importers::Makefile.in | 35 +++++++++++++++++ mail/evolution-devel/files/patch-ltmain.sh | 42 +++++++++++++++++++++ .../patch-my-evolution::e-summary-preferences.c | 14 +++++++ .../evolution-devel/files/patch-po::Makefile.in.in | 14 +++++++ .../evolution-devel/files/patch-shell::Makefile.in | 11 ++++++ 12 files changed, 274 insertions(+) create mode 100644 mail/evolution-devel/files/patch-..::db-3.1.17::dist::Makefile.in create mode 100644 mail/evolution-devel/files/patch-..::db-3.1.17::dist::ltmain.sh create mode 100644 mail/evolution-devel/files/patch-aa create mode 100644 mail/evolution-devel/files/patch-ab create mode 100644 mail/evolution-devel/files/patch-camel::camel-store.h create mode 100644 mail/evolution-devel/files/patch-camel_Makefile.in create mode 100644 mail/evolution-devel/files/patch-camel_camel-mime-utils.c create mode 100644 mail/evolution-devel/files/patch-importers::Makefile.in create mode 100644 mail/evolution-devel/files/patch-ltmain.sh create mode 100644 mail/evolution-devel/files/patch-my-evolution::e-summary-preferences.c create mode 100644 mail/evolution-devel/files/patch-po::Makefile.in.in create mode 100644 mail/evolution-devel/files/patch-shell::Makefile.in (limited to 'mail/evolution-devel/files') 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 new file mode 100644 index 000000000..0a2ead0b6 --- /dev/null +++ b/mail/evolution-devel/files/patch-..::db-3.1.17::dist::Makefile.in @@ -0,0 +1,44 @@ + +$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 new file mode 100644 index 000000000..c0b37f1fa --- /dev/null +++ b/mail/evolution-devel/files/patch-..::db-3.1.17::dist::ltmain.sh @@ -0,0 +1,28 @@ + +$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-aa b/mail/evolution-devel/files/patch-aa new file mode 100644 index 000000000..a5f86eb6a --- /dev/null +++ b/mail/evolution-devel/files/patch-aa @@ -0,0 +1,44 @@ +--- 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 new file mode 100644 index 000000000..4a534e9b2 --- /dev/null +++ b/mail/evolution-devel/files/patch-ab @@ -0,0 +1,7 @@ +--- 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 new file mode 100644 index 000000000..8eeae54f6 --- /dev/null +++ b/mail/evolution-devel/files/patch-camel::camel-store.h @@ -0,0 +1,13 @@ + +$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 + #include + #include + diff --git a/mail/evolution-devel/files/patch-camel_Makefile.in b/mail/evolution-devel/files/patch-camel_Makefile.in new file mode 100644 index 000000000..8cc05b89d --- /dev/null +++ b/mail/evolution-devel/files/patch-camel_Makefile.in @@ -0,0 +1,11 @@ +--- 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 new file mode 100644 index 000000000..33111196a --- /dev/null +++ b/mail/evolution-devel/files/patch-camel_camel-mime-utils.c @@ -0,0 +1,11 @@ +--- 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 new file mode 100644 index 000000000..d56254823 --- /dev/null +++ b/mail/evolution-devel/files/patch-importers::Makefile.in @@ -0,0 +1,35 @@ +--- 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 new file mode 100644 index 000000000..1c2fba5d5 --- /dev/null +++ b/mail/evolution-devel/files/patch-ltmain.sh @@ -0,0 +1,42 @@ +--- 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 new file mode 100644 index 000000000..c49057769 --- /dev/null +++ b/mail/evolution-devel/files/patch-my-evolution::e-summary-preferences.c @@ -0,0 +1,14 @@ +--- my-evolution/e-summary-preferences.c.orig Thu Sep 19 00:43:57 2002 ++++ my-evolution/e-summary-preferences.c Thu Sep 19 00:43:58 2002 +@@ -574,9 +574,11 @@ + {"http://www.bsdtoday.com/backend/bt.rdf", "BSD Today", FALSE}, + {"http://beyond2000.com/b2k.rdf", "Beyond 2000", FALSE}, + {"http://www.cnn.com/cnn.rss", "CNN", FALSE}, ++ {"http://daily.daemonnews.org/ddn.rdf.php3", "Daily Daemon News"}, + {"http://www.debianplanet.org/debianplanet/backend.php", "Debian Planet", 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/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 new file mode 100644 index 000000000..650f3f04c --- /dev/null +++ b/mail/evolution-devel/files/patch-po::Makefile.in.in @@ -0,0 +1,14 @@ + +$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 new file mode 100644 index 000000000..aa610af86 --- /dev/null +++ b/mail/evolution-devel/files/patch-shell::Makefile.in @@ -0,0 +1,11 @@ +--- 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 -- cgit v1.2.3