From 951c257ea3655de6e80c26a36c18c69ee8047ea8 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 19 Mar 2007 05:14:07 +0000 Subject: Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME releases in that it focuses more on stability and functionality than on new features. Not that it doesn't have its share of new and exciting items. See http://www.gnome.org/start/2.18/ for all the goodies in this release. GNOME 2.18 for FreeBSD would not have been possible without the hard work of the FreeBSD GNOME Team and our intrepid band of testers including J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi, Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen, Phillip Neumann, Franz Klammer, and Neal Delmonico. --- .../files/patch-src_common_gst-tool.c | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 sysutils/gnome-system-tools/files/patch-src_common_gst-tool.c (limited to 'sysutils/gnome-system-tools/files/patch-src_common_gst-tool.c') diff --git a/sysutils/gnome-system-tools/files/patch-src_common_gst-tool.c b/sysutils/gnome-system-tools/files/patch-src_common_gst-tool.c deleted file mode 100644 index 9aaef15031fd..000000000000 --- a/sysutils/gnome-system-tools/files/patch-src_common_gst-tool.c +++ /dev/null @@ -1,26 +0,0 @@ ---- src/common/gst-tool.c.orig Tue Jun 21 15:07:05 2005 -+++ src/common/gst-tool.c Wed Jul 6 01:28:22 2005 -@@ -598,7 +598,14 @@ gst_tool_kill_backend_cb (GstDirectiveEn - if (tool->root_access == ROOT_ACCESS_SIMULATED_DISABLED) - tool->root_access = ROOT_ACCESS_SIMULATED; - -+#if 0 -+ /* -+ * We do not need to wait for the tool, -+ * as it will get SIGPIPE anyway. -+ * This waitpid causes problems on FreeBSD. -+ */ - waitpid (tool->backend_pid, NULL, 0); -+#endif - } - } - -@@ -1655,7 +1662,7 @@ poll_backend (GstTool *tool) - struct pollfd fd; - - fd.fd = tool->read_fd; -- fd.events = POLLIN || POLLPRI; -+ fd.events = POLLIN | POLLPRI; - - while (poll (&fd, 1, 100) <= 0) { - while (gtk_events_pending ()) -- cgit v1.2.3