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:   mef
Date:           Sun Oct 16 13:58:50 UTC 2022

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

Log Message:
(ham/gnuradio-core) Add textproc/fmtlib/buildlink3.mk, fix build. PKGREVISION++


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/ham/gnuradio-core/Makefile
cvs rdiff -u -r1.42 -r1.43 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
diff -u pkgsrc/ham/gnuradio-core/Makefile:1.100 pkgsrc/ham/gnuradio-core/Makefile:1.101
--- pkgsrc/ham/gnuradio-core/Makefile:1.100     Sun Oct  9 07:56:09 2022
+++ pkgsrc/ham/gnuradio-core/Makefile   Sun Oct 16 13:58:50 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.100 2022/10/09 07:56:09 adam Exp $
+# $NetBSD: Makefile,v 1.101 2022/10/16 13:58:50 mef Exp $
 
 PKGNAME=       gnuradio-core-${VERSION}
+PKGREVISION=   1
 COMMENT=       Core part of GNU Radio, all others need this
 
 PLIST_MINUS=   # empty

Index: pkgsrc/ham/gnuradio-core/Makefile.common
diff -u pkgsrc/ham/gnuradio-core/Makefile.common:1.42 pkgsrc/ham/gnuradio-core/Makefile.common:1.43
--- pkgsrc/ham/gnuradio-core/Makefile.common:1.42       Sun Oct  9 07:56:09 2022
+++ pkgsrc/ham/gnuradio-core/Makefile.common    Sun Oct 16 13:58:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.42 2022/10/09 07:56:09 adam Exp $
+# $NetBSD: Makefile.common,v 1.43 2022/10/16 13:58:50 mef Exp $
 # This Makefile fragment is included in the package Makefiles for
 # GNU Radio distributed packages (they all share common configure and build
 # settings).
@@ -158,4 +158,5 @@ BUILDLINK_API_DEPENDS.py-pybind11+= ${PY
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../math/volk/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
+.include "../../textproc/fmtlib/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"



Home | Main Index | Thread Index | Old Index