[pulseaudio] 06/19: Refreshed debian/patches/gnu-kfreebsd.patch
Luke Yelavich
themuso-guest at moszumanska.debian.org
Sun Nov 30 22:48:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
themuso-guest pushed a commit to branch ubuntu
in repository pulseaudio.
commit b21dbfc120fcb70eb9224eb98c91c94cef7bbfe2
Author: Luke Yelavich <themuso at ubuntu.com>
Date: Tue Nov 25 10:05:12 2014 +1100
Refreshed debian/patches/gnu-kfreebsd.patch
---
debian/changelog | 1 +
debian/patches/gnu-kfreebsd.patch | 11 -----------
2 files changed, 1 insertion(+), 11 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cab46ae..b7427dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ pulseaudio (5.99.1-1) UNRELEASED; urgency=medium
- util-Fix-pa_get_binary_name-on-Debian-kFreeBSD.patch
- util-Try-finding-out-application-name-using-dladdr.patch
- zsh-completion-Fix-completion-for-default-sink-sourc.patch
+ * Refreshed debian/patches/gnu-kfreebsd.patch
-- Luke Yelavich <themuso at ubuntu.com> Tue, 25 Nov 2014 09:39:16 +1100
diff --git a/debian/patches/gnu-kfreebsd.patch b/debian/patches/gnu-kfreebsd.patch
index 37c2cee..e606583 100644
--- a/debian/patches/gnu-kfreebsd.patch
+++ b/debian/patches/gnu-kfreebsd.patch
@@ -10,17 +10,6 @@ Date: Sun Aug 3 17:37:03 2014 -0400
Use the alternative when the functionality tested is for kernel
features, and keep the __FreeBSD__ one when using freebsd libc headers.
---- a/src/daemon/caps.c
-+++ b/src/daemon/caps.c
-@@ -86,7 +86,7 @@ void pa_drop_caps(void) {
- pa_assert_se(cap_clear(caps) == 0);
- pa_assert_se(cap_set_proc(caps) == 0);
- pa_assert_se(cap_free(caps) == 0);
--#elif defined(__FreeBSD__)
-+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
- /* FreeBSD doesn't have this functionality, even though sys/capability.h is
- * available. See https://bugs.freedesktop.org/show_bug.cgi?id=73967 */
- #else
--- a/src/pulsecore/atomic.h
+++ b/src/pulsecore/atomic.h
@@ -180,7 +180,7 @@ static inline bool pa_atomic_ptr_cmpxchg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-pulseaudio/pulseaudio.git
More information about the pkg-pulseaudio-devel
mailing list