Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Apr 2016 02:25:50 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412708 - head/multimedia/mpv
Message-ID:  <201604080225.u382PoX4024288@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Fri Apr  8 02:25:50 2016
New Revision: 412708
URL: https://svnweb.freebsd.org/changeset/ports/412708

Log:
  - Drop .include <bsd.port.options.mk> 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 <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|/pkgconfig/mpv.pc|data/pkgconfig/mpv.pc|g' \
 		${WRKSRC}/wscript_build.py



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