pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/pulseaudio



Module Name:    pkgsrc
Committed By:   marino
Date:           Sat Dec  3 21:57:47 UTC 2016

Modified Files:
        pkgsrc/audio/pulseaudio: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 pkgsrc/audio/pulseaudio/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/pulseaudio/Makefile
diff -u pkgsrc/audio/pulseaudio/Makefile:1.115 pkgsrc/audio/pulseaudio/Makefile:1.116
--- pkgsrc/audio/pulseaudio/Makefile:1.115      Sat Nov 12 00:50:19 2016
+++ pkgsrc/audio/pulseaudio/Makefile    Sat Dec  3 21:57:47 2016
@@ -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 @@ HOMEPAGE=     http://www.freedesktop.org/wik
 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