head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.8 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.6 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.4 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.2 pkgsrc-2025Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2025.04.23.18.44.57; author adam; state Exp; branches; next ; commitid 2nlrUZRU64SlTcSF; desc @@ 1.1 log @gnuradio-core: restore blocks and filters; bump revision @ text @$NetBSD$ Let pkgsrc handle components as separate packages. --- gr-audio/CMakeLists.txt.orig 2025-04-23 15:26:43.072086242 +0000 +++ gr-audio/CMakeLists.txt @@@@ -13,7 +13,7 @@@@ # Register component ######################################################################## include(GrComponent) -gr_register_component("gr-audio" ENABLE_GR_AUDIO ENABLE_GNURADIO_RUNTIME) +gr_register_component("gr-audio" ENABLE_GR_AUDIO) set(GR_PKG_AUDIO_EXAMPLES_DIR ${GR_PKG_DATA_DIR}/examples/audio) @@@@ -35,9 +35,7 @@@@ if(ENABLE_GR_AUDIO) add_subdirectory(examples/grc) endif(ENABLE_EXAMPLES) endif(ENABLE_PYTHON) - if(ENABLE_GRC) add_subdirectory(grc) - endif(ENABLE_GRC) if((ENABLE_GR_ANALOG) AND (ENABLE_EXAMPLES)) add_subdirectory(examples/c++) endif((ENABLE_GR_ANALOG) AND (ENABLE_EXAMPLES)) @