From 48e62d9a379cd45a15f6ae89d564f81b3c13d16e Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Mon, 10 May 2010 21:19:08 +0000 Subject: Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this release can be found at http://library.gnome.org/misc/release-notes/2.30/ . This release brings initial PackageKit support, Upower (replaces power management part of hal), cuse4bsd integration with HAL and cheese, and a faster Evolution. Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This will also be the last of the 2.x releases. The next release will be the highly-anticipated GNOME 3.0 which will bring with it a new UI experience. Currently, there are a few bugs with GNOME 2.30 that may be of note for our users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading instructions, and the up-to-date list of known issues. This release features commits by avl, ahze, bland, marcus, mezz, and myself. The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the initual packagekit porting. And the following contributors & testers for there help with this release: Eric L. Chen Vladimir Grebenschikov Sergio de Almeida Lenzi DomiX walder crsd Kevin Oberman Michal Varga Pavel Plesov Bapt kevin and ITetcu for two exp-run PR: ports/143852 ports/145347 ports/144980 ports/145830 ports/145511 --- .../files/patch-camel_providers_imapx_Makefile.in | 13 +++++++++++++ .../patch-camel_providers_imapx_camel-imapx-tokens.txt | 8 ++++++++ databases/evolution-data-server/files/patch-configure | 15 +++------------ 3 files changed, 24 insertions(+), 12 deletions(-) create mode 100644 databases/evolution-data-server/files/patch-camel_providers_imapx_Makefile.in create mode 100644 databases/evolution-data-server/files/patch-camel_providers_imapx_camel-imapx-tokens.txt (limited to 'databases/evolution-data-server/files') diff --git a/databases/evolution-data-server/files/patch-camel_providers_imapx_Makefile.in b/databases/evolution-data-server/files/patch-camel_providers_imapx_Makefile.in new file mode 100644 index 000000000000..0e1321d75ee0 --- /dev/null +++ b/databases/evolution-data-server/files/patch-camel_providers_imapx_Makefile.in @@ -0,0 +1,13 @@ +Our gperf (2.7.2) doesn't understand --output-file. + +--- camel/providers/imapx/Makefile.in.orig 2010-04-26 14:33:56.000000000 +0200 ++++ camel/providers/imapx/Makefile.in 2010-04-26 14:35:10.000000000 +0200 +@@ -914,7 +914,7 @@ uninstall-am: uninstall-camel_providerDA + + + camel-imapx-tokenise.h: camel-imapx-tokens.txt +- @GPERF@ -H imapx_hash -N imapx_tokenise_struct -L ANSI-C -o -t -k1,$$ $< --output-file=$@ ++ @GPERF@ -H imapx_hash -N imapx_tokenise_struct -L ANSI-C -o -t -k1,$$ $< > $@ + + -include $(top_srcdir)/git.mk + diff --git a/databases/evolution-data-server/files/patch-camel_providers_imapx_camel-imapx-tokens.txt b/databases/evolution-data-server/files/patch-camel_providers_imapx_camel-imapx-tokens.txt new file mode 100644 index 000000000000..8ce6381e9d83 --- /dev/null +++ b/databases/evolution-data-server/files/patch-camel_providers_imapx_camel-imapx-tokens.txt @@ -0,0 +1,8 @@ +--- camel/providers/imapx/camel-imapx-tokens.txt.orig 2010-04-26 14:25:22.000000000 +0200 ++++ camel/providers/imapx/camel-imapx-tokens.txt 2010-04-26 14:25:32.000000000 +0200 +@@ -1,5 +1,3 @@ +-/* This contains all of the keywords we care about. These +- can be converted to an id very efficiently */ + struct _imapx_keyword {const gchar *name; camel_imapx_id_t id; }; + struct _imapx_keyword *imapx_tokenise_struct (register const char *str, register unsigned int len); + %% diff --git a/databases/evolution-data-server/files/patch-configure b/databases/evolution-data-server/files/patch-configure index 65af28acc7b9..5273840934bb 100644 --- a/databases/evolution-data-server/files/patch-configure +++ b/databases/evolution-data-server/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2009-08-24 10:39:07.000000000 +0200 -+++ configure 2009-08-24 10:44:47.000000000 +0200 -@@ -15988,6 +15988,14 @@ cat >>confdefs.h <<\_ACEOF +--- configure.orig 2009-12-25 20:21:00.000000000 +0100 ++++ configure 2009-12-25 20:21:01.000000000 +0100 +@@ -15968,6 +15968,14 @@ _ACEOF ;; @@ -15,12 +15,3 @@ *) os_win32=no NO_UNDEFINED='' -@@ -24777,7 +24785,7 @@ idldir='${datadir}'/idl/evolution-data-s - imagesdir='${datadir}'/pixmaps/evolution-data-server - - --serverdir="$libdir/bonobo/servers" -+serverdir="$prefix/libdata/bonobo/servers" - - - extensiondir='${libdir}'/evolution-data-server-$API_VERSION/extensions -- cgit v1.2.3