Date: Mon, 23 Nov 2015 02:21:09 +0000 (UTC) From: Jason Unovitch <junovitch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402254 - head/multimedia/mpv Message-ID: <201511230221.tAN2L9UM080799@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: junovitch Date: Mon Nov 23 02:21:08 2015 New Revision: 402254 URL: https://svnweb.freebsd.org/changeset/ports/402254 Log: multimedia/mpv: address regressions from r402235 and r402236 - Remove INSTALLS_ICONS (see r395763 commit message) - Set YTDL option as RUN_DEPENDS (see r402130 commit message) PR: 202806 PR: 202337 PR: 204599 Reported by: jbeich Approved by: cpm (implicit from bug 202337 and 202806 approvals) Modified: head/multimedia/mpv/Makefile Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Mon Nov 23 01:58:50 2015 (r402253) +++ head/multimedia/mpv/Makefile Mon Nov 23 02:21:08 2015 (r402254) @@ -3,6 +3,7 @@ PORTNAME= mpv PORTVERSION= 0.13.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= multimedia audio @@ -24,7 +25,6 @@ WAF_CMD= ${WRKSRC_waf}/waf-light USES= compiler:c11 desktop-file-utils iconv pkgconfig python:build waf USE_LDCONFIG= yes -INSTALLS_ICONS= yes CPPFLAGS+= -I.. -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -127,7 +127,7 @@ XINERAMA_USE= XORG=xinerama,xineramapr XINERAMA_CONFIGURE_OFF= --disable-xinerama XINERAMA_IMPLIES= X11 -YTDL_BUILD_DEPENDS= ${LOCALBASE}/bin/youtube-dl:${PORTSDIR}/www/youtube_dl +YTDL_RUN_DEPENDS= youtube-dl:${PORTSDIR}/www/youtube_dl ZSH_USES= perl5 ZSH_USE= PERL5=build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511230221.tAN2L9UM080799>