pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/streamtuner



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 17 11:59:29 UTC 2024

Modified Files:
        pkgsrc/audio/streamtuner: options.mk

Log Message:
streamtuner: remove default-off python option

Uses py-gtk2.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/streamtuner/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/streamtuner/options.mk
diff -u pkgsrc/audio/streamtuner/options.mk:1.10 pkgsrc/audio/streamtuner/options.mk:1.11
--- pkgsrc/audio/streamtuner/options.mk:1.10    Mon Sep  2 13:20:07 2019
+++ pkgsrc/audio/streamtuner/options.mk Wed Apr 17 11:59:29 2024
@@ -1,8 +1,7 @@
-# $NetBSD: options.mk,v 1.10 2019/09/02 13:20:07 adam Exp $
-#
+# $NetBSD: options.mk,v 1.11 2024/04/17 11:59:29 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.streamtuner
-PKG_SUPPORTED_OPTIONS= streamtuner-local streamtuner-xiph python
+PKG_SUPPORTED_OPTIONS= streamtuner-local streamtuner-xiph
 PKG_SUGGESTED_OPTIONS= streamtuner-local streamtuner-xiph
 
 .include "../../mk/bsd.options.mk"
@@ -24,12 +23,3 @@ CONFIGURE_ARGS+=     --enable-xiph
 .else
 CONFIGURE_ARGS+=       --disable-xiph
 .endif
-
-.if !empty(PKG_OPTIONS:Mpython)
-PLIST.python=          yes
-CONFIGURE_ARGS+=       --enable-python
-PYTHON_VERSIONS_ACCEPTED=       27 # py-gtk2
-.  include "../../x11/py-gtk2/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=       --disable-python
-.endif



Home | Main Index | Thread Index | Old Index