From owner-svn-ports-all@FreeBSD.ORG Thu Sep 11 10:45:59 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD44CE15; Thu, 11 Sep 2014 10:45:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 992BBCA; Thu, 11 Sep 2014 10:45:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8BAjxvY055904; Thu, 11 Sep 2014 10:45:59 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8BAjxQu055903; Thu, 11 Sep 2014 10:45:59 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201409111045.s8BAjxQu055903@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Thu, 11 Sep 2014 10:45:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367917 - head/multimedia/vlc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2014 10:45:59 -0000 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 +.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 \