pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/gnuradio-core



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun May 18 17:24:52 UTC 2025

Modified Files:
        pkgsrc/ham/gnuradio-core: Makefile.common

Log Message:
ham/gnuradio-core: Makefile.common nits

  - drop comment that it's included by gr-ctrlport, because that's
    been removd
  - reorder USE_LANGUAGES and USE_CXX_FEATURES to the proper logical
    order
  - add a comment explaining why setting those variables with = is
    safe


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/ham/gnuradio-core/Makefile.common

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

Modified files:

Index: pkgsrc/ham/gnuradio-core/Makefile.common
diff -u pkgsrc/ham/gnuradio-core/Makefile.common:1.59 pkgsrc/ham/gnuradio-core/Makefile.common:1.60
--- pkgsrc/ham/gnuradio-core/Makefile.common:1.59       Thu Apr  3 15:18:08 2025
+++ pkgsrc/ham/gnuradio-core/Makefile.common    Sun May 18 17:24:52 2025
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile.common,v 1.59 2025/04/03 15:18:08 adam Exp $
+# $NetBSD: Makefile.common,v 1.60 2025/05/18 17:24:52 gdt Exp $
 # used by ham/gnuradio-channels/Makefile
 # used by ham/gnuradio-companion/Makefile
 # used by ham/gnuradio-core/Makefile
 # used by ham/gnuradio-network/Makefile
-# used by ham/gnuradio-ctrlport/Makefile
 # used by ham/gnuradio-digital/Makefile
 # used by ham/gnuradio-doxygen/Makefile
 # used by ham/gnuradio-dtv/Makefile
@@ -43,8 +42,10 @@ MAINTAINER?= pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE?=     https://www.gnuradio.org/
 LICENSE=       gnu-gpl-v3
 
-USE_CXX_FEATURES=      c++20
+# These are safely = rather than += because they are only included
+# by split package Makefiles, none of which set the variables.
 USE_LANGUAGES=         c c++
+USE_CXX_FEATURES=      c++20
 
 USE_TOOLS=     gmake perl pkg-config
 



Home | Main Index | Thread Index | Old Index