Sat Dec 3 21:57:47 2016 UTC ()
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.


(marino)
diff -r1.115 -r1.116 pkgsrc/audio/pulseaudio/Makefile

cvs diff -r1.115 -r1.116 pkgsrc/audio/pulseaudio/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/pulseaudio/Makefile 2016/11/12 00:50:19 1.115
+++ pkgsrc/audio/pulseaudio/Makefile 2016/12/03 21:57:47 1.116
@@ -1,26 +1,28 @@ @@ -1,26 +1,28 @@
1# $NetBSD: Makefile,v 1.115 2016/11/12 00:50:19 gdt Exp $ 1# $NetBSD: Makefile,v 1.116 2016/12/03 21:57:47 marino Exp $
2 2
3DISTNAME= pulseaudio-9.0 3DISTNAME= pulseaudio-9.0
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= audio 5CATEGORIES= audio
6MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ 6MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.freedesktop.org/wiki/Software/PulseAudio 10HOMEPAGE= http://www.freedesktop.org/wiki/Software/PulseAudio
11COMMENT= Sound server for POSIX and Win32 systems 11COMMENT= Sound server for POSIX and Win32 systems
12LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2 12LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2
13 13
 14NOT_FOR_PLATFORM= DragonFly-*-*
 15
14LIBTOOL_REQD= 2.4 16LIBTOOL_REQD= 2.4
15GCC_REQD+= 4.8 17GCC_REQD+= 4.8
16 18
17GNU_CONFIGURE= yes 19GNU_CONFIGURE= yes
18USE_LIBTOOL= yes 20USE_LIBTOOL= yes
19USE_TOOLS+= aclocal autoheader autoconf automake gmake gm4 intltool msgfmt pkg-config 21USE_TOOLS+= aclocal autoheader autoconf automake gmake gm4 intltool msgfmt pkg-config
20USE_LANGUAGES= c c++ 22USE_LANGUAGES= c c++
21 23
22REPLACE_BASH= shell-completion/bash/pulseaudio git-version-gen 24REPLACE_BASH= shell-completion/bash/pulseaudio git-version-gen
23 25
24.include "../../mk/bsd.prefs.mk" 26.include "../../mk/bsd.prefs.mk"
25 27
26# Some tests are incompatible for NetBSD at least 28# Some tests are incompatible for NetBSD at least