From nobody@FreeBSD.org  Tue Jul 22 10:24:33 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5B50B106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 22 Jul 2008 10:24:33 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 626A88FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 22 Jul 2008 10:24:33 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m6MAOWun083001
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 22 Jul 2008 10:24:32 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m6MAOW9i082975;
	Tue, 22 Jul 2008 10:24:32 GMT
	(envelope-from nobody)
Message-Id: <200807221024.m6MAOW9i082975@www.freebsd.org>
Date: Tue, 22 Jul 2008 10:24:32 GMT
From: Craig Butler <craig001@lerwick.hopto.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: gnome-settings-daemon ignores draw_background option
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         125857
>Category:       ports
>Synopsis:       sysutils/gnome-settings-daemon ignores draw_background option
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 22 10:30:01 UTC 2008
>Closed-Date:    Sat Jan 10 05:57:02 UTC 2009
>Last-Modified:  Sat Jan 10 05:57:02 UTC 2009
>Originator:     Craig Butler
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
lerwick.hopto.org
>Environment:
System: FreeBSD main.lerwick.hopto.org 7.0-STABLE FreeBSD 7.0-STABLE #2: Thu Jun 26 11:08:39 BST 2008 root@main.lerwick.hopto.org:/usr/obj/usr/src/sys/GENERIC i386
>Description:
gnome-settings-daemon ignores disabling the draw_background option.  This causes gnome to change the desktop background when it is not intended or required.

draw_background is unticked in gconf-editor, it is my understanding that this should disable GNOME from drawing the background.

I use gnome-settings-daemon with fluxbox so that evolutions fonts and icons are correct.

On my setup I want fluxbox to handle the background(fbsetbg) and not gnome.
>How-To-Repeat:
When in fluxbox run /usr/X11R6/libexec/gnome-settings-daemon after a short while the desktop background changes.  (on my machine I load gnome-settings-daemon from ~/.fluxbox/startup)

I have tried enabling and disabling the draw_background option in gconf-editor - it had no effect.

>Fix:
Unknown...

>Release-Note:
>Audit-Trail:

From: Craig Butler <craig001@lerwick.hopto.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/125857: gnome-settings-daemon ignores draw_background
	option
Date: Tue, 22 Jul 2008 11:48:54 +0100

 I am using the latest version of gnome-settings-daemon as available in
 the ports today;
 
 [root@main:/usr/ports] # pkg_info | grep gnome-settings
 gnome-settings-daemon-2.22.2.1_1 GNOME 2 settings daemon
 
 /Craig B
 
 
 ============================================================
 This email has been handled by lerwick.hopto.org mail server
 and has been scanned by 3 virus killers and spamassassin
 ============================================================
 
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Jul 22 18:00:10 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125857 

From: "Jeremy Messenger" <mezz7@cox.net>
To: bug-followup@freebsd.org, craig001@lerwick.hopto.org
Cc:  
Subject: Re: ports/125857: sysutils/gnome-settings-daemon ignores
 draw_background option
Date: Mon, 04 Aug 2008 22:21:20 -0500

 Can you try this patch? Put it in gnome-settings-daemon/files/ and  
 reinstall it. It's not FreeBSD specific.
 
 fetch http://people.freebsd.org/~mezz/diff/patch-respect_draw_background
 
 I got it from https://bugzilla.redhat.com/show_bug.cgi?id=256901 with a  
 bit tweak. There is a few reports in google too, but I am not sure why  
 it's still not fix in upstream thought.
 
 Cheers,
 Mezz
 
 
 -- 
 mezz7@cox.net  -  mezz@FreeBSD.org
 FreeBSD GNOME Team
 http://www.FreeBSD.org/gnome/  -  gnome@FreeBSD.org

From: Craig Butler <craig001@lerwick.hopto.org>
To: Jeremy Messenger <mezz7@cox.net>
Cc: bug-followup@freebsd.org
Subject: Re: ports/125857: sysutils/gnome-settings-daemon ignores
	draw_background option
Date: Tue, 05 Aug 2008 09:09:43 +0100

 Mezz,
 
 Thanks that worked a treat.... it should be included in the port (until
 they fix it upstream)
 
 Cheers
 
 /Craig B
 
 
 
 
 On Mon, 2008-08-04 at 22:21 -0500, Jeremy Messenger wrote:
 > Can you try this patch? Put it in gnome-settings-daemon/files/ and  
 > reinstall it. It's not FreeBSD specific.
 > 
 > fetch http://people.freebsd.org/~mezz/diff/patch-respect_draw_background
 > 
 > I got it from https://bugzilla.redhat.com/show_bug.cgi?id=256901 with a  
 > bit tweak. There is a few reports in google too, but I am not sure why  
 > it's still not fix in upstream thought.
 > 
 > Cheers,
 > Mezz
 > 
 > 
 
 
 ============================================================
 This email has been handled by lerwick.hopto.org mail server
 and has been scanned by 3 virus killers and spamassassin
 ============================================================
 

From: "Jeremy Messenger" <mezz7@cox.net>
To: "Craig Butler" <craig001@lerwick.hopto.org>
Cc: bug-followup@freebsd.org
Subject: Re: ports/125857: sysutils/gnome-settings-daemon ignores
 draw_background option
Date: Sat, 09 Aug 2008 13:16:45 -0500

 On Tue, 05 Aug 2008 03:09:43 -0500, Craig Butler  
 <craig001@lerwick.hopto.org> wrote:
 
 > Mezz,
 >
 > Thanks that worked a treat.... it should be included in the port (until
 > they fix it upstream)
 
 Can you try this better patch? Be sure to remove that old  
 patch-respect_draw_background.
 
 http://www.marcuscom.com/downloads/patch-plugins_background_gsd-background-manager.c
 
 The problem with patch-respect_draw_background is that it will causing it  
 always disable, no matter if you try to re-enable it.
 
 Cheers,
 Mezz
 
 > Cheers
 >
 > /Craig B
 >
 >
 >
 >
 > On Mon, 2008-08-04 at 22:21 -0500, Jeremy Messenger wrote:
 >> Can you try this patch? Put it in gnome-settings-daemon/files/ and
 >> reinstall it. It's not FreeBSD specific.
 >>
 >> fetch http://people.freebsd.org/~mezz/diff/patch-respect_draw_background
 >>
 >> I got it from https://bugzilla.redhat.com/show_bug.cgi?id=256901 with a
 >> bit tweak. There is a few reports in google too, but I am not sure why
 >> it's still not fix in upstream thought.
 >>
 >> Cheers,
 >> Mezz
 
 
 -- 
 mezz7@cox.net  -  mezz@FreeBSD.org
 FreeBSD GNOME Team
 http://www.FreeBSD.org/gnome/  -  gnome@FreeBSD.org
State-Changed-From-To: open->closed 
State-Changed-By: mezz 
State-Changed-When: Thu Oct 2 22:37:05 UTC 2008 
State-Changed-Why:  
No respone for months. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125857 

From: Craig Butler <craig001@lerwick.hopto.org>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/125857: sysutils/gnome-settings-daemon ignores
	draw_background option
Date: Sat, 01 Nov 2008 10:36:39 +0000

 On Thu, 2008-10-02 at 22:37 +0000, mezz@FreeBSD.org wrote:
 > Synopsis: sysutils/gnome-settings-daemon ignores draw_background option
 > 
 > State-Changed-From-To: open->closed
 > State-Changed-By: mezz
 > State-Changed-When: Thu Oct 2 22:37:05 UTC 2008
 > State-Changed-Why: 
 > No respone for months.
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=125857
 
 Mezz
 
 Still no upstream patch, I have tested your last patch and it is working
 as expected.  Think it would be good to go into the port until gnome
 developers fix it.  Sorry about the delay.
 
 Regards
 
 Craig Butler
 
State-Changed-From-To: closed->analyzed 
State-Changed-By: mezz 
State-Changed-When: Sun Nov 2 16:16:13 UTC 2008 
State-Changed-Why:  
Change it to analyzed as I will checking in MarcusCom CVS this evening or 
tonight. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125857 
State-Changed-From-To: analyzed->patched 
State-Changed-By: mezz 
State-Changed-When: Mon Nov 3 19:36:51 UTC 2008 
State-Changed-Why:  
Committed in MarcusCom CVS, it will be merging into FreeBSD ports tree when 
it's complete unfreeze. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125857 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/125857: commit references a PR
Date: Sat, 10 Jan 2009 05:22:26 +0000 (UTC)

 marcus      2009-01-10 05:22:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio                Makefile 
     databases            Makefile 
     deskutils            Makefile 
     devel                Makefile 
     security             Makefile 
     x11                  Makefile 
     x11-toolkits         Makefile 
     Mk                   bsd.gnome.mk 
     accessibility/accerciser Makefile distinfo pkg-plist 
     accessibility/at-spi Makefile distinfo pkg-plist 
     accessibility/atk    Makefile distinfo pkg-plist 
     accessibility/dasher Makefile distinfo pkg-plist 
     accessibility/gnome-mag Makefile distinfo pkg-plist 
     accessibility/gok    Makefile distinfo pkg-plist 
     accessibility/mousetweaks Makefile distinfo pkg-plist 
     accessibility/orca   Makefile distinfo pkg-plist 
     accessibility/orca/files patch-src_orca_orca.in 
     archivers/file-roller Makefile distinfo pkg-plist 
     astro/glunarclock    Makefile 
     audio/esound         Makefile distinfo 
     audio/esound/files   patch-ad patch-esddsp.c 
     audio/gnome-audio    Makefile 
     audio/gnome-media    Makefile distinfo pkg-plist 
     audio/libcanberra    Makefile distinfo pkg-descr pkg-plist 
     audio/libcanberra/files patch-Makefile.in patch-configure 
                             patch-src_oss.c 
     audio/rhythmbox      Makefile 
     audio/rhythmbox-devel Makefile 
     audio/sound-juicer   Makefile distinfo pkg-plist 
     databases/evolution-data-server Makefile distinfo pkg-plist 
     databases/evolution-data-server/files 
                                           patch-docs_reference_camel_Makefile.in 
     deskutils/alacarte   Makefile distinfo pkg-plist 
     deskutils/deskbar-applet Makefile distinfo pkg-plist 
     deskutils/evolution-jescs Makefile distinfo pkg-plist 
     deskutils/gnome-main-menu Makefile distinfo pkg-plist 
     deskutils/gnome-main-menu/files patch-configure 
     deskutils/gnome-utils Makefile distinfo pkg-plist 
     deskutils/gucharmap  Makefile distinfo pkg-plist 
     deskutils/notification-daemon Makefile distinfo pkg-plist 
     devel/ORBit2         Makefile distinfo 
     devel/anjuta         Makefile distinfo pkg-plist 
     devel/anjuta/files   patch-Makefile.in patch-doc::Makefile.in 
                          patch-libanjuta_anjuta-launcher.c 
     devel/bug-buddy      Makefile distinfo pkg-plist 
     devel/dbus           Makefile distinfo 
     devel/dbus/files     dbus.in patch-dbus_dbus-sysdeps-unix.c 
     devel/dbus-glib      Makefile distinfo pkg-plist 
     devel/devhelp        Makefile distinfo pkg-plist 
     devel/devhelp/files  patch-src_dh-base.c 
     devel/gamin          Makefile distinfo 
     devel/gamin/files    patch-python_Makefile.in 
     devel/gconf2         Makefile distinfo pkg-plist 
     devel/gconf2/files   patch-gconf_gconfd.c 
     devel/gconfmm26      Makefile distinfo 
     devel/gio-fam-backend Makefile distinfo pkg-plist 
     devel/glib20         Makefile distinfo pkg-plist 
     devel/glib20/files   extra-patch-glib_Makefile.in patch-ae 
                          patch-gio_xdgmime_xdgmimecache.h 
                          patch-glib::libcharset::Makefile.in 
     devel/glibmm         Makefile distinfo pkg-plist 
     devel/gnome-build    Makefile distinfo pkg-plist 
     devel/gnome-common   Makefile distinfo 
     devel/gnome-vfs      Makefile distinfo pkg-deinstall.in 
                          pkg-install.in pkg-plist 
     devel/gnome-vfs/files patch-libgnomevfs_xdgmimecache.h 
     devel/gnome-vfsmm    Makefile distinfo 
     devel/goffice        Makefile distinfo pkg-plist 
     devel/gvfs           Makefile distinfo pkg-plist 
     devel/gvfs/files     patch-Makefile.in 
     devel/libbonobo      Makefile distinfo pkg-plist 
     devel/libglademm24   Makefile distinfo pkg-plist 
     devel/libgsf         Makefile distinfo pkg-plist 
     devel/libgsf/files   patch-gsf-gnome-Makefile.in 
     devel/libgtop        Makefile distinfo pkg-plist 
     devel/libgtop/files  patch-configure patch-libgtop-sysdeps.m4 
                          patch-sysdeps_freebsd_Makefile.in 
                          patch-sysdeps_freebsd_procopenfiles.c 
                          patch-sysdeps_freebsd_procwd.c 
     devel/libgsf-gnome   Makefile 
     devel/libnotify      Makefile distinfo 
     devel/libsoup        Makefile distinfo pkg-plist 
     devel/py-gobject     Makefile distinfo pkg-plist 
     devel/py-orbit       Makefile distinfo 
     editors/abiword      Makefile 
     editors/gedit        Makefile distinfo pkg-plist 
     editors/gedit-plugins Makefile distinfo pkg-plist 
     editors/ghex         Makefile 
     finance/gnucash      Makefile 
     games/gnome-games    Makefile distinfo pkg-plist 
     games/gnome-games-extra-data Makefile distinfo pkg-plist 
     irc/xchat            Makefile 
     japanese/libtomoe-gtk Makefile 
     graphics/cairo       Makefile distinfo pkg-plist 
     graphics/eog         Makefile distinfo pkg-plist 
     graphics/evince      Makefile distinfo pkg-plist 
     graphics/gimp-app    Makefile pkg-plist 
     graphics/goocanvasmm Makefile distinfo pkg-plist 
     graphics/libgnomecanvas Makefile 
     graphics/libgnomecanvasmm26 Makefile distinfo 
     graphics/py-cairo    Makefile distinfo 
     graphics/ruby-cairo  Makefile distinfo 
     graphics/py-goocanvas Makefile distinfo 
     graphics/swfdec      Makefile distinfo pkg-plist 
     lang/vala            Makefile distinfo pkg-plist 
     mail/evolution       Makefile distinfo pkg-plist 
     mail/evolution/files 
                          patch-plugins_exchange-operations_Makefile.in 
     mail/evolution-exchange Makefile distinfo pkg-plist 
     mail/evolution-sharp Makefile distinfo pkg-plist 
     mail/evolution-sharp/files patch-evolution::Makefile.in 
     math/gcalctool       Makefile distinfo pkg-plist 
     math/gnumeric        Makefile distinfo pkg-plist 
     misc/gnome-devel-docs Makefile distinfo pkg-plist 
     misc/gnome-icon-theme Makefile distinfo pkg-plist 
     misc/gnome-user-docs Makefile distinfo pkg-plist 
     misc/gnome2-reference Makefile Makefile.inc 
     misc/gnomehier       Makefile 
     misc/gnomehier/files dirlist 
     multimedia/cheese    Makefile distinfo pkg-plist 
     multimedia/py-gstreamer Makefile pkg-plist 
     multimedia/swfdec-gnome Makefile distinfo pkg-plist 
     multimedia/totem     Makefile distinfo pkg-plist 
     multimedia/totem/files patch-configure pkg-message.in 
     multimedia/totem-pl-parser Makefile distinfo pkg-plist 
     net/gnome-netstatus  Makefile distinfo pkg-plist 
     net/gnome-nettool    Makefile distinfo pkg-plist 
     net/gtk-vnc          Makefile distinfo 
     net/libgweather      Makefile distinfo pkg-plist 
     net/vinagre          Makefile distinfo pkg-plist 
     net/vino             Makefile distinfo pkg-plist 
     net-im/empathy       Makefile distinfo pkg-plist 
     net-im/telepathy-butterfly Makefile distinfo pkg-plist 
     net-im/telepathy-gabble Makefile distinfo pkg-plist 
     net-im/telepathy-python Makefile distinfo pkg-plist 
     net-im/telepathy-salut Makefile distinfo 
     print/libgnomeprint  Makefile distinfo pkg-plist 
     security/gnome-keyring Makefile distinfo pkg-plist 
     security/gnome-keyring/files patch-configure 
     security/seahorse    Makefile distinfo pkg-plist 
     www/epiphany         Makefile distinfo pkg-plist 
     www/epiphany-extensions Makefile distinfo 
     www/epiphany-webkit  Makefile 
     www/evolution-webcal Makefile distinfo pkg-plist 
     www/gtkhtml3         Makefile distinfo pkg-plist 
     www/gtkhtml38        Makefile 
     www/kazehakase       Makefile 
     www/libgtkhtml       Makefile 
     www/midori           Makefile 
     www/swfdec-plugin    Makefile distinfo pkg-plist 
     www/webkit-gtk2      Makefile distinfo pkg-plist 
     sysutils/brasero     Makefile distinfo pkg-plist 
     sysutils/consolekit  Makefile distinfo pkg-plist 
     sysutils/gconf-editor Makefile distinfo pkg-plist 
     sysutils/gnome-control-center Makefile distinfo pkg-descr 
                                   pkg-plist 
     sysutils/gnome-control-center/files 
                                         patch-capplets_common_gnome-theme-info.c 
     sysutils/gnome-power-manager Makefile distinfo pkg-plist 
     sysutils/gnome-settings-daemon Makefile distinfo pkg-descr 
                                    pkg-plist 
     sysutils/gnome-system-monitor Makefile distinfo pkg-plist 
     sysutils/gnome-system-tools Makefile distinfo pkg-plist 
     sysutils/gnome-volume-manager Makefile distinfo pkg-plist 
     sysutils/hal         Makefile pkg-plist 
     sysutils/hal/files   hald.in 
                          patch-hald_freebsd_addons_Makefile.in 
                          patch-hald_freebsd_addons_addon-mouse.c 
                          patch-tools_hal-storage-mount.c 
     sysutils/nautilus-cd-burner Makefile distinfo pkg-plist 
     sysutils/pessulus    Makefile distinfo pkg-plist 
     sysutils/policykit   Makefile 
     sysutils/policykit-gnome Makefile distinfo pkg-plist 
     textproc/gnome-doc-utils Makefile distinfo pkg-plist 
     textproc/intltool    Makefile distinfo pkg-plist 
     textproc/intltool/files patch-configure 
     textproc/libxml++26  Makefile distinfo pkg-plist 
     textproc/libxml2     Makefile distinfo 
     textproc/libxml2/files patch-CVE-2008-4225 patch-aa 
     textproc/py-libxml2  Makefile pkg-plist 
     x11/gdm              Makefile distinfo pkg-install pkg-message 
                          pkg-plist 
     x11/gdm/files        gdm.in gdm.pam.in 
     x11/gnome-applets    Makefile distinfo pkg-plist 
     x11/gnome-applets/files patch-aa 
                             patch-cpufreq-selector-freebsd 
                             patch-invest-applet_invest_invest-applet.py 
                             patch-invest-applet_invest_invest-chart 
     x11/gnome-desktop    Makefile distinfo pkg-plist 
     x11/gnome-menus      Makefile distinfo pkg-plist 
     x11/gnome-menus/files patch-layout::applications.menu 
     x11/gnome-panel      Makefile distinfo pkg-plist 
     x11/gnome-session    Makefile distinfo pkg-descr pkg-plist 
     x11/gnome-screensaver Makefile distinfo pkg-plist 
     x11/gnome2           Makefile 
     x11/gnome-terminal   Makefile distinfo pkg-plist 
     x11/gnome2-power-tools Makefile 
     x11/libgnome         Makefile distinfo pkg-plist 
     x11/libgnome/files   pkg-deinstall.in 
     x11/libgnomekbd      Makefile distinfo pkg-plist 
     x11/libgnomemm26     Makefile distinfo 
     x11/libxklavier      Makefile distinfo pkg-plist 
     x11/pixman           Makefile distinfo 
     x11/yelp             Makefile distinfo pkg-plist 
     x11/zenity           Makefile distinfo pkg-plist 
     x11-fonts/fontconfig Makefile distinfo pkg-plist 
     x11-fonts/fontconfig/files fc-cache.1 fc-cat.1 fc-list.1 
                                fc-match.1 patch-Makefile.in 
     x11-fm/nautilus      Makefile distinfo pkg-plist 
     x11-fm/py-nautilus   Makefile distinfo 
     x11-themes/gnome-backgrounds Makefile distinfo pkg-plist 
     x11-themes/gnome-themes Makefile distinfo pkg-plist 
     x11-themes/gtk-engines2 Makefile distinfo pkg-descr pkg-plist 
     x11-themes/icon-naming-utils Makefile distinfo 
     x11-toolkits/bakery  Makefile distinfo pkg-plist 
     x11-toolkits/bakery/files patch-bakery::Makefile.in 
     x11-toolkits/eel     Makefile distinfo pkg-plist 
     x11-toolkits/gdl     Makefile distinfo pkg-plist 
     x11-toolkits/gtk20   Makefile distinfo pkg-plist 
     x11-toolkits/gtk20/files patch-ai patch-ak 
     x11-toolkits/gtkmm24 Makefile distinfo pkg-plist 
     x11-toolkits/gtksourceview2 Makefile distinfo pkg-plist 
     x11-toolkits/libbonoboui Makefile distinfo pkg-plist 
     x11-toolkits/libgnomeprintui Makefile distinfo pkg-plist 
     x11-toolkits/libgnomeui Makefile distinfo pkg-plist 
     x11-toolkits/libgnomeuimm26 Makefile distinfo 
     x11-toolkits/libwnck Makefile distinfo pkg-plist 
     x11-toolkits/libgtksourceviewmm Makefile distinfo pkg-plist 
     x11-toolkits/pango   Makefile distinfo pkg-plist 
     x11-toolkits/py-gnome-desktop Makefile distinfo 
     x11-toolkits/py-gnome-desktop/files patch-gtop_gtop.c 
     x11-toolkits/py-gnome-extras Makefile 
     x11-toolkits/py-gnome2 Makefile distinfo 
     x11-toolkits/py-gtk2 Makefile distinfo pkg-plist 
     x11-toolkits/py-gtk2/files patch-Makefile.in 
     x11-toolkits/py-gtksourceview Makefile distinfo 
     x11-toolkits/vte     Makefile distinfo pkg-plist 
     x11-toolkits/vte/files patch-gnome-pty-helper_configure 
     x11-wm/metacity      Makefile distinfo pkg-plist 
     x11-wm/metacity/files patch-configure 
   Added files:
     audio/rhythmbox/files patch-shell_Makefile.in 
     devel/dbus/files     patch-dbus_dbus-sysdeps-util-unix.c 
     devel/gvfs/files     patch-monitor_gphoto2_ggphoto2volume.c 
     devel/libgtop/files  patch-sysdeps_freebsd_Makefile.am 
                          patch-sysdeps_freebsd_nosuid.c 
                          patch-sysdeps_freebsd_open.c 
                          patch-sysdeps_freebsd_suid_open.c 
                          patch-sysdeps_freebsd_sysinfo.c 
     irc/xchat/files      patch-src_fe-gtk_xtext.h 
     graphics/swfdec/files patch-configure 
                           patch-swfdec-gtk_Makefile.in 
                           swfdec_playback_oss.c 
     multimedia/cheese/files patch-src_cheese-webcam.c 
     net/vinagre          .#Makefile.1.17 
     net-im/telepathy-gabble/files 
                                   patch-lib_gibber_gibber-fd-transport.h 
                                   patch-lib_gibber_gibber-util.h 
                                   patch-src_bytestream-socks5.c 
     security/gnome-keyring/files patch-common_gkr-daemon-util.h 
                                  patch-pam_gkr-pam-client.c 
     security/seahorse/files patch-common_seahorse-registry.c 
                             patch-common_seahorse-registry.h 
                             patch-src_seahorse-generate-select.c 
                             patch-src_seahorse-viewer.c 
                             patch-ssh_seahorse-ssh-operation.c 
     www/webkit-gtk2/files patch-WebKit_gtk_webkit.pc.in 
                           patch-Webcore_plugins_PluginDatabase.cpp 
                           patch-cairo 
     sysutils/consolekit/files patch-data_ConsoleKit.conf 
     sysutils/gnome-power-manager/files patch-src_Makefile.in 
     sysutils/gnome-settings-daemon/files 
                                          patch-plugins_background_gsd-background-manager.c 
     sysutils/gnome-system-monitor/files patch-src_openfiles.cpp 
     sysutils/hal/files   README.fuse mount-fuse patch-consolekit03 
                          patch-hald_freebsd_hf-volume.c 
                          patch-tools_hal-storage-eject.c 
                          patch-tools_hal-storage-shared.c 
     sysutils/pessulus/files patch-data_Makefile.in 
     sysutils/policykit/files patch-consolekit03 
     x11/gdm/files        patch-common_Makefile.in 
                          patch-common_gdm-address.c 
                          patch-common_gdm-common.c 
                          patch-common_gdm-settings-keys.h 
                          patch-config.h.in 
                          patch-daemon-gdm-server.c 
                          patch-daemon-gdm-xdmcp-display-factory.c 
                          patch-daemon_Makefile.in 
                          patch-daemon_gdm-session-worker.c 
                          patch-data_Xsession.in 
                          patch-data_gconf.path 
                          patch-data_gdm.schemas.in.in 
                          patch-data_greeter-autostart_gdm-simple-greeter.desktop.in.in 
                          patch-gui_simple-chooser_gdm-host-chooser-widget.c 
                          patch-gui_simple-greeter_Makefile.in 
                          patch-gui_simple-greeter_gdm-languages.c 
                          patch-gui_simple-greeter_gdm-remote-login-window.c 
                          patch-gui_simple-greeter_gdm-user-manager.c 
     x11/gnome-session/files patch-gnome-session_Makefile.in 
                             patch-gnome-session_gsm-autostart-app.c 
     x11-themes/gnome-themes/files patch-common_mkiconlinks.sh 
     x11-toolkits/bakery/files patch-bakery-2.6.pc.in 
     x11-toolkits/gtk20/files patch-gtk_gtksignal.h 
     x11-toolkits/py-gnome-extras/files patch-gdl_gdl.defs 
                                        patch-gdl_gdl.override 
     x11-toolkits/py-gtk2/files patch-doc_Makefile.in 
     x11-wm/metacity/files patch-src_core_main.c 
                           patch-src_core_util.c 
     audio/freedesktop-sound-theme Makefile distinfo pkg-descr 
                                   pkg-plist 
     databases/libgda4    Makefile distinfo pkg-descr pkg-plist 
     databases/libgda4-mdb Makefile pkg-plist 
     databases/libgda4-mysql Makefile pkg-plist 
     databases/libgda4-postgresql Makefile pkg-plist 
     databases/libgda4-reference Makefile pkg-descr 
     deskutils/hamster-applet Makefile distinfo pkg-descr pkg-plist 
     deskutils/hamster-applet/files patch-hamster___init__.py 
                                    patch-hamster_hamster-applet.py 
     devel/goffice06      Makefile distinfo pkg-descr pkg-plist 
     security/seahorse-plugins Makefile distinfo pkg-descr 
                               pkg-plist 
     security/seahorse-plugins/files 
                                     patch-agent_seahorse-agent-io.c 
                                     patch-agent_seahorse-agent.h 
     x11/gegl             Makefile distinfo pkg-descr pkg-plist 
     x11-toolkits/pangomm Makefile distinfo pkg-descr pkg-plist 
   Removed files:
     accessibility/gok/files patch-gok_main.c 
     audio/gnome-media/files patch-cddb-slave2_gnet-private.h 
                             patch-cddb-slave2_tcp.c 
                             patch-gnome-cd_gst-cdrom.c 
     audio/libcanberra/files patch-config.h.in patch-configure.ac 
                             patch-src_Makefile.am 
                             patch-src_Makefile.in 
                             patch-src_driver-order.c 
                             patch-src_malloc.h 
     databases/evolution-data-server/files 
                                           patch-addressbook_backends_ldap_e-book-backend-ldap.c 
                                           patch-camel_providers_imap4_camel-imap4-specials.c 
                                           patch-camel_providers_imap4_camel-imap4-summary.c 
                                           patch-libedataserverui_e-source-option-menu.c 
     devel/anjuta/files   patch-scripts::anjuta_import.sh.in 
     devel/gnome-build/files 
                             patch-src::backends::libgbf_am::gbf-am-build.c 
                             patch-src_backends_libgbf_mkfile_gbf-mkfile-build.c 
     devel/gvfs/files     patch-hal_ghalvolume.c 
     devel/libbonobo/files 
                           patch-activation-server_object-directory-corba.c 
     devel/libgtop/files  patch-sysdeps_freebsd_fsusage.c 
                          patch-sysdeps_freebsd_mountlist.c 
                          patch-sysdeps_freebsd_procmap.c 
                          patch-sysdeps_freebsd_shm_limits.c 
     devel/py-gobject/files patch-gobject_gobjectmodule.c 
     editors/gedit/files  
                          patch-plugins_externaltools_data_Makefile.in 
     games/gnome-games/files patch-gnect_src_Makefile.in 
                             patch-gnibbles_Makefile.in 
                             patch-gnobots2_properties.c 
                             patch-iagno_Makefile.in 
     graphics/cairo/files patch-src_cairo-ft-font.c 
     mail/evolution-sharp/files patch-evolution-sharp.pc.in 
     multimedia/totem/files patch-browser-plugin_idl_Makefile.in 
                            patch-browser-plugin_totemClassInfo.h 
     multimedia/totem-pl-parser/files patch-lib_memmem.c 
     print/libgnomeprint/files patch-libgnomeprint::gnome-meta.c 
                               patch-libgnomeprint_ttsubset_sft.h 
     security/gnome-keyring/files patch-keyrings_gkr-keyrings.c 
                                  patch-library_gnome-keyring.c 
                                  patch-pkcs11_gkr-pkcs11-daemon.c 
     security/seahorse/files patch-agent_seahorse-agent-io.c 
                             patch-libseahorse_seahorse-ssh-operation.c 
     sysutils/brasero/files patch-configure patch-src_Makefile.in 
                            patch-src_brasero-ncb.h 
                            patch-src_burn-job.c 
                            patch-src_burn-job.h 
                            patch-src_burn-medium-cam.c 
                            patch-src_burn-medium-scsi.c 
                            patch-src_burn-medium.c patch-src_cam 
                            patch-src_plugins_cdrtools_burn-cdrecord.c 
     textproc/libxml2/files patch-CVE-2008-3281 patch-CVE-2008-3529 
     x11/gdm/files        extra-patch-daemon_slave.c 
                          patch-config_Xsession.in 
                          patch-config_gdm.conf.in 
                          patch-config_locale.alias patch-configure 
                          patch-daemon_gdmconsolekit.c 
                          patch-gui_gdmchooser.c 
                          patch-gui_gdmsetup.c 
     x11/gnome-applets/files patch-mixer_applet.c 
                             patch-modemlights_Makefile.in 
     x11/gnome-menus/files patch-layout::preferences.menu 
     x11/gnome-panel/files iso3166.tab 
                           patch-applets_clock_clock-zonetable.c 
                           patch-gnome-panel_menu.c 
     x11/gnome-session/files patch-data_Makefile.in 
                             patch-disable_debug 
     x11/gnome-terminal/files patch-src_terminal-screen.c 
     x11-toolkits/bakery/files patch-bakery-2.4.pc.in 
     x11-toolkits/gdl/files patch-gdl__gdl-icons.c 
     x11-toolkits/gtk20/files patch-gtk_xdgmime_xdgmime.c 
                              patch-gtk_xdgmime_xdgmimecache.h 
     x11-toolkits/vte/files patch-src_keymap.c patch-src_pty.c 
   Log:
   Presenting GNOME 2.24 for FreeBSD.
   
   See http://library.gnome.org/misc/release-notes/2.24/ for the general
   release notes.  On the FreeBSD front, this release introduces Fuse support
   in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
   long-standing seahorse and gnome-keyring bugs.  The documentation updates
   to the website are forthcoming.
   
   This release features commits by adamw, ahze, kwm, mezz, and myself.  It would
   not have been possible without are contributors and testers:
   
   Alexander Loginov
   Craig Butler [1]
   Dmitry Marakasov [6]
   Eric L. Chen
   Joseph S. Atkinson
   Kris Moore
   Lapo Luchini [7]
   Nikos Ntarmos
   Pawel Worach
   Romain Tartiere
   TAOKA Fumiyoshi [3]
   Yasuda Keisuke
   Zyl
   aZ [4]
   bf [2] [5]
   Florent Thoumie
   Peter Wemm
   pluknet
   
   PR:             125857 [1]
                   126993 [2]
                   130031 [3]
                   127399 [4]
                   127661 [5]
                   124302 [6]
                   129570 [7]
                   129936
                   123790
   
   Revision  Changes    Path
   1.152     +47 -55    ports/Mk/bsd.gnome.mk
   1.6       +19 -3     ports/accessibility/accerciser/Makefile
   1.3       +3 -3      ports/accessibility/accerciser/distinfo
   1.3       +8 -9      ports/accessibility/accerciser/pkg-plist
   1.66      +6 -5      ports/accessibility/at-spi/Makefile
   1.37      +3 -3      ports/accessibility/at-spi/distinfo
   1.32      +26 -1     ports/accessibility/at-spi/pkg-plist
   1.55      +3 -3      ports/accessibility/atk/Makefile
   1.30      +3 -3      ports/accessibility/atk/distinfo
   1.29      +6 -1      ports/accessibility/atk/pkg-plist
   1.45      +2 -2      ports/accessibility/dasher/Makefile
   1.27      +3 -3      ports/accessibility/dasher/distinfo
   1.26      +2 -0      ports/accessibility/dasher/pkg-plist
   1.46      +3 -5      ports/accessibility/gnome-mag/Makefile
   1.30      +3 -3      ports/accessibility/gnome-mag/distinfo
   1.26      +7 -1      ports/accessibility/gnome-mag/pkg-plist
   1.40      +2 -3      ports/accessibility/gok/Makefile
   1.28      +3 -3      ports/accessibility/gok/distinfo
   1.2       +0 -10     ports/accessibility/gok/files/patch-gok_main.c (dead)
   1.28      +76 -23    ports/accessibility/gok/pkg-plist
   1.6       +3 -2      ports/accessibility/mousetweaks/Makefile
   1.5       +3 -3      ports/accessibility/mousetweaks/distinfo
   1.4       +18 -13    ports/accessibility/mousetweaks/pkg-plist
   1.18      +6 -3      ports/accessibility/orca/Makefile
   1.13      +3 -3      ports/accessibility/orca/distinfo
   1.5       +24 -36    ports/accessibility/orca/files/patch-src_orca_orca.in
   1.11      +244 -79   ports/accessibility/orca/pkg-plist
   1.76      +2 -5      ports/archivers/file-roller/Makefile
   1.51      +3 -3      ports/archivers/file-roller/distinfo
   1.41      +38 -2     ports/archivers/file-roller/pkg-plist
   1.47      +3 -2      ports/astro/glunarclock/Makefile
   1.1012    +1 -0      ports/audio/Makefile
   1.73      +2 -1      ports/audio/esound/Makefile
   1.32      +3 -3      ports/audio/esound/distinfo
   1.7       +11 -12    ports/audio/esound/files/patch-ad
   1.4       +15 -7     ports/audio/esound/files/patch-esddsp.c
   1.1       +24 -0     ports/audio/freedesktop-sound-theme/Makefile (new)
   1.1       +3 -0      ports/audio/freedesktop-sound-theme/distinfo (new)
   1.1       +3 -0      ports/audio/freedesktop-sound-theme/pkg-descr (new)
   1.1       +43 -0     ports/audio/freedesktop-sound-theme/pkg-plist (new)
   1.32      +2 -2      ports/audio/gnome-audio/Makefile
   1.84      +5 -7      ports/audio/gnome-media/Makefile
   1.35      +3 -3      ports/audio/gnome-media/distinfo
   1.2       +0 -11     ports/audio/gnome-media/files/patch-cddb-slave2_gnet-private.h (dead)
   1.2       +0 -20     ports/audio/gnome-media/files/patch-cddb-slave2_tcp.c (dead)
   1.3       +0 -30     ports/audio/gnome-media/files/patch-gnome-cd_gst-cdrom.c (dead)
   1.35      +36 -216   ports/audio/gnome-media/pkg-plist
   1.8       +21 -13    ports/audio/libcanberra/Makefile
   1.2       +3 -3      ports/audio/libcanberra/distinfo
   1.2       +26 -9     ports/audio/libcanberra/files/patch-Makefile.in
   1.2       +0 -42     ports/audio/libcanberra/files/patch-config.h.in (dead)
   1.3       +14 -859   ports/audio/libcanberra/files/patch-configure
   1.2       +0 -140    ports/audio/libcanberra/files/patch-configure.ac (dead)
   1.2       +0 -37     ports/audio/libcanberra/files/patch-src_Makefile.am (dead)
   1.2       +0 -225    ports/audio/libcanberra/files/patch-src_Makefile.in (dead)
   1.2       +0 -12     ports/audio/libcanberra/files/patch-src_driver-order.c (dead)
   1.2       +0 -35     ports/audio/libcanberra/files/patch-src_malloc.h (dead)
   1.3       +26 -476   ports/audio/libcanberra/files/patch-src_oss.c
   1.2       +2 -0      ports/audio/libcanberra/pkg-descr
   1.4       +7 -3      ports/audio/libcanberra/pkg-plist
   1.114     +2 -2      ports/audio/rhythmbox-devel/Makefile
   1.110     +3 -3      ports/audio/rhythmbox/Makefile
   1.3       +10 -0     ports/audio/rhythmbox/files/patch-shell_Makefile.in (new)
   1.45      +3 -3      ports/audio/sound-juicer/Makefile
   1.21      +3 -3      ports/audio/sound-juicer/distinfo
   1.19      +10 -14    ports/audio/sound-juicer/pkg-plist
   1.730     +5 -0      ports/databases/Makefile
   1.58      +12 -12    ports/databases/evolution-data-server/Makefile
   1.31      +3 -3      ports/databases/evolution-data-server/distinfo
   1.5       +0 -13     ports/databases/evolution-data-server/files/patch-addressbook_backends_ldap_e-book-backend-ldap.c (dead)
   1.2       +0 -10     ports/databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-specials.c (dead)
   1.2       +0 -19     ports/databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-summary.c (dead)
   1.5       +6 -6      ports/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in
   1.2       +0 -11     ports/databases/evolution-data-server/files/patch-libedataserverui_e-source-option-menu.c (dead)
   1.28      +107 -23   ports/databases/evolution-data-server/pkg-plist
   1.1       +23 -0     ports/databases/libgda4-mdb/Makefile (new)
   1.1       +5 -0      ports/databases/libgda4-mdb/pkg-plist (new)
   1.1       +23 -0     ports/databases/libgda4-mysql/Makefile (new)
   1.1       +16 -0     ports/databases/libgda4-mysql/pkg-plist (new)
   1.1       +23 -0     ports/databases/libgda4-postgresql/Makefile (new)
   1.1       +16 -0     ports/databases/libgda4-postgresql/pkg-plist (new)
   1.1       +12 -0     ports/databases/libgda4-reference/Makefile (new)
   1.1       +3 -0      ports/databases/libgda4-reference/pkg-descr (new)
   1.1       +130 -0    ports/databases/libgda4/Makefile (new)
   1.1       +3 -0      ports/databases/libgda4/distinfo (new)
   1.1       +19 -0     ports/databases/libgda4/pkg-descr (new)
   1.1       +206 -0    ports/databases/libgda4/pkg-plist (new)
   1.352     +1 -0      ports/deskutils/Makefile
   1.19      +3 -3      ports/deskutils/alacarte/Makefile
   1.10      +3 -3      ports/deskutils/alacarte/distinfo
   1.12      +20 -4     ports/deskutils/alacarte/pkg-plist
   1.32      +3 -27     ports/deskutils/deskbar-applet/Makefile
   1.22      +3 -3      ports/deskutils/deskbar-applet/distinfo
   1.22      +67 -13    ports/deskutils/deskbar-applet/pkg-plist
   1.25      +6 -6      ports/deskutils/evolution-jescs/Makefile
   1.16      +3 -3      ports/deskutils/evolution-jescs/distinfo
   1.16      +14 -3     ports/deskutils/evolution-jescs/pkg-plist
   1.5       +1 -2      ports/deskutils/gnome-main-menu/Makefile
   1.2       +3 -3      ports/deskutils/gnome-main-menu/distinfo
   1.2       +22 -21    ports/deskutils/gnome-main-menu/files/patch-configure
   1.3       +6 -5      ports/deskutils/gnome-main-menu/pkg-plist
   1.97      +3 -5      ports/deskutils/gnome-utils/Makefile
   1.53      +3 -3      ports/deskutils/gnome-utils/distinfo
   1.45      +187 -6    ports/deskutils/gnome-utils/pkg-plist
   1.41      +2 -4      ports/deskutils/gucharmap/Makefile
   1.23      +3 -3      ports/deskutils/gucharmap/distinfo
   1.25      +35 -22    ports/deskutils/gucharmap/pkg-plist
   1.1       +36 -0     ports/deskutils/hamster-applet/Makefile (new)
   1.1       +3 -0      ports/deskutils/hamster-applet/distinfo (new)
   1.1       +10 -0     ports/deskutils/hamster-applet/files/patch-hamster___init__.py (new)
   1.1       +17 -0     ports/deskutils/hamster-applet/files/patch-hamster_hamster-applet.py (new)
   1.1       +3 -0      ports/deskutils/hamster-applet/pkg-descr (new)
   1.1       +133 -0    ports/deskutils/hamster-applet/pkg-plist (new)
   1.26      +6 -3      ports/deskutils/notification-daemon/Makefile
   1.11      +3 -3      ports/deskutils/notification-daemon/distinfo
   1.10      +14 -0     ports/deskutils/notification-daemon/pkg-plist
   1.3311    +1 -0      ports/devel/Makefile
   1.136     +4 -6      ports/devel/ORBit2/Makefile
   1.70      +3 -3      ports/devel/ORBit2/distinfo
   1.66      +31 -12    ports/devel/anjuta/Makefile
   1.23      +3 -3      ports/devel/anjuta/distinfo
   1.12      +5 -5      ports/devel/anjuta/files/patch-Makefile.in
   1.5       +10 -24    ports/devel/anjuta/files/patch-doc::Makefile.in
   1.3       +10 -19    ports/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c
   1.2       +0 -8      ports/devel/anjuta/files/patch-scripts::anjuta_import.sh.in (dead)
   1.24      +132 -108  ports/devel/anjuta/pkg-plist
   1.50      +5 -4      ports/devel/bug-buddy/Makefile
   1.23      +3 -3      ports/devel/bug-buddy/distinfo
   1.24      +16 -2     ports/devel/bug-buddy/pkg-plist
   1.8       +1 -1      ports/devel/dbus-glib/Makefile
   1.6       +3 -3      ports/devel/dbus-glib/distinfo
   1.5       +3 -0      ports/devel/dbus-glib/pkg-plist
   1.72      +3 -2      ports/devel/dbus/Makefile
   1.27      +3 -3      ports/devel/dbus/distinfo
   1.13      +0 -0      ports/devel/dbus/files/dbus.in
   1.4       +8 -8      ports/devel/dbus/files/patch-dbus_dbus-sysdeps-unix.c
   1.6       +10 -0     ports/devel/dbus/files/patch-dbus_dbus-sysdeps-util-unix.c (new)
   1.34      +3 -8      ports/devel/devhelp/Makefile
   1.13      +3 -3      ports/devel/devhelp/distinfo
   1.4       +10 -9     ports/devel/devhelp/files/patch-src_dh-base.c
   1.16      +14 -10    ports/devel/devhelp/pkg-plist
   1.33      +2 -3      ports/devel/gamin/Makefile
   1.10      +3 -3      ports/devel/gamin/distinfo
   1.4       +17 -20    ports/devel/gamin/files/patch-python_Makefile.in
   1.82      +6 -3      ports/devel/gconf2/Makefile
   1.41      +3 -3      ports/devel/gconf2/distinfo
   1.2       +12 -14    ports/devel/gconf2/files/patch-gconf_gconfd.c
   1.46      +12 -1     ports/devel/gconf2/pkg-plist
   1.29      +2 -3      ports/devel/gconfmm26/Makefile
   1.14      +3 -3      ports/devel/gconfmm26/distinfo
   1.7       +3 -3      ports/devel/gio-fam-backend/Makefile
   1.6       +3 -3      ports/devel/gio-fam-backend/distinfo
   1.2       +0 -2      ports/devel/gio-fam-backend/pkg-plist
   1.155     +5 -4      ports/devel/glib20/Makefile
   1.78      +3 -3      ports/devel/glib20/distinfo
   1.4       +4 -4      ports/devel/glib20/files/extra-patch-glib_Makefile.in
   1.31      +7 -7      ports/devel/glib20/files/patch-ae
   1.2       +10 -10    ports/devel/glib20/files/patch-gio_xdgmime_xdgmimecache.h
   1.7       +6 -5      ports/devel/glib20/files/patch-glib::libcharset::Makefile.in
   1.62      +16 -1     ports/devel/glib20/pkg-plist
   1.44      +5 -6      ports/devel/glibmm/Makefile
   1.33      +3 -3      ports/devel/glibmm/distinfo
   1.18      +2 -0      ports/devel/glibmm/pkg-plist
   1.45      +3 -4      ports/devel/gnome-build/Makefile
   1.18      +3 -3      ports/devel/gnome-build/distinfo
   1.2       +0 -13     ports/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-build.c (dead)
   1.2       +0 -11     ports/devel/gnome-build/files/patch-src_backends_libgbf_mkfile_gbf-mkfile-build.c (dead)
   1.15      +16 -4     ports/devel/gnome-build/pkg-plist
   1.23      +3 -3      ports/devel/gnome-common/Makefile
   1.9       +3 -3      ports/devel/gnome-common/distinfo
   1.135     +3 -3      ports/devel/gnome-vfs/Makefile
   1.58      +3 -3      ports/devel/gnome-vfs/distinfo
   1.2       +9 -22     ports/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h
   1.10      +1 -1      ports/devel/gnome-vfs/pkg-deinstall.in
   1.10      +1 -1      ports/devel/gnome-vfs/pkg-install.in
   1.60      +6 -1      ports/devel/gnome-vfs/pkg-plist
   1.33      +2 -3      ports/devel/gnome-vfsmm/Makefile
   1.17      +3 -3      ports/devel/gnome-vfsmm/distinfo
   1.28      +6 -4      ports/devel/goffice/Makefile
   1.18      +3 -3      ports/devel/goffice/distinfo
   1.16      +286 -271  ports/devel/goffice/pkg-plist
   1.1       +33 -0     ports/devel/goffice06/Makefile (new)
   1.1       +3 -0      ports/devel/goffice06/distinfo (new)
   1.1       +11 -0     ports/devel/goffice06/pkg-descr (new)
   1.1       +508 -0    ports/devel/goffice06/pkg-plist (new)
   1.13      +3 -2      ports/devel/gvfs/Makefile
   1.6       +3 -3      ports/devel/gvfs/distinfo
   1.2       +10 -11    ports/devel/gvfs/files/patch-Makefile.in
   1.2       +0 -14     ports/devel/gvfs/files/patch-hal_ghalvolume.c (dead)
   1.1       +14 -0     ports/devel/gvfs/files/patch-monitor_gphoto2_ggphoto2volume.c (new)
   1.7       +20 -2     ports/devel/gvfs/pkg-plist
   1.64      +5 -4      ports/devel/libbonobo/Makefile
   1.34      +3 -3      ports/devel/libbonobo/distinfo
   1.2       +0 -15     ports/devel/libbonobo/files/patch-activation-server_object-directory-corba.c (dead)
   1.34      +9 -1      ports/devel/libbonobo/pkg-plist
   1.30      +2 -3      ports/devel/libglademm24/Makefile
   1.14      +3 -3      ports/devel/libglademm24/distinfo
   1.11      +5 -8      ports/devel/libglademm24/pkg-plist
   1.12      +3 -3      ports/devel/libgsf-gnome/Makefile
   1.46      +6 -6      ports/devel/libgsf/Makefile
   1.27      +3 -3      ports/devel/libgsf/distinfo
   1.5       +12 -13    ports/devel/libgsf/files/patch-gsf-gnome-Makefile.in
   1.24      +9 -6      ports/devel/libgsf/pkg-plist
   1.88      +3 -2      ports/devel/libgtop/Makefile
   1.31      +3 -3      ports/devel/libgtop/distinfo
   1.6       +359 -368  ports/devel/libgtop/files/patch-configure
   1.2       +0 -9      ports/devel/libgtop/files/patch-libgtop-sysdeps.m4
   1.1       +17 -0     ports/devel/libgtop/files/patch-sysdeps_freebsd_Makefile.am (new)
   1.2       +30 -18    ports/devel/libgtop/files/patch-sysdeps_freebsd_Makefile.in
   1.5       +0 -61     ports/devel/libgtop/files/patch-sysdeps_freebsd_fsusage.c (dead)
   1.2       +0 -171    ports/devel/libgtop/files/patch-sysdeps_freebsd_mountlist.c (dead)
   1.1       +19 -0     ports/devel/libgtop/files/patch-sysdeps_freebsd_nosuid.c (new)
   1.1       +91 -0     ports/devel/libgtop/files/patch-sysdeps_freebsd_open.c (new)
   1.3       +0 -36     ports/devel/libgtop/files/patch-sysdeps_freebsd_procmap.c (dead)
   1.4       +31 -179   ports/devel/libgtop/files/patch-sysdeps_freebsd_procopenfiles.c
   1.4       +30 -84    ports/devel/libgtop/files/patch-sysdeps_freebsd_procwd.c
   1.3       +0 -22     ports/devel/libgtop/files/patch-sysdeps_freebsd_shm_limits.c (dead)
   1.1       +94 -0     ports/devel/libgtop/files/patch-sysdeps_freebsd_suid_open.c (new)
   1.3       +13 -0     ports/devel/libgtop/files/patch-sysdeps_freebsd_sysinfo.c (new)
   1.26      +4 -1      ports/devel/libgtop/pkg-plist
   1.21      +2 -2      ports/devel/libnotify/Makefile
   1.9       +3 -3      ports/devel/libnotify/distinfo
   1.62      +3 -3      ports/devel/libsoup/Makefile
   1.31      +3 -3      ports/devel/libsoup/distinfo
   1.14      +3 -0      ports/devel/libsoup/pkg-plist
   1.11      +3 -3      ports/devel/py-gobject/Makefile
   1.8       +3 -3      ports/devel/py-gobject/distinfo
   1.2       +0 -11     ports/devel/py-gobject/files/patch-gobject_gobjectmodule.c (dead)
   1.7       +88 -5     ports/devel/py-gobject/pkg-plist
   1.22      +3 -3      ports/devel/py-orbit/Makefile
   1.10      +3 -3      ports/devel/py-orbit/distinfo
   1.131     +9 -9      ports/editors/abiword/Makefile
   1.27      +3 -4      ports/editors/gedit-plugins/Makefile
   1.11      +3 -3      ports/editors/gedit-plugins/distinfo
   1.11      +0 -1      ports/editors/gedit-plugins/pkg-plist
   1.73      +5 -6      ports/editors/gedit/Makefile
   1.39      +3 -3      ports/editors/gedit/distinfo
   1.2       +0 -11     ports/editors/gedit/files/patch-plugins_externaltools_data_Makefile.in (dead)
   1.35      +58 -15    ports/editors/gedit/pkg-plist
   1.34      +2 -2      ports/editors/ghex/Makefile
   1.127     +3 -3      ports/finance/gnucash/Makefile
   1.17      +3 -4      ports/games/gnome-games-extra-data/Makefile
   1.11      +3 -3      ports/games/gnome-games-extra-data/distinfo
   1.10      +1 -0      ports/games/gnome-games-extra-data/pkg-plist
   1.130     +3 -4      ports/games/gnome-games/Makefile
   1.67      +3 -3      ports/games/gnome-games/distinfo
   1.2       +0 -15     ports/games/gnome-games/files/patch-gnect_src_Makefile.in (dead)
   1.2       +0 -21     ports/games/gnome-games/files/patch-gnibbles_Makefile.in (dead)
   1.2       +0 -10     ports/games/gnome-games/files/patch-gnobots2_properties.c (dead)
   1.2       +0 -17     ports/games/gnome-games/files/patch-iagno_Makefile.in (dead)
   1.71      +186 -2    ports/games/gnome-games/pkg-plist
   1.40      +4 -4      ports/graphics/cairo/Makefile
   1.21      +3 -3      ports/graphics/cairo/distinfo
   1.2       +0 -28     ports/graphics/cairo/files/patch-src_cairo-ft-font.c (dead)
   1.10      +1 -0      ports/graphics/cairo/pkg-plist
   1.63      +3 -4      ports/graphics/eog/Makefile
   1.34      +3 -3      ports/graphics/eog/distinfo
   1.32      +112 -1    ports/graphics/eog/pkg-plist
   1.42      +3 -4      ports/graphics/evince/Makefile
   1.22      +3 -3      ports/graphics/evince/distinfo
   1.21      +21 -3     ports/graphics/evince/pkg-plist
   1.230     +9 -18     ports/graphics/gimp-app/Makefile
   1.124     +20 -20    ports/graphics/gimp-app/pkg-plist
   1.3       +2 -3      ports/graphics/goocanvasmm/Makefile
   1.2       +3 -3      ports/graphics/goocanvasmm/distinfo
   1.3       +5 -1      ports/graphics/goocanvasmm/pkg-plist
   1.56      +2 -2      ports/graphics/libgnomecanvas/Makefile
   1.28      +2 -3      ports/graphics/libgnomecanvasmm26/Makefile
   1.12      +3 -3      ports/graphics/libgnomecanvasmm26/distinfo
   1.24      +2 -3      ports/graphics/py-cairo/Makefile
   1.11      +3 -3      ports/graphics/py-cairo/distinfo
   1.6       +8 -7      ports/graphics/py-goocanvas/Makefile
   1.3       +3 -3      ports/graphics/py-goocanvas/distinfo
   1.9       +2 -2      ports/graphics/ruby-cairo/Makefile
   1.8       +3 -3      ports/graphics/ruby-cairo/distinfo
   1.61      +20 -21    ports/graphics/swfdec/Makefile
   1.21      +3 -3      ports/graphics/swfdec/distinfo
   1.1       +24 -0     ports/graphics/swfdec/files/patch-configure (new)
   1.1       +10 -0     ports/graphics/swfdec/files/patch-swfdec-gtk_Makefile.in (new)
   1.1       +265 -0    ports/graphics/swfdec/files/swfdec_playback_oss.c (new)
   1.22      +9 -9      ports/graphics/swfdec/pkg-plist
   1.141     +2 -2      ports/irc/xchat/Makefile
   1.1       +10 -0     ports/irc/xchat/files/patch-src_fe-gtk_xtext.h (new)
   1.12      +7 -7      ports/japanese/libtomoe-gtk/Makefile
   1.15      +6 -6      ports/lang/vala/Makefile
   1.10      +3 -3      ports/lang/vala/distinfo
   1.13      +54 -21    ports/lang/vala/pkg-plist
   1.47      +5 -9      ports/mail/evolution-exchange/Makefile
   1.30      +3 -3      ports/mail/evolution-exchange/distinfo
   1.23      +4 -1      ports/mail/evolution-exchange/pkg-plist
   1.19      +1 -2      ports/mail/evolution-sharp/Makefile
   1.8       +3 -3      ports/mail/evolution-sharp/distinfo
   1.2       +0 -9      ports/mail/evolution-sharp/files/patch-evolution-sharp.pc.in (dead)
   1.4       +5 -5      ports/mail/evolution-sharp/files/patch-evolution::Makefile.in
   1.5       +4 -4      ports/mail/evolution-sharp/pkg-plist
   1.160     +5 -5      ports/mail/evolution/Makefile
   1.71      +3 -3      ports/mail/evolution/distinfo
   1.2       +5 -5      ports/mail/evolution/files/patch-plugins_exchange-operations_Makefile.in
   1.75      +104 -44   ports/mail/evolution/pkg-plist
   1.72      +3 -4      ports/math/gcalctool/Makefile
   1.49      +3 -3      ports/math/gcalctool/distinfo
   1.37      +25 -6     ports/math/gcalctool/pkg-plist
   1.143     +5 -5      ports/math/gnumeric/Makefile
   1.72      +3 -3      ports/math/gnumeric/distinfo
   1.70      +154 -121  ports/math/gnumeric/pkg-plist
   1.4       +3 -4      ports/misc/gnome-devel-docs/Makefile
   1.3       +3 -3      ports/misc/gnome-devel-docs/distinfo
   1.3       +126 -155  ports/misc/gnome-devel-docs/pkg-plist
   1.38      +4 -4      ports/misc/gnome-icon-theme/Makefile
   1.27      +3 -3      ports/misc/gnome-icon-theme/distinfo
   1.35      +72 -155   ports/misc/gnome-icon-theme/pkg-plist
   1.37      +4 -6      ports/misc/gnome-user-docs/Makefile
   1.24      +3 -3      ports/misc/gnome-user-docs/distinfo
   1.24      +313 -0    ports/misc/gnome-user-docs/pkg-plist
   1.2       +3 -2      ports/misc/gnome2-reference/Makefile
   1.2       +0 -1      ports/misc/gnome2-reference/Makefile.inc
   1.40      +2 -2      ports/misc/gnomehier/Makefile
   1.18      +1 -0      ports/misc/gnomehier/files/dirlist
   1.8       +6 -5      ports/multimedia/cheese/Makefile
   1.5       +3 -3      ports/multimedia/cheese/distinfo
   1.1       +40 -0     ports/multimedia/cheese/files/patch-src_cheese-webcam.c (new)
   1.4       +63 -0     ports/multimedia/cheese/pkg-plist
   1.33      +2 -1      ports/multimedia/py-gstreamer/Makefile
   1.11      +2 -0      ports/multimedia/py-gstreamer/pkg-plist
   1.4       +5 -4      ports/multimedia/swfdec-gnome/Makefile
   1.3       +3 -3      ports/multimedia/swfdec-gnome/distinfo
   1.3       +15 -0     ports/multimedia/swfdec-gnome/pkg-plist
   1.6       +3 -3      ports/multimedia/totem-pl-parser/Makefile
   1.4       +3 -3      ports/multimedia/totem-pl-parser/distinfo
   1.2       +0 -14     ports/multimedia/totem-pl-parser/files/patch-lib_memmem.c (dead)
   1.2       +5 -3      ports/multimedia/totem-pl-parser/pkg-plist
   1.102     +22 -29    ports/multimedia/totem/Makefile
   1.44      +3 -3      ports/multimedia/totem/distinfo
   1.2       +0 -11     ports/multimedia/totem/files/patch-browser-plugin_idl_Makefile.in (dead)
   1.2       +0 -45     ports/multimedia/totem/files/patch-browser-plugin_totemClassInfo.h (dead)
   1.6       +11 -11    ports/multimedia/totem/files/patch-configure
   1.2       +6 -4      ports/multimedia/totem/files/pkg-message.in
   1.41      +40 -28    ports/multimedia/totem/pkg-plist
   1.9       +35 -4     ports/net-im/empathy/Makefile
   1.3       +3 -3      ports/net-im/empathy/distinfo
   1.4       +103 -42   ports/net-im/empathy/pkg-plist
   1.7       +2 -1      ports/net-im/telepathy-butterfly/Makefile
   1.4       +3 -3      ports/net-im/telepathy-butterfly/distinfo
   1.3       +3 -0      ports/net-im/telepathy-butterfly/pkg-plist
   1.17      +2 -2      ports/net-im/telepathy-gabble/Makefile
   1.13      +3 -3      ports/net-im/telepathy-gabble/distinfo
   1.1       +12 -0     ports/net-im/telepathy-gabble/files/patch-lib_gibber_gibber-fd-transport.h (new)
   1.1       +12 -0     ports/net-im/telepathy-gabble/files/patch-lib_gibber_gibber-util.h (new)
   1.1       +11 -0     ports/net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c (new)
   1.4       +1 -0      ports/net-im/telepathy-gabble/pkg-plist
   1.10      +2 -2      ports/net-im/telepathy-python/Makefile
   1.8       +3 -3      ports/net-im/telepathy-python/distinfo
   1.7       +6 -33     ports/net-im/telepathy-python/pkg-plist
   1.17      +3 -3      ports/net-im/telepathy-salut/Makefile
   1.11      +3 -3      ports/net-im/telepathy-salut/distinfo
   1.32      +2 -4      ports/net/gnome-netstatus/Makefile
   1.13      +3 -3      ports/net/gnome-netstatus/distinfo
   1.15      +119 -13   ports/net/gnome-netstatus/pkg-plist
   1.27      +2 -3      ports/net/gnome-nettool/Makefile
   1.16      +3 -3      ports/net/gnome-nettool/distinfo
   1.15      +9 -1      ports/net/gnome-nettool/pkg-plist
   1.10      +5 -3      ports/net/gtk-vnc/Makefile
   1.7       +3 -3      ports/net/gtk-vnc/distinfo
   1.7       +4 -2      ports/net/libgweather/Makefile
   1.6       +3 -3      ports/net/libgweather/distinfo
   1.4       +9 -2      ports/net/libgweather/pkg-plist
   1.1       +51 -0     ports/net/vinagre/.#Makefile.1.17 (new)
   1.12      +5 -3      ports/net/vinagre/Makefile
   1.5       +3 -3      ports/net/vinagre/distinfo
   1.5       +46 -13    ports/net/vinagre/pkg-plist
   1.30      +2 -3      ports/net/vino/Makefile
   1.18      +3 -3      ports/net/vino/distinfo
   1.15      +6 -3      ports/net/vino/pkg-plist
   1.113     +2 -3      ports/print/libgnomeprint/Makefile
   1.52      +3 -3      ports/print/libgnomeprint/distinfo
   1.4       +0 -10     ports/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c (dead)
   1.2       +0 -11     ports/print/libgnomeprint/files/patch-libgnomeprint_ttsubset_sft.h (dead)
   1.61      +3 -1      ports/print/libgnomeprint/pkg-plist
   1.1011    +1 -0      ports/security/Makefile
   1.38      +16 -6     ports/security/gnome-keyring/Makefile
   1.22      +3 -3      ports/security/gnome-keyring/distinfo
   1.1       +11 -0     ports/security/gnome-keyring/files/patch-common_gkr-daemon-util.h (new)
   1.2       +29 -11    ports/security/gnome-keyring/files/patch-configure
   1.2       +0 -10     ports/security/gnome-keyring/files/patch-keyrings_gkr-keyrings.c (dead)
   1.2       +0 -11     ports/security/gnome-keyring/files/patch-library_gnome-keyring.c (dead)
   1.1       +18 -0     ports/security/gnome-keyring/files/patch-pam_gkr-pam-client.c (new)
   1.2       +0 -10     ports/security/gnome-keyring/files/patch-pkcs11_gkr-pkcs11-daemon.c (dead)
   1.15      +30 -1     ports/security/gnome-keyring/pkg-plist
   1.1       +84 -0     ports/security/seahorse-plugins/Makefile (new)
   1.1       +3 -0      ports/security/seahorse-plugins/distinfo (new)
   1.1       +32 -0     ports/security/seahorse-plugins/files/patch-agent_seahorse-agent-io.c (new)
   1.1       +11 -0     ports/security/seahorse-plugins/files/patch-agent_seahorse-agent.h (new)
   1.1       +5 -0      ports/security/seahorse-plugins/pkg-descr (new)
   1.1       +385 -0    ports/security/seahorse-plugins/pkg-plist (new)
   1.73      +5 -50     ports/security/seahorse/Makefile
   1.29      +3 -3      ports/security/seahorse/distinfo
   1.3       +0 -32     ports/security/seahorse/files/patch-agent_seahorse-agent-io.c (dead)
   1.1       +76 -0     ports/security/seahorse/files/patch-common_seahorse-registry.c (new)
   1.1       +21 -0     ports/security/seahorse/files/patch-common_seahorse-registry.h (new)
   1.2       +0 -10     ports/security/seahorse/files/patch-libseahorse_seahorse-ssh-operation.c (dead)
   1.1       +14 -0     ports/security/seahorse/files/patch-src_seahorse-generate-select.c (new)
   1.1       +17 -0     ports/security/seahorse/files/patch-src_seahorse-viewer.c (new)
   1.1       +19 -0     ports/security/seahorse/files/patch-ssh_seahorse-ssh-operation.c (new)
   1.25      +28 -93    ports/security/seahorse/pkg-plist
   1.13      +5 -6      ports/sysutils/brasero/Makefile
   1.4       +3 -3      ports/sysutils/brasero/distinfo
   1.2       +0 -264    ports/sysutils/brasero/files/patch-configure (dead)
   1.2       +0 -275    ports/sysutils/brasero/files/patch-src_Makefile.in (dead)
   1.2       +0 -12     ports/sysutils/brasero/files/patch-src_brasero-ncb.h (dead)
   1.2       +0 -31     ports/sysutils/brasero/files/patch-src_burn-job.c (dead)
   1.2       +0 -12     ports/sysutils/brasero/files/patch-src_burn-job.h (dead)
   1.2       +0 -1928   ports/sysutils/brasero/files/patch-src_burn-medium-cam.c (dead)
   1.2       +0 -2073   ports/sysutils/brasero/files/patch-src_burn-medium-scsi.c (dead)
   1.2       +0 -2073   ports/sysutils/brasero/files/patch-src_burn-medium.c (dead)
   1.2       +0 -1361   ports/sysutils/brasero/files/patch-src_cam (dead)
   1.2       +0 -11     ports/sysutils/brasero/files/patch-src_plugins_cdrtools_burn-cdrecord.c (dead)
   1.6       +89 -5     ports/sysutils/brasero/pkg-plist
   1.8       +4 -3      ports/sysutils/consolekit/Makefile
   1.5       +3 -3      ports/sysutils/consolekit/distinfo
   1.1       +11 -0     ports/sysutils/consolekit/files/patch-data_ConsoleKit.conf (new)
   1.4       +4 -1      ports/sysutils/consolekit/pkg-plist
   1.47      +2 -3      ports/sysutils/gconf-editor/Makefile
   1.26      +3 -3      ports/sysutils/gconf-editor/distinfo
   1.25      +36 -10    ports/sysutils/gconf-editor/pkg-plist
   1.109     +4 -6      ports/sysutils/gnome-control-center/Makefile
   1.53      +3 -3      ports/sysutils/gnome-control-center/distinfo
   1.3       +18 -18    ports/sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-info.c
   1.4       +2 -0      ports/sysutils/gnome-control-center/pkg-descr
   1.56      +12 -26    ports/sysutils/gnome-control-center/pkg-plist
   1.19      +6 -8      ports/sysutils/gnome-power-manager/Makefile
   1.13      +3 -3      ports/sysutils/gnome-power-manager/distinfo
   1.1       +29 -0     ports/sysutils/gnome-power-manager/files/patch-src_Makefile.in (new)
   1.9       +10 -3     ports/sysutils/gnome-power-manager/pkg-plist
   1.5       +5 -3      ports/sysutils/gnome-settings-daemon/Makefile
   1.4       +3 -3      ports/sysutils/gnome-settings-daemon/distinfo
   1.1       +21 -0     ports/sysutils/gnome-settings-daemon/files/patch-plugins_background_gsd-background-manager.c (new)
   1.2       +2 -0      ports/sysutils/gnome-settings-daemon/pkg-descr
   1.2       +17 -1     ports/sysutils/gnome-settings-daemon/pkg-plist
   1.88      +2 -2      ports/sysutils/gnome-system-monitor/Makefile
   1.48      +3 -3      ports/sysutils/gnome-system-monitor/distinfo
   1.1       +14 -0     ports/sysutils/gnome-system-monitor/files/patch-src_openfiles.cpp (new)
   1.39      +23 -1     ports/sysutils/gnome-system-monitor/pkg-plist
   1.31      +3 -4      ports/sysutils/gnome-system-tools/Makefile
   1.17      +3 -3      ports/sysutils/gnome-system-tools/distinfo
   1.26      +41 -1     ports/sysutils/gnome-system-tools/pkg-plist
   1.15      +2 -3      ports/sysutils/gnome-volume-manager/Makefile
   1.6       +3 -3      ports/sysutils/gnome-volume-manager/distinfo
   1.7       +4 -1      ports/sysutils/gnome-volume-manager/pkg-plist
   1.41      +10 -4     ports/sysutils/hal/Makefile
   1.1       +31 -0     ports/sysutils/hal/files/README.fuse (new)
   1.6       +1 -0      ports/sysutils/hal/files/hald.in
   1.1       +129 -0    ports/sysutils/hal/files/mount-fuse (new)
   1.1       +87 -0     ports/sysutils/hal/files/patch-consolekit03 (new)
   1.2       +7 -6      ports/sysutils/hal/files/patch-hald_freebsd_addons_Makefile.in
   1.2       +150 -30   ports/sysutils/hal/files/patch-hald_freebsd_addons_addon-mouse.c
   1.1       +102 -0    ports/sysutils/hal/files/patch-hald_freebsd_hf-volume.c (new)
   1.1       +11 -0     ports/sysutils/hal/files/patch-tools_hal-storage-eject.c (new)
   1.2       +83 -3     ports/sysutils/hal/files/patch-tools_hal-storage-mount.c
   1.1       +45 -0     ports/sysutils/hal/files/patch-tools_hal-storage-shared.c (new)
   1.9       +2 -0      ports/sysutils/hal/pkg-plist
   1.50      +2 -3      ports/sysutils/nautilus-cd-burner/Makefile
   1.27      +3 -3      ports/sysutils/nautilus-cd-burner/distinfo
   1.22      +3 -1      ports/sysutils/nautilus-cd-burner/pkg-plist
   1.12      +2 -3      ports/sysutils/pessulus/Makefile
   1.8       +3 -3      ports/sysutils/pessulus/distinfo
   1.1       +11 -0     ports/sysutils/pessulus/files/patch-data_Makefile.in (new)
   1.10      +17 -1     ports/sysutils/pessulus/pkg-plist
   1.6       +4 -5      ports/sysutils/policykit-gnome/Makefile
   1.4       +3 -3      ports/sysutils/policykit-gnome/distinfo
   1.4       +1 -0      ports/sysutils/policykit-gnome/pkg-plist
   1.16      +3 -3      ports/sysutils/policykit/Makefile
   1.1       +83 -0     ports/sysutils/policykit/files/patch-consolekit03 (new)
   1.22      +3 -4      ports/textproc/gnome-doc-utils/Makefile
   1.16      +3 -3      ports/textproc/gnome-doc-utils/distinfo
   1.12      +8 -1      ports/textproc/gnome-doc-utils/pkg-plist
   1.64      +2 -3      ports/textproc/intltool/Makefile
   1.46      +3 -3      ports/textproc/intltool/distinfo
   1.6       +0 -0      ports/textproc/intltool/files/patch-configure
   1.19      +0 -3      ports/textproc/intltool/pkg-plist
   1.46      +4 -11     ports/textproc/libxml++26/Makefile
   1.29      +3 -3      ports/textproc/libxml++26/distinfo
   1.25      +305 -275  ports/textproc/libxml++26/pkg-plist
   1.153     +2 -2      ports/textproc/libxml2/Makefile
   1.98      +3 -3      ports/textproc/libxml2/distinfo
   1.2       +0 -412    ports/textproc/libxml2/files/patch-CVE-2008-3281 (dead)
   1.2       +0 -19     ports/textproc/libxml2/files/patch-CVE-2008-3529 (dead)
   1.2       +17 -17    ports/textproc/libxml2/files/patch-CVE-2008-4225
   1.28      +12 -12    ports/textproc/libxml2/files/patch-aa
   1.9       +0 -0      ports/textproc/py-libxml2/Makefile
   1.10      +1 -0      ports/textproc/py-libxml2/pkg-plist
   1.53      +5 -6      ports/www/epiphany-extensions/Makefile
   1.31      +3 -3      ports/www/epiphany-extensions/distinfo
   1.4       +1 -1      ports/www/epiphany-webkit/Makefile
   1.125     +4 -4      ports/www/epiphany/Makefile
   1.67      +3 -3      ports/www/epiphany/distinfo
   1.56      +14 -1     ports/www/epiphany/pkg-plist
   1.22      +2 -3      ports/www/evolution-webcal/Makefile
   1.12      +3 -3      ports/www/evolution-webcal/distinfo
   1.14      +12 -1     ports/www/evolution-webcal/pkg-plist
   1.101     +7 -4      ports/www/gtkhtml3/Makefile
   1.58      +3 -3      ports/www/gtkhtml3/distinfo
   1.46      +22 -10    ports/www/gtkhtml3/pkg-plist
   1.97      +2 -2      ports/www/gtkhtml38/Makefile
   1.67      +4 -4      ports/www/kazehakase/Makefile
   1.85      +2 -2      ports/www/libgtkhtml/Makefile
   1.6       +4 -2      ports/www/midori/Makefile
   1.35      +5 -4      ports/www/swfdec-plugin/Makefile
   1.13      +3 -3      ports/www/swfdec-plugin/distinfo
   1.7       +6 -0      ports/www/swfdec-plugin/pkg-plist
   1.7       +19 -11    ports/www/webkit-gtk2/Makefile
   1.2       +3 -3      ports/www/webkit-gtk2/distinfo
   1.1       +8 -0      ports/www/webkit-gtk2/files/patch-WebKit_gtk_webkit.pc.in (new)
   1.1       +10 -0     ports/www/webkit-gtk2/files/patch-Webcore_plugins_PluginDatabase.cpp (new)
   1.1       +31 -0     ports/www/webkit-gtk2/files/patch-cairo (new)
   1.2       +26 -24    ports/www/webkit-gtk2/pkg-plist
   1.89      +6 -4      ports/x11-fm/nautilus/Makefile
   1.25      +3 -3      ports/x11-fm/nautilus/distinfo
   1.25      +38 -1     ports/x11-fm/nautilus/pkg-plist
   1.11      +2 -3      ports/x11-fm/py-nautilus/Makefile
   1.6       +3 -3      ports/x11-fm/py-nautilus/distinfo
   1.72      +3 -10     ports/x11-fonts/fontconfig/Makefile
   1.19      +3 -3      ports/x11-fonts/fontconfig/distinfo
   1.2       +1 -1      ports/x11-fonts/fontconfig/files/fc-cache.1
   1.2       +10 -3     ports/x11-fonts/fontconfig/files/fc-cat.1
   1.2       +1 -1      ports/x11-fonts/fontconfig/files/fc-list.1
   1.2       +1 -1      ports/x11-fonts/fontconfig/files/fc-match.1
   1.6       +28 -6     ports/x11-fonts/fontconfig/files/patch-Makefile.in
   1.14      +2 -1      ports/x11-fonts/fontconfig/pkg-plist
   1.20      +3 -4      ports/x11-themes/gnome-backgrounds/Makefile
   1.16      +3 -3      ports/x11-themes/gnome-backgrounds/distinfo
   1.16      +24 -14    ports/x11-themes/gnome-backgrounds/pkg-plist
   1.50      +3 -4      ports/x11-themes/gnome-themes/Makefile
   1.35      +3 -3      ports/x11-themes/gnome-themes/distinfo
   1.1       +11 -0     ports/x11-themes/gnome-themes/files/patch-common_mkiconlinks.sh (new)
   1.33      +525 -380  ports/x11-themes/gnome-themes/pkg-plist
   1.75      +7 -4      ports/x11-themes/gtk-engines2/Makefile
   1.31      +3 -3      ports/x11-themes/gtk-engines2/distinfo
   1.6       +1 -1      ports/x11-themes/gtk-engines2/pkg-descr
   1.24      +74 -4     ports/x11-themes/gtk-engines2/pkg-plist
   1.10      +2 -2      ports/x11-themes/icon-naming-utils/Makefile
   1.10      +3 -3      ports/x11-themes/icon-naming-utils/distinfo
   1.491     +1 -0      ports/x11-toolkits/Makefile
   1.50      +4 -5      ports/x11-toolkits/bakery/Makefile
   1.21      +3 -3      ports/x11-toolkits/bakery/distinfo
   1.2       +0 -9      ports/x11-toolkits/bakery/files/patch-bakery-2.4.pc.in (dead)
   1.1       +9 -0      ports/x11-toolkits/bakery/files/patch-bakery-2.6.pc.in (new)
   1.8       +7 -7      ports/x11-toolkits/bakery/files/patch-bakery::Makefile.in
   1.24      +2 -0      ports/x11-toolkits/bakery/pkg-plist
   1.39      +3 -4      ports/x11-toolkits/eel/Makefile
   1.23      +3 -3      ports/x11-toolkits/eel/distinfo
   1.19      +6 -2      ports/x11-toolkits/eel/pkg-plist
   1.38      +2 -3      ports/x11-toolkits/gdl/Makefile
   1.17      +3 -3      ports/x11-toolkits/gdl/distinfo
   1.2       +0 -17     ports/x11-toolkits/gdl/files/patch-gdl__gdl-icons.c (dead)
   1.19      +15 -7     ports/x11-toolkits/gdl/pkg-plist
   1.223     +7 -8      ports/x11-toolkits/gtk20/Makefile
   1.114     +3 -3      ports/x11-toolkits/gtk20/distinfo
   1.4       +8 -8      ports/x11-toolkits/gtk20/files/patch-ai
   1.13      +0 -4      ports/x11-toolkits/gtk20/files/patch-ak
   1.1       +13 -0     ports/x11-toolkits/gtk20/files/patch-gtk_gtksignal.h (new)
   1.6       +0 -11     ports/x11-toolkits/gtk20/files/patch-gtk_xdgmime_xdgmime.c (dead)
   1.3       +0 -12     ports/x11-toolkits/gtk20/files/patch-gtk_xdgmime_xdgmimecache.h (dead)
   1.108     +51 -6     ports/x11-toolkits/gtk20/pkg-plist
   1.122     +6 -6      ports/x11-toolkits/gtkmm24/Makefile
   1.64      +3 -3      ports/x11-toolkits/gtkmm24/distinfo
   1.50      +2 -62     ports/x11-toolkits/gtkmm24/pkg-plist
   1.8       +3 -3      ports/x11-toolkits/gtksourceview2/Makefile
   1.6       +3 -3      ports/x11-toolkits/gtksourceview2/distinfo
   1.5       +9 -1      ports/x11-toolkits/gtksourceview2/pkg-plist
   1.63      +3 -3      ports/x11-toolkits/libbonoboui/Makefile
   1.35      +3 -3      ports/x11-toolkits/libbonoboui/distinfo
   1.34      +12 -1     ports/x11-toolkits/libbonoboui/pkg-plist
   1.54      +2 -3      ports/x11-toolkits/libgnomeprintui/Makefile
   1.28      +3 -3      ports/x11-toolkits/libgnomeprintui/distinfo
   1.25      +9 -1      ports/x11-toolkits/libgnomeprintui/pkg-plist
   1.62      +3 -3      ports/x11-toolkits/libgnomeui/Makefile
   1.35      +3 -3      ports/x11-toolkits/libgnomeui/distinfo
   1.41      +9 -8      ports/x11-toolkits/libgnomeui/pkg-plist
   1.31      +2 -3      ports/x11-toolkits/libgnomeuimm26/Makefile
   1.13      +3 -3      ports/x11-toolkits/libgnomeuimm26/distinfo
   1.4       +7 -9      ports/x11-toolkits/libgtksourceviewmm/Makefile
   1.2       +3 -3      ports/x11-toolkits/libgtksourceviewmm/distinfo
   1.2       +33 -34    ports/x11-toolkits/libgtksourceviewmm/pkg-plist
   1.62      +3 -4      ports/x11-toolkits/libwnck/Makefile
   1.43      +3 -3      ports/x11-toolkits/libwnck/distinfo
   1.31      +6 -1      ports/x11-toolkits/libwnck/pkg-plist
   1.105     +2 -2      ports/x11-toolkits/pango/Makefile
   1.53      +3 -3      ports/x11-toolkits/pango/distinfo
   1.28      +1 -0      ports/x11-toolkits/pango/pkg-plist
   1.1       +48 -0     ports/x11-toolkits/pangomm/Makefile (new)
   1.1       +3 -0      ports/x11-toolkits/pangomm/distinfo (new)
   1.1       +3 -0      ports/x11-toolkits/pangomm/pkg-descr (new)
   1.1       +67 -0     ports/x11-toolkits/pangomm/pkg-plist (new)
   1.12      +3 -4      ports/x11-toolkits/py-gnome-desktop/Makefile
   1.6       +3 -3      ports/x11-toolkits/py-gnome-desktop/distinfo
   1.2       +0 -10     ports/x11-toolkits/py-gnome-desktop/files/patch-gtop_gtop.c
   1.26      +2 -2      ports/x11-toolkits/py-gnome-extras/Makefile
   1.1       +67 -0     ports/x11-toolkits/py-gnome-extras/files/patch-gdl_gdl.defs (new)
   1.1       +10 -0     ports/x11-toolkits/py-gnome-extras/files/patch-gdl_gdl.override (new)
   1.99      +2 -2      ports/x11-toolkits/py-gnome2/Makefile
   1.45      +3 -3      ports/x11-toolkits/py-gnome2/distinfo
   1.98      +4 -4      ports/x11-toolkits/py-gtk2/Makefile
   1.44      +3 -3      ports/x11-toolkits/py-gtk2/distinfo
   1.2       +11 -11    ports/x11-toolkits/py-gtk2/files/patch-Makefile.in
   1.1       +11 -0     ports/x11-toolkits/py-gtk2/files/patch-doc_Makefile.in (new)
   1.35      +478 -44   ports/x11-toolkits/py-gtk2/pkg-plist
   1.5       +4 -5      ports/x11-toolkits/py-gtksourceview/Makefile
   1.3       +3 -3      ports/x11-toolkits/py-gtksourceview/distinfo
   1.83      +4 -5      ports/x11-toolkits/vte/Makefile
   1.49      +3 -3      ports/x11-toolkits/vte/distinfo
   1.3       +18 -10    ports/x11-toolkits/vte/files/patch-gnome-pty-helper_configure
   1.5       +0 -10     ports/x11-toolkits/vte/files/patch-src_keymap.c (dead)
   1.7       +0 -10     ports/x11-toolkits/vte/files/patch-src_pty.c (dead)
   1.35      +5 -1      ports/x11-toolkits/vte/pkg-plist
   1.64      +5 -7      ports/x11-wm/metacity/Makefile
   1.44      +3 -3      ports/x11-wm/metacity/distinfo
   1.9       +4 -12     ports/x11-wm/metacity/files/patch-configure
   1.1       +51 -0     ports/x11-wm/metacity/files/patch-src_core_main.c (new)
   1.1       +11 -0     ports/x11-wm/metacity/files/patch-src_core_util.c (new)
   1.33      +7 -2      ports/x11-wm/metacity/pkg-plist
   1.699     +1 -0      ports/x11/Makefile
   1.110     +25 -24    ports/x11/gdm/Makefile
   1.48      +3 -3      ports/x11/gdm/distinfo
   1.4       +0 -26     ports/x11/gdm/files/extra-patch-daemon_slave.c (dead)
   1.11      +3 -3      ports/x11/gdm/files/gdm.in
   1.2       +1 -1      ports/x11/gdm/files/gdm.pam.in
   1.1       +20 -0     ports/x11/gdm/files/patch-common_Makefile.in (new)
   1.1       +27 -0     ports/x11/gdm/files/patch-common_gdm-address.c (new)
   1.1       +13 -0     ports/x11/gdm/files/patch-common_gdm-common.c (new)
   1.1       +10 -0     ports/x11/gdm/files/patch-common_gdm-settings-keys.h (new)
   1.3       +12 -0     ports/x11/gdm/files/patch-config.h.in (new)
   1.3       +0 -39     ports/x11/gdm/files/patch-config_Xsession.in (dead)
   1.8       +0 -17     ports/x11/gdm/files/patch-config_gdm.conf.in (dead)
   1.13      +0 -191    ports/x11/gdm/files/patch-config_locale.alias (dead)
   1.11      +0 -137    ports/x11/gdm/files/patch-configure (dead)
   1.1       +73 -0     ports/x11/gdm/files/patch-daemon-gdm-server.c (new)
   1.1       +10 -0     ports/x11/gdm/files/patch-daemon-gdm-xdmcp-display-factory.c (new)
   1.1       +10 -0     ports/x11/gdm/files/patch-daemon_Makefile.in (new)
   1.1       +11 -0     ports/x11/gdm/files/patch-daemon_gdm-session-worker.c (new)
   1.2       +0 -11     ports/x11/gdm/files/patch-daemon_gdmconsolekit.c (dead)
   1.1       +39 -0     ports/x11/gdm/files/patch-data_Xsession.in (new)
   1.1       +9 -0      ports/x11/gdm/files/patch-data_gconf.path (new)
   1.1       +14 -0     ports/x11/gdm/files/patch-data_gdm.schemas.in.in (new)
   1.1       +7 -0      ports/x11/gdm/files/patch-data_greeter-autostart_gdm-simple-greeter.desktop.in.in (new)
   1.5       +0 -18     ports/x11/gdm/files/patch-gui_gdmchooser.c (dead)
   1.6       +0 -11     ports/x11/gdm/files/patch-gui_gdmsetup.c (dead)
   1.1       +20 -0     ports/x11/gdm/files/patch-gui_simple-chooser_gdm-host-chooser-widget.c (new)
   1.1       +11 -0     ports/x11/gdm/files/patch-gui_simple-greeter_Makefile.in (new)
   1.1       +45 -0     ports/x11/gdm/files/patch-gui_simple-greeter_gdm-languages.c (new)
   1.1       +10 -0     ports/x11/gdm/files/patch-gui_simple-greeter_gdm-remote-login-window.c (new)
   1.1       +51 -0     ports/x11/gdm/files/patch-gui_simple-greeter_gdm-user-manager.c (new)
   1.14      +19 -1     ports/x11/gdm/pkg-install
   1.8       +2 -8      ports/x11/gdm/pkg-message
   1.42      +56 -90    ports/x11/gdm/pkg-plist
   1.1       +39 -0     ports/x11/gegl/Makefile (new)
   1.1       +3 -0      ports/x11/gegl/distinfo (new)
   1.1       +8 -0      ports/x11/gegl/pkg-descr (new)
   1.1       +299 -0    ports/x11/gegl/pkg-plist (new)
   1.117     +7 -7      ports/x11/gnome-applets/Makefile
   1.51      +3 -3      ports/x11/gnome-applets/distinfo
   1.23      +15 -24    ports/x11/gnome-applets/files/patch-aa
   1.7       +61 -71    ports/x11/gnome-applets/files/patch-cpufreq-selector-freebsd
   1.2       +4 -4      ports/x11/gnome-applets/files/patch-invest-applet_invest_invest-applet.py
   1.2       +4 -4      ports/x11/gnome-applets/files/patch-invest-applet_invest_invest-chart
   1.3       +0 -11     ports/x11/gnome-applets/files/patch-mixer_applet.c (dead)
   1.2       +0 -10     ports/x11/gnome-applets/files/patch-modemlights_Makefile.in (dead)
   1.66      +234 -26   ports/x11/gnome-applets/pkg-plist
   1.74      +2 -2      ports/x11/gnome-desktop/Makefile
   1.54      +3 -3      ports/x11/gnome-desktop/distinfo
   1.48      +31 -2     ports/x11/gnome-desktop/pkg-plist
   1.21      +2 -3      ports/x11/gnome-menus/Makefile
   1.18      +3 -3      ports/x11/gnome-menus/distinfo
   1.4       +58 -113   ports/x11/gnome-menus/files/patch-layout::applications.menu
   1.3       +0 -41     ports/x11/gnome-menus/files/patch-layout::preferences.menu (dead)
   1.15      +23 -13    ports/x11/gnome-menus/pkg-plist
   1.94      +3 -8      ports/x11/gnome-panel/Makefile
   1.56      +3 -3      ports/x11/gnome-panel/distinfo
   1.2       +0 -268    ports/x11/gnome-panel/files/iso3166.tab (dead)
   1.3       +0 -15     ports/x11/gnome-panel/files/patch-applets_clock_clock-zonetable.c (dead)
   1.2       +0 -42     ports/x11/gnome-panel/files/patch-gnome-panel_menu.c (dead)
   1.48      +70 -2     ports/x11/gnome-panel/pkg-plist
   1.40      +5 -4      ports/x11/gnome-screensaver/Makefile
   1.21      +3 -3      ports/x11/gnome-screensaver/distinfo
   1.18      +9 -1      ports/x11/gnome-screensaver/pkg-plist
   1.67      +6 -4      ports/x11/gnome-session/Makefile
   1.47      +3 -3      ports/x11/gnome-session/distinfo
   1.4       +0 -20     ports/x11/gnome-session/files/patch-data_Makefile.in (dead)
   1.2       +0 -13     ports/x11/gnome-session/files/patch-disable_debug (dead)
   1.7       +10 -0     ports/x11/gnome-session/files/patch-gnome-session_Makefile.in (new)
   1.1       +10 -0     ports/x11/gnome-session/files/patch-gnome-session_gsm-autostart-app.c (new)
   1.3       +2 -0      ports/x11/gnome-session/pkg-descr
   1.30      +20 -3     ports/x11/gnome-session/pkg-plist
   1.53      +2 -2      ports/x11/gnome-terminal/Makefile
   1.33      +3 -3      ports/x11/gnome-terminal/distinfo
   1.4       +0 -82     ports/x11/gnome-terminal/files/patch-src_terminal-screen.c (dead)
   1.31      +23 -4     ports/x11/gnome-terminal/pkg-plist
   1.44      +2 -2      ports/x11/gnome2-power-tools/Makefile
   1.151     +20 -19    ports/x11/gnome2/Makefile
   1.162     +5 -4      ports/x11/libgnome/Makefile
   1.73      +3 -3      ports/x11/libgnome/distinfo
   1.8       +1 -1      ports/x11/libgnome/files/pkg-deinstall.in
   1.69      +9 -1      ports/x11/libgnome/pkg-plist
   1.11      +3 -4      ports/x11/libgnomekbd/Makefile
   1.6       +3 -3      ports/x11/libgnomekbd/distinfo
   1.7       +11 -4     ports/x11/libgnomekbd/pkg-plist
   1.30      +2 -3      ports/x11/libgnomemm26/Makefile
   1.14      +3 -3      ports/x11/libgnomemm26/distinfo
   1.41      +7 -6      ports/x11/libxklavier/Makefile
   1.24      +3 -3      ports/x11/libxklavier/distinfo
   1.15      +4 -4      ports/x11/libxklavier/pkg-plist
   1.7       +2 -2      ports/x11/pixman/Makefile
   1.4       +3 -3      ports/x11/pixman/distinfo
   1.63      +3 -6      ports/x11/yelp/Makefile
   1.40      +3 -3      ports/x11/yelp/distinfo
   1.27      +9 -1      ports/x11/yelp/pkg-plist
   1.40      +2 -3      ports/x11/zenity/Makefile
   1.31      +3 -3      ports/x11/zenity/distinfo
   1.24      +36 -1     ports/x11/zenity/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: mezz 
State-Changed-When: Sat Jan 10 05:56:14 UTC 2009 
State-Changed-Why:  
It has been merged into FreeBSD ports. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125857 
>Unformatted:
