pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/pulseaudio audio/pulseaudio: Disable building o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45b501955c15
branches:  trunk
changeset: 355504:45b501955c15
user:      marino <marino%pkgsrc.org@localhost>
date:      Sat Dec 03 21:57:47 2016 +0000

description:
audio/pulseaudio:  Disable building on DragonFly

PulseAudio builds on DragonFly but doesn't function correctly (one
core spins at 100% and sound still doesn't work.  PA has been banished
from DPorts, so follow suit here.

diffstat:

 audio/pulseaudio/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9d0e2d1b1f1e -r 45b501955c15 audio/pulseaudio/Makefile
--- a/audio/pulseaudio/Makefile Sat Dec 03 20:23:44 2016 +0000
+++ b/audio/pulseaudio/Makefile Sat Dec 03 21:57:47 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.115 2016/11/12 00:50:19 gdt Exp $
+# $NetBSD: Makefile,v 1.116 2016/12/03 21:57:47 marino Exp $
 
 DISTNAME=      pulseaudio-9.0
 PKGREVISION=   1
@@ -11,6 +11,8 @@
 COMMENT=       Sound server for POSIX and Win32 systems
 LICENSE=       gnu-lgpl-v2.1 AND gnu-gpl-v2
 
+NOT_FOR_PLATFORM=      DragonFly-*-*
+
 LIBTOOL_REQD=  2.4
 GCC_REQD+=     4.8
 



Home | Main Index | Thread Index | Old Index