From owner-svn-ports-head@FreeBSD.ORG Sun Oct 12 19:07:08 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E407E1F; Sun, 12 Oct 2014 19:07:08 +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 1A13EB82; Sun, 12 Oct 2014 19:07:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9CJ77HU016899; Sun, 12 Oct 2014 19:07:07 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9CJ77Rk016898; Sun, 12 Oct 2014 19:07:07 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201410121907.s9CJ77Rk016898@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Sun, 12 Oct 2014 19:07:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370735 - head/multimedia/mpv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2014 19:07:08 -0000 Author: gblach Date: Sun Oct 12 19:07:07 2014 New Revision: 370735 URL: https://svnweb.freebsd.org/changeset/ports/370735 QAT: https://qat.redports.org/buildarchive/r370735/ Log: - Disable autodetection of pulseaudio - Bump PORTREVISION Submitted by: Roland Smith (rsmith xs4all nl) Modified: head/multimedia/mpv/Makefile Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Sun Oct 12 18:40:29 2014 (r370734) +++ head/multimedia/mpv/Makefile Sun Oct 12 19:07:07 2014 (r370735) @@ -3,6 +3,7 @@ PORTNAME= mpv PORTVERSION= 0.6.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= GH:0 GHC:0 http://ftp.waf.io/pub/release/:1 \ @@ -43,6 +44,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --disable-mpg123 \ --disable-alsa \ --disable-portaudio \ + --disable-pulse \ --disable-pdf OPTIONS_DEFINE= BS2B DOCS ENCA LADSPA LCMS2 LIBGUESS LIRC LUAJIT ZSH