From owner-svn-ports-head@freebsd.org Fri Apr 8 02:25:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA9DAB072E6; Fri, 8 Apr 2016 02:25:51 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 9AF0A18D1; Fri, 8 Apr 2016 02:25:51 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u382PoDx024289; Fri, 8 Apr 2016 02:25:50 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u382PoX4024288; Fri, 8 Apr 2016 02:25:50 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201604080225.u382PoX4024288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Fri, 8 Apr 2016 02:25:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412708 - 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.21 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: Fri, 08 Apr 2016 02:25:51 -0000 Author: cpm Date: Fri Apr 8 02:25:50 2016 New Revision: 412708 URL: https://svnweb.freebsd.org/changeset/ports/412708 Log: - Drop .include line. - Add X11_VARS option helper to handle properly gnome icons. - Bump PORTREVISION. Approved by: junovitch (mentor) Modified: head/multimedia/mpv/Makefile Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Fri Apr 8 02:04:05 2016 (r412707) +++ head/multimedia/mpv/Makefile Fri Apr 8 02:25:50 2016 (r412708) @@ -4,7 +4,7 @@ PORTNAME= mpv PORTVERSION= 0.16.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= multimedia audio @@ -126,6 +126,7 @@ VDPAU_LIB_DEPENDS= libvdpau.so:multimed VDPAU_CONFIGURE_OFF= --disable-vdpau X11_USE= XORG=x11,xv,xxf86vm +X11_VARS= INSTALLS_ICONS=yes X11_CONFIGURE_OFF= --disable-x11 XINERAMA_USE= XORG=xinerama,xineramaproto @@ -138,8 +139,6 @@ ZSH_USES= perl5 ZSH_USE= PERL5=build ZSH_CONFIGURE_ENABLE= zsh-comp -.include - post-patch: @${REINPLACE_CMD} -e 's|/pkgconfig/mpv.pc|data/pkgconfig/mpv.pc|g' \ ${WRKSRC}/wscript_build.py