diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-01-27 19:40:17 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-01-27 19:40:17 +0000 |
commit | b0eec09651960d8c9d8a0981beab512bfb3c21f7 (patch) | |
tree | 94e26138c8267621b1b647591febb9f4c2bee2eb /sysutils/policykit-gnome/files/patch-polkit-gnome_polkit-gnome-action.c | |
parent | Add rubygem-azure_service_fabric 0.18.0 (diff) |
Remove textproc/gnome-doc-utils.
It is abandonded upstream for years and is Python-2.7-only.
Adjust consumers, some only need a rebuild, others have their
documentation formerly created by gnome-doc-utils / xml2po removed.
Remove gnomedocutils from USE_GNOME
Submitted by: rene
Approved by: portmgr (mat), gnome (kwm)
Differential Revision: https://reviews.freebsd.org/D23381
Diffstat (limited to 'sysutils/policykit-gnome/files/patch-polkit-gnome_polkit-gnome-action.c')
-rw-r--r-- | sysutils/policykit-gnome/files/patch-polkit-gnome_polkit-gnome-action.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/policykit-gnome/files/patch-polkit-gnome_polkit-gnome-action.c b/sysutils/policykit-gnome/files/patch-polkit-gnome_polkit-gnome-action.c index 32009984b2c4..7d34e2806235 100644 --- a/sysutils/policykit-gnome/files/patch-polkit-gnome_polkit-gnome-action.c +++ b/sysutils/policykit-gnome/files/patch-polkit-gnome_polkit-gnome-action.c @@ -1,6 +1,6 @@ ---- polkit-gnome/polkit-gnome-action.c.old 2009-06-28 12:54:35.000000000 +0200 -+++ polkit-gnome/polkit-gnome-action.c 2009-06-28 12:55:07.000000000 +0200 -@@ -2062,6 +2062,8 @@ +--- polkit-gnome/polkit-gnome-action.c.orig 2008-07-22 17:00:53 UTC ++++ polkit-gnome/polkit-gnome-action.c +@@ -2062,6 +2062,8 @@ _button_clicked (GtkButton *button, PolKitGnomeAction case POLKIT_RESULT_ONLY_VIA_SELF_AUTH_KEEP_ALWAYS: /* g_debug ("blocking clicked"); */ g_signal_stop_emission_by_name (button, "clicked"); @@ -9,5 +9,3 @@ break; default: - - |