svn commit: r367917 - head/multimedia/vlc

Thomas Zander riggs at FreeBSD.org
Thu Sep 11 10:45:59 UTC 2014


Author: riggs
Date: Thu Sep 11 10:45:59 2014
New Revision: 367917
URL: http://svnweb.freebsd.org/changeset/ports/367917
QAT: https://qat.redports.org/buildarchive/r367917/

Log:
  - Mark IGNORE when trying to use pulseaudio with vlc on
    pre-9.x systems due to an rtld issue during build
  
  PR:		186629
  Submitted by:	bobf at mrp3.com

Modified:
  head/multimedia/vlc/Makefile

Modified: head/multimedia/vlc/Makefile
==============================================================================
--- head/multimedia/vlc/Makefile	Thu Sep 11 10:38:29 2014	(r367916)
+++ head/multimedia/vlc/Makefile	Thu Sep 11 10:45:59 2014	(r367917)
@@ -302,6 +302,10 @@ PORTDOCS=	*
 
 .include <bsd.port.options.mk>
 
+.if ${PORT_OPTIONS:MPULSEAUDIO} && ${OSVERSION} <= 900044
+IGNORE=		Pulseaudio is unsupported with rtld prior to FreeBSD-9.x
+.endif
+
 .if ${PORT_OPTIONS:MSKINS}
 .if ${PORT_OPTIONS:MQT4}
 LIB_DEPENDS+=	libminizip.so:${PORTSDIR}/archivers/minizip \


More information about the svn-ports-head mailing list