pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/mpv



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Nov 26 13:57:09 UTC 2017

Modified Files:
        pkgsrc/multimedia/mpv: Makefile

Log Message:
mpv: Pass `--bindir' to waf configure phase to fix installation with waf-2.0.2

With waf-2.0.2 update the mpv binary was tried to install apparently in:

 ${DESTDIR}${WRKSRC}/${PREFIX}/bin

while with previous waf versions it was correctly installed in

 ${DESTDIR}${PREFIX}/bin

Pass `--bindir' via WAF_CONFIGURE_ARGS to fix that problem.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/multimedia/mpv/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/mpv/Makefile
diff -u pkgsrc/multimedia/mpv/Makefile:1.60 pkgsrc/multimedia/mpv/Makefile:1.61
--- pkgsrc/multimedia/mpv/Makefile:1.60 Wed Sep 13 10:35:58 2017
+++ pkgsrc/multimedia/mpv/Makefile      Sun Nov 26 13:57:08 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2017/09/13 10:35:58 leot Exp $
+# $NetBSD: Makefile,v 1.61 2017/11/26 13:57:08 leot Exp $
 
 DISTNAME=      mpv-0.27.0
 CATEGORIES=    multimedia
@@ -19,6 +19,8 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-docutils>
 # ${WRKSRC}/bootstrap.py mentions needed version
 BUILD_DEPENDS+=        waf>=1.8.12:../../devel/waf
 
+WAF_CONFIGURE_ARGS+=   --bindir=${PREFIX}/bin
+
 PYTHON_FOR_BUILD_ONLY= yes
 
 USE_TOOLS+=    perl pkg-config



Home | Main Index | Thread Index | Old Index