pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/lv2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 25 07:12:11 UTC 2024

Modified Files:
        pkgsrc/audio/lv2: Makefile options.mk

Log Message:
lv2: fix doc option

remove non-working tests option

Remove references to non-existent files.

First part fixes PR 58853 by Robert Whitlock.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/audio/lv2/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/lv2/options.mk

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

Modified files:

Index: pkgsrc/audio/lv2/Makefile
diff -u pkgsrc/audio/lv2/Makefile:1.43 pkgsrc/audio/lv2/Makefile:1.44
--- pkgsrc/audio/lv2/Makefile:1.43      Sun Nov 17 07:15:34 2024
+++ pkgsrc/audio/lv2/Makefile   Mon Nov 25 07:12:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2024/11/17 07:15:34 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2024/11/25 07:12:11 wiz Exp $
 
 DISTNAME=      lv2-1.18.10
 PKGREVISION=   8
@@ -15,14 +15,13 @@ PLIST_SRC+= ${PLIST_SRC_DFLT}
 
 USE_TOOLS+=    pkg-config
 
-PKGCONFIG_OVERRIDE+=   lv2/lv2plug.in/ns/lv2core/lv2core.pc.in
-PKGCONFIG_OVERRIDE+=   lv2.pc.in
+# header-only-library, so not needed
+#PKGCONFIG_OVERRIDE+=          output/meson-private/lv2.pc
+#PKGCONFIG_OVERRIDE_STAGE=     post-configure
 
 REPLACE_PYTHON+=       lv2specgen/lv2specgen.py
 REPLACE_PYTHON+=       scripts/lv2_build_index.py
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 OPSYSVARS+=    SOEXT
 SOEXT.Darwin=  dylib
 SOEXT.*=       so

Index: pkgsrc/audio/lv2/options.mk
diff -u pkgsrc/audio/lv2/options.mk:1.5 pkgsrc/audio/lv2/options.mk:1.6
--- pkgsrc/audio/lv2/options.mk:1.5     Sun Jan 14 09:44:58 2024
+++ pkgsrc/audio/lv2/options.mk Mon Nov 25 07:12:11 2024
@@ -1,13 +1,12 @@
-# $NetBSD: options.mk,v 1.5 2024/01/14 09:44:58 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2024/11/25 07:12:11 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.lv2
-PKG_SUPPORTED_OPTIONS= doc tests
+PKG_SUPPORTED_OPTIONS= doc
+PKG_SUGGESTED_OPTIONS= doc
 
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mdoc)
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
 TOOL_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
 TOOL_DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
@@ -23,13 +22,7 @@ post-install: doxygen-plist
 doxygen-plist:
        cd ${DESTDIR}${PREFIX} && \
        ${FIND} share/doc/lv2 -type f -print > ${WRKDIR}/PLIST.STATIC
+.include "../../lang/python/tool.mk"
 .else
 MESON_ARGS+=   -Ddocs=disabled
 .endif
-
-.if !empty(PKG_OPTIONS:Mtests)
-MESON_ARGS+=   -Dtests=enabled
-USE_LANGUAGES+=        c c++
-.else
-MESON_ARGS+=   -Dtests=disabled
-.endif



Home | Main Index | Thread Index | Old Index