Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Sep 2014 10:45:59 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367917 - head/multimedia/vlc
Message-ID:  <201409111045.s8BAjxQu055903@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409111045.s8BAjxQu055903>