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:   nia
Date:           Tue Mar 17 11:36:04 UTC 2020

Modified Files:
        pkgsrc/multimedia/mpv: Makefile

Log Message:
mpv: remove comments


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 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.102 pkgsrc/multimedia/mpv/Makefile:1.103
--- pkgsrc/multimedia/mpv/Makefile:1.102        Tue Mar 17 11:21:49 2020
+++ pkgsrc/multimedia/mpv/Makefile      Tue Mar 17 11:36:04 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.102 2020/03/17 11:21:49 nia Exp $
+# $NetBSD: Makefile,v 1.103 2020/03/17 11:36:04 nia Exp $
 
 DISTNAME=      mpv-0.32.0
 PKGREVISION=   6
@@ -65,11 +65,6 @@ BUILDLINK_PASSTHRU_DIRS+=    ${XCODE_DIR}/T
 .  endif
 .endif
 
-.if ${OPSYS} == "NetBSD"
-# Use audio(4) over ossaudio(4) on NetBSD.
-#WAF_CONFIGURE_ARGS+=  --disable-oss-audio
-.endif
-
 post-install:
        cd ${DESTDIR}${PREFIX} && ${MV} etc/mpv/encoding-profiles.conf share/examples/mpv
 



Home | Main Index | Thread Index | Old Index