summaryrefslogtreecommitdiffstats
path: root/devel/gio-fam-backend/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-15 04:21:14 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-15 04:21:14 +0800
commitff0b59cd5a08dc6aa6056cdf3083208f6af31786 (patch)
tree79528450f23b94497108856ff04d0877c9c1f8f1 /devel/gio-fam-backend/files
parent898a07dfadfa1576c338c931c8c3c3cbb27aa3f2 (diff)
downloadmarcuscom-ports-ff0b59cd5a08dc6aa6056cdf3083208f6af31786.tar
marcuscom-ports-ff0b59cd5a08dc6aa6056cdf3083208f6af31786.tar.gz
marcuscom-ports-ff0b59cd5a08dc6aa6056cdf3083208f6af31786.tar.bz2
marcuscom-ports-ff0b59cd5a08dc6aa6056cdf3083208f6af31786.tar.lz
marcuscom-ports-ff0b59cd5a08dc6aa6056cdf3083208f6af31786.tar.xz
marcuscom-ports-ff0b59cd5a08dc6aa6056cdf3083208f6af31786.tar.zst
marcuscom-ports-ff0b59cd5a08dc6aa6056cdf3083208f6af31786.zip
Update to 2.15.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10085 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gio-fam-backend/files')
-rw-r--r--devel/gio-fam-backend/files/patch-gio_fam_fam-helper.c11
-rw-r--r--devel/gio-fam-backend/files/patch-gio_fam_gfamdirectorymonitor.c18
-rw-r--r--devel/gio-fam-backend/files/patch-gio_fam_gfamfilemonitor.c18
3 files changed, 0 insertions, 47 deletions
diff --git a/devel/gio-fam-backend/files/patch-gio_fam_fam-helper.c b/devel/gio-fam-backend/files/patch-gio_fam_fam-helper.c
deleted file mode 100644
index 05e273a6e..000000000
--- a/devel/gio-fam-backend/files/patch-gio_fam_fam-helper.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gio/fam/fam-helper.c.orig 2008-01-10 19:33:27.000000000 +0100
-+++ gio/fam/fam-helper.c 2008-01-10 19:31:55.000000000 +0100
-@@ -82,7 +82,7 @@ fam_do_iter_unlocked (void)
- cancelled = sub->cancelled;
- if (ev.code == FAMAcknowledge && cancelled)
- {
-- g_free (sub);
-+ _fam_sub_free (sub);
- continue;
- }
-
diff --git a/devel/gio-fam-backend/files/patch-gio_fam_gfamdirectorymonitor.c b/devel/gio-fam-backend/files/patch-gio_fam_gfamdirectorymonitor.c
deleted file mode 100644
index 683f964f6..000000000
--- a/devel/gio-fam-backend/files/patch-gio_fam_gfamdirectorymonitor.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- gio/fam/gfamdirectorymonitor.c.orig 2008-01-07 15:15:54.000000000 +0100
-+++ gio/fam/gfamdirectorymonitor.c 2008-01-10 19:38:08.000000000 +0100
-@@ -50,7 +50,6 @@ g_fam_directory_monitor_finalize (GObjec
- if (!_fam_sub_cancel (sub))
- g_warning ("Unexpected error cancelling fam monitor");
-
-- _fam_sub_free (sub);
- fam_monitor->sub = NULL;
- }
-
-@@ -134,7 +133,6 @@ g_fam_directory_monitor_cancel (GFileMon
- if (!_fam_sub_cancel (sub))
- g_warning ("Unexpected error cancelling fam monitor");
-
-- _fam_sub_free (sub);
- fam_monitor->sub = NULL;
- }
-
diff --git a/devel/gio-fam-backend/files/patch-gio_fam_gfamfilemonitor.c b/devel/gio-fam-backend/files/patch-gio_fam_gfamfilemonitor.c
deleted file mode 100644
index ba0951dd2..000000000
--- a/devel/gio-fam-backend/files/patch-gio_fam_gfamfilemonitor.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- gio/fam/gfamfilemonitor.c.orig 2008-01-09 01:34:15.000000000 -0500
-+++ gio/fam/gfamfilemonitor.c 2008-01-09 01:34:19.000000000 -0500
-@@ -49,7 +49,6 @@ g_fam_file_monitor_finalize (GObject *ob
- if (sub) {
- if (!_fam_sub_cancel (sub))
- g_warning ("Unexpected error cancelling fam monitor");
-- _fam_sub_free (sub);
- fam_monitor->sub = NULL;
- }
-
-@@ -132,7 +131,6 @@ g_fam_file_monitor_cancel (GFileMonitor*
- if (sub) {
- if (!_fam_sub_cancel (sub))
- g_warning ("Unexpected error cancelling fam monitor");
-- _fam_sub_free (sub);
- fam_monitor->sub = NULL;
- }
-