pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/mpc



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed Mar 27 09:53:18 UTC 2019

Modified Files:
        pkgsrc/audio/mpc: Makefile

Log Message:
Fix PLIST errors that occur when py-sphinx happens to be installed


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/mpc/Makefile

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

Modified files:

Index: pkgsrc/audio/mpc/Makefile
diff -u pkgsrc/audio/mpc/Makefile:1.27 pkgsrc/audio/mpc/Makefile:1.28
--- pkgsrc/audio/mpc/Makefile:1.27      Fri Nov 30 15:06:56 2018
+++ pkgsrc/audio/mpc/Makefile   Wed Mar 27 09:53:18 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2018/11/30 15:06:56 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2019/03/27 09:53:18 pho Exp $
 
 DISTNAME=              mpc-0.31
 CATEGORIES=            audio
@@ -18,6 +18,10 @@ REPLACE_SH=          doc/*.sh
 
 LIBS+=                 ${BUILDLINK_LDADD.iconv}
 
+# By default it generates and installs HTML documentation if py-sphinx
+# is installed, causing our PLIST check to fail.
+MESON_ARGS+=           -Ddocumentation=disabled
+
 .include "../../devel/py-meson/build.mk"
 BUILDLINK_API_DEPENDS.libmpdclient+=   libmpdclient>=2.9
 .include "../../audio/libmpdclient/buildlink3.mk"



Home | Main Index | Thread Index | Old Index