pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/aubio



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Feb  4 01:33:38 UTC 2024

Modified Files:
        pkgsrc/audio/aubio: Makefile

Log Message:
aubio: Restrict documentation generation

* Man pages is generated like before.
* Disable documentation in HTML even when doxygen and/or sphinx
  is installed.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/audio/aubio/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/aubio/Makefile
diff -u pkgsrc/audio/aubio/Makefile:1.36 pkgsrc/audio/aubio/Makefile:1.37
--- pkgsrc/audio/aubio/Makefile:1.36    Mon Jan 22 13:16:54 2024
+++ pkgsrc/audio/aubio/Makefile Sun Feb  4 01:33:38 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2024/01/22 13:16:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.37 2024/02/04 01:33:38 ryoon Exp $
 
 DISTNAME=      aubio-0.4.9
 PKGREVISION=   17
@@ -20,6 +20,8 @@ TOOLS_PATH.doxygen=   ${FALSE}
 
 PKGCONFIG_OVERRIDE+=   aubio.pc.in
 
+WAF_ENV+=      DOXYGEN=none
+WAF_ENV+=      SPHINX=none
 WAF_ARGS+=     --disable-tests
 
 TOOL_DEPENDS+= txt2man-[0-9]*:../../converters/txt2man



Home | Main Index | Thread Index | Old Index