pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pulseaudio-git: Remove unneeded patch, issue addressed upstream



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Dec 21 12:14:41 2015 +0100
Changeset:	e8f5fcb62863f4b223a272934d4f028f8f419537

Modified Files:
	pulseaudio-git/distinfo
Removed Files:
	pulseaudio-git/patches/patch-src_daemon_main.c

Log Message:
pulseaudio-git: Remove unneeded patch, issue addressed upstream

Upstream COMMIT_MSG:
daemon: Sanitise message about unsupported high res timers
by Ford-Perfect

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e8f5fcb62863f4b223a272934d4f028f8f419537

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_main.c | 19 -------------------
 2 files changed, 20 deletions(-)

diffs:
diff --git a/pulseaudio-git/distinfo b/pulseaudio-git/distinfo
index e361021..a876ca4 100644
--- a/pulseaudio-git/distinfo
+++ b/pulseaudio-git/distinfo
@@ -7,7 +7,6 @@ Size (pulseaudio-7.1.tar.gz) = 2686090 bytes
 SHA1 (patch-aa) = bef8282af4a2051d9421c2bdc8e652254beeddd7
 SHA1 (patch-configure.ac) = 42930c9c8c2dac418630703da9010dd00de23eb8
 SHA1 (patch-src_Makefile.am) = 4533c3123d4beba08165e40137b73ae37ce62b31
-SHA1 (patch-src_daemon_main.c) = d00ea97a3fd6e14976a0cc8eb7f7db811a990fe5
 SHA1 (patch-src_modules_module-detect.c) = 4e1db6d3b3224c097ecd981d3f055880ecff780a
 SHA1 (patch-src_modules_module-solaris.c) = 814fefd672f9db75ef3209b50538e2a71aceaf01
 SHA1 (patch-src_modules_oss_module-oss.c) = 6199e48a842dc076b14d039c249295566bcb2c03
diff --git a/pulseaudio-git/patches/patch-src_daemon_main.c b/pulseaudio-git/patches/patch-src_daemon_main.c
deleted file mode 100644
index 1b5f48e..0000000
--- a/pulseaudio-git/patches/patch-src_daemon_main.c
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-src_daemon_main.c,v 1.3 2015/09/25 14:37:27 ryoon Exp $
-
-Only display Linux-specific warning on Linux.
-
---- src/daemon/main.c.orig	2015-11-28 09:05:41.000000000 +0000
-+++ src/daemon/main.c
-@@ -997,10 +997,12 @@ int main(int argc, char *argv[]) {
- 
-     pa_disable_sigpipe();
- 
-+#if defined(__linux__)
-     if (pa_rtclock_hrtimer())
-         pa_log_info("Fresh high-resolution timers available! Bon appetit.");
-     else
-         pa_log_info("Dude, your kernel stinks! The chef's recommendation today is Linux with high-resolution timers enabled.");
-+#endif
- 
-     if (conf->lock_memory) {
- #if defined(HAVE_SYS_MMAN_H) && !defined(__ANDROID__)


Home | Main Index | Thread Index | Old Index