From ae52bc80895a23ddbe33b86e75a9cf331ae32ba9 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Fri, 10 Apr 2009 05:56:28 +0000 Subject: Presenting GNOME 2.26 for FreeBSD. See http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new. On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers can make use of this provider by setting: WITH_GECKO=libxul The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen, Martin Matuska, Craig Butler, and Pawel Worach. --- audio/pulseaudio/files/patch-src_daemon_main.c | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'audio/pulseaudio/files/patch-src_daemon_main.c') diff --git a/audio/pulseaudio/files/patch-src_daemon_main.c b/audio/pulseaudio/files/patch-src_daemon_main.c index 1b96327a872d..27b2c4f1a6a8 100644 --- a/audio/pulseaudio/files/patch-src_daemon_main.c +++ b/audio/pulseaudio/files/patch-src_daemon_main.c @@ -1,6 +1,6 @@ ---- src/daemon/main.c.orig Thu Jul 12 00:04:22 2007 -+++ src/daemon/main.c Thu Jul 12 00:04:40 2007 -@@ -40,6 +40,7 @@ +--- src/daemon/main.c.orig 2009-01-12 18:11:38.000000000 -0500 ++++ src/daemon/main.c 2009-03-07 19:56:16.000000000 -0500 +@@ -37,6 +37,7 @@ #include #include #include @@ -8,3 +8,21 @@ #include +@@ -689,7 +690,7 @@ int main(int argc, char *argv[]) { + * first take the autospawn lock to make things + * synchronous. */ + +- if ((autospawn_fd = pa_autospawn_lock_init()) < 0) { ++ /*if ((autospawn_fd = pa_autospawn_lock_init()) < 0) { + pa_log("Failed to initialize autospawn lock"); + goto finish; + } +@@ -699,7 +700,7 @@ int main(int argc, char *argv[]) { + goto finish; + } + +- autospawn_locked = TRUE; ++ autospawn_locked = TRUE;*/ + } + + if (conf->daemonize) { -- cgit v1.2.3