diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-18 14:49:37 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-18 14:49:37 +0800 |
commit | 5797d600f46f09de6f7e9f89bd9546544d3f93e6 (patch) | |
tree | f29aa772e064572f168522a552ce158c9147a8a2 /x11/gnome-panel/files | |
parent | f8ccc20f69f18bf5f775fc1a7f7a5098f7173ac1 (diff) | |
download | freebsd-ports-gnome-5797d600f46f09de6f7e9f89bd9546544d3f93e6.tar.gz freebsd-ports-gnome-5797d600f46f09de6f7e9f89bd9546544d3f93e6.tar.zst freebsd-ports-gnome-5797d600f46f09de6f7e9f89bd9546544d3f93e6.zip |
Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,
future plans, etc., please see http://www.gnome.org/start/2.4/.
This commit represents work done by adamw, bland, and myself as well as
many other contributers:
Koop Mast <einekoai@chello.nl>
Akifyev Sergey <asa@gascom.ru>
Franz Klammer <klammer@webonaut.com>
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Thomas E. Zander <riggs@rrr.de>
Jeremy Messenger <mezz7@cox.net>
Without these contirbuters, and our faithful users, GNOME 2.4.0 would not
be possible.
Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as
general FAQs and documentation (GNOME 2.4 updates to be posted soon). The
best way to upgrade so that you get all shared library dependencies is:
portupgrade -rf -m BATCH=yes atk
portupgrade -R -m BATCH=yes gnome2
Approved by: portmgr (kris, will, myself implicitly)
Requested by: re as well as many other users
Diffstat (limited to 'x11/gnome-panel/files')
-rw-r--r-- | x11/gnome-panel/files/patch-applets_clock_clock.c (renamed from x11/gnome-panel/files/patch-applets::gen_util::clock.c) | 4 | ||||
-rw-r--r-- | x11/gnome-panel/files/patch-gnome-panel_panel.c | 25 |
2 files changed, 2 insertions, 27 deletions
diff --git a/x11/gnome-panel/files/patch-applets::gen_util::clock.c b/x11/gnome-panel/files/patch-applets_clock_clock.c index 96f5d3f44c48..976764570ff1 100644 --- a/x11/gnome-panel/files/patch-applets::gen_util::clock.c +++ b/x11/gnome-panel/files/patch-applets_clock_clock.c @@ -1,8 +1,8 @@ $FreeBSD$ ---- applets/gen_util/clock.c 2002/05/14 14:08:16 1.1 -+++ applets/gen_util/clock.c 2002/05/14 14:12:56 +--- applets/clock/clock.c 2002/05/14 14:08:16 1.1 ++++ applets/clock/clock.c 2002/05/14 14:12:56 @@ -14,7 +14,9 @@ #include <dirent.h> #include <string.h> diff --git a/x11/gnome-panel/files/patch-gnome-panel_panel.c b/x11/gnome-panel/files/patch-gnome-panel_panel.c deleted file mode 100644 index 4c51bc47f38c..000000000000 --- a/x11/gnome-panel/files/patch-gnome-panel_panel.c +++ /dev/null @@ -1,25 +0,0 @@ ---- gnome-panel/panel.c.orig Fri Aug 1 21:48:35 2003 -+++ gnome-panel/panel.c Fri Aug 1 21:48:37 2003 -@@ -569,18 +569,18 @@ - - if (pd->menu) - g_object_unref (pd->menu); -- pd->menu = NULL; -- -- pd->panel = NULL; - - if (pd->deactivate_idle != 0) - g_source_remove (pd->deactivate_idle); -- pd->deactivate_idle = 0; - - g_object_set_data (G_OBJECT (widget), "PanelData", NULL); - - panel_list = g_slist_remove (panel_list, pd); - g_free (pd); -+ -+ pd->menu = NULL; -+ pd->panel = NULL; -+ pd->deactivate_idle = 0; - } - - static void |