pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pulseaudio-git: Remove rejected local patch, disabling debug message
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Thu Dec 10 06:26:39 2015 +0100
Changeset: d24e65f5a2a3a7ba8255029f2776ad01c9fd79fc
Modified Files:
pulseaudio-git/distinfo
Removed Files:
pulseaudio-git/patches/patch-src_daemon_caps.c
Log Message:
pulseaudio-git: Remove rejected local patch, disabling debug message
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d24e65f5a2a3a7ba8255029f2776ad01c9fd79fc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
pulseaudio-git/distinfo | 1 -
pulseaudio-git/patches/patch-src_daemon_caps.c | 17 -----------------
2 files changed, 18 deletions(-)
diffs:
diff --git a/pulseaudio-git/distinfo b/pulseaudio-git/distinfo
index 781c6dc..37ee2df 100644
--- a/pulseaudio-git/distinfo
+++ b/pulseaudio-git/distinfo
@@ -7,7 +7,6 @@ Size (pulseaudio-7.1.tar.gz) = 2686090 bytes
SHA1 (patch-aa) = b4143badf668a0887c903971bf26cd4d5b1604b4
SHA1 (patch-configure.ac) = 18ae809e829573af27e148d0846d92c83f8436ce
SHA1 (patch-src_Makefile.am) = 4533c3123d4beba08165e40137b73ae37ce62b31
-SHA1 (patch-src_daemon_caps.c) = 31403b3b7daae98b269077b1859afd12e3af948c
SHA1 (patch-src_daemon_main.c) = d00ea97a3fd6e14976a0cc8eb7f7db811a990fe5
SHA1 (patch-src_modules_module-detect.c) = 4e1db6d3b3224c097ecd981d3f055880ecff780a
SHA1 (patch-src_modules_module-solaris.c) = 814fefd672f9db75ef3209b50538e2a71aceaf01
diff --git a/pulseaudio-git/patches/patch-src_daemon_caps.c b/pulseaudio-git/patches/patch-src_daemon_caps.c
deleted file mode 100644
index 48e63c4..0000000
--- a/pulseaudio-git/patches/patch-src_daemon_caps.c
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_daemon_caps.c,v 1.1 2014/06/09 13:08:19 ryoon Exp $
-
-Disable warning about capabilities that only makes sense on Linux.
-
---- src/daemon/caps.c.orig 2015-11-28 09:05:41.000000000 +0000
-+++ src/daemon/caps.c
-@@ -92,8 +92,10 @@ void pa_drop_caps(void) {
- #error "Don't know how to do capabilities on your system. Please send a patch."
- #endif /* __linux__ */
- #else /* HAVE_SYS_CAPABILITY_H */
-+#if 0
- pa_log_warn("Normally all extra capabilities would be dropped now, but "
- "that's impossible because PulseAudio was built without "
- "capabilities support.");
- #endif
-+#endif
- }
Home |
Main Index |
Thread Index |
Old Index