diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-24 03:52:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-24 03:52:36 +0000 |
commit | 6f32add9a75efb180e462ffbdb0b080bc88088e3 (patch) | |
tree | 0fc7af36e22fc0dc7c1dc8aacabf6fe117e881da /misc/shared-mime-info/files | |
parent | - Add USE_XORG= x11 (diff) |
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD. The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media. Work
is also underway to tie webkit more closely into GNOME. As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.
This release would not have been possible without the contributions and
testing efforts of the following people:
Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
Diffstat (limited to 'misc/shared-mime-info/files')
-rw-r--r-- | misc/shared-mime-info/files/patch-update-mime-database.c | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/misc/shared-mime-info/files/patch-update-mime-database.c b/misc/shared-mime-info/files/patch-update-mime-database.c index 045f753d2035..5706a2b89fe3 100644 --- a/misc/shared-mime-info/files/patch-update-mime-database.c +++ b/misc/shared-mime-info/files/patch-update-mime-database.c @@ -1,6 +1,14 @@ ---- update-mime-database.c.orig 2007-06-27 15:46:53.000000000 -0400 -+++ update-mime-database.c 2007-08-09 15:32:31.000000000 -0400 -@@ -445,7 +445,8 @@ static void remove_old(Type *type, xmlNo +--- update-mime-database.c.orig 2007-07-02 04:00:13.000000000 -0500 ++++ update-mime-database.c 2008-01-28 23:42:30.000000000 -0600 +@@ -54,6 +54,7 @@ + "model", + "multipart", + "x-epoc", ++ "x-content", + }; + + /* Represents a MIME type */ +@@ -445,7 +446,8 @@ } } @@ -10,7 +18,7 @@ } /* 'node' is a <mime-type> node from a source file, whose type is 'type'. -@@ -1510,7 +1511,7 @@ static void check_in_path_xdg_data(const +@@ -1510,7 +1512,7 @@ env = getenv("XDG_DATA_DIRS"); if (!env) |